I'm reworking one of my themes and I'd like to display different background images depending on the presence of album art. I want to do this with the new logical comparison tag.
Viewports are defined the usual way:
%?C<%Vd(a)|%Vd(b)>
Now I want to do something like this:
%?if(, , )<%X(background.bmp)|%X(background_noart.bmp)>
What tag, operator and operand is required to determine whether an album cover is present or not? Or to put it another way: Is there a way to determine which viewport I'm in?