Latest WACUP public preview for x86 & x64 is build #24626 (July 10th 2026) (x86 & x64 changelogs)
Latest restricted WACUP beta release is build #24626 (July 10th 2026) (x86 & x64 changelogs)

Author Topic: Album Art --> Reading --> Custom (ATF)  (Read 1185 times)

cristinike

  • Full Member
  • ***
  • Posts: 10
    • View Profile
Album Art --> Reading --> Custom (ATF)
« on: July 13, 2026, 06:20:21 PM »
Hi, is there any documentation for this Custom (ATF) album art reading?

What I am trying to achieve is to display the cover of the album if there's an "<supported_image_format>" image file that contains the word *cover* OR *front*... I usually have cover files named based on the .nfo file but some albums do not align to this and have the words either cover or front in different places in the cover filename and those are not displayed.

dro

  • Admin / WACUP Developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 5807
    • View Profile
    • WACUP (Winamp Community Update Project)
Re: Album Art --> Reading --> Custom (ATF)
« Reply #1 on: July 13, 2026, 11:26:34 PM »
There's no specific documentation as it's just using the atf parser so is mostly down to the user to enter what's needed against what atf allows.

I can't however think of how you'd do it in such a conditional manner & I don't remember how the OS wildcard matching works but I don't think it supports multiple comparators.

I'd probably have to either add a specific *cover|front*.<image> mode or mess around with how the field works to allow for multiple values to compare so the field would be something like *cover*.<image>;*front*.<image> so it's not specifically hard coded for it & is more flexible if other things are needed (just makes lookup potentially even slower).
« Last Edit: July 13, 2026, 11:27:35 PM by dro »

cristinike

  • Full Member
  • ***
  • Posts: 10
    • View Profile
Re: Album Art --> Reading --> Custom (ATF)
« Reply #2 on: July 14, 2026, 06:10:44 AM »
Thank you very much!, that would be amazing!