1
Preview Build Discussion / Re: Album Art --> Reading --> Custom (ATF)
« on: Yesterday at 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).
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).