WACUP

Preview Build Discussion => Preview Build Discussion => Topic started by: cristinike on July 13, 2026, 06:20:21 PM

Title: Album Art --> Reading --> Custom (ATF)
Post by: cristinike 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.
Title: Re: Album Art --> Reading --> Custom (ATF)
Post by: dro 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).
Title: Re: Album Art --> Reading --> Custom (ATF)
Post by: cristinike on July 14, 2026, 06:10:44 AM
Thank you very much!, that would be amazing!