Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Syntax help: Album artist doesn't show .cue albums. Spider Monkey Panel. (Read 533 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Syntax help: Album artist doesn't show .cue albums. Spider Monkey Panel.

Hi there, I'm using a Spider Monkey Panel library filter that looks like this:
Code: [Select]
$if2($meta(artist),?)
That works fine, but it leaves my library horrendously messy as I've organised most of it via Album Artist. So I can easily change that to
Code: [Select]
$if2($meta(album artist),?)
That works okay, except now that none of my .cue albums show up at all, even though I've removed .cue as an exception. Is there a way to call for Album Artist but return Artist if nothing's found, or am I missing the issue altogether?