In my setup, I’d prefer to have an album folder instead of an artist for %iscompilation%/%bestartist% == “Various Artists” in my collection.
For Example:
/mnt/sound/Faith No More/Angel Dust/Faith No More - Greenfields.mp3
/mnt/sound/Faith No More/Angel Dust/Faith No More - Midlife Crisis.mp3
…
/mnt/sound/Tribute To Faith No More/Goo Goo Dolls - Midlife Crisis.mp3
/mnt/sound/Tribute To Faith No More/Murderdolls - Greenfields.mp3
I tried looking at the docs for using $IF(,) as $IF(%(VALUE)% NOT NULL, %(RETURN VALUE)%) – but it doesn’t seem to be more useful than that. What I’d want is something like $IF(%(VALUE)% NOT NULL, %(RETURN VALE)%, ELSE %(RETURN DIFF VALUE)%) or even have a second comparison for $IF({not}%(VALUE)%, . . . ).
Maybe I am missing something?