Re: Text Display (foo_textdisplay)
Reply #206 –
Anyone know if there's a solution to this little annoyance? It's easier to explain with screenshots.
The text displayed changes according to whether an item is playing or selected etc, and it works fine when the "prefer playing track" option is checked, but not when it's unchecked.
When a track is playing it looks like the first screenshot.
When there's no track playing or selected and "prefer playing track" is checked, it behaves as I'd hoped. See the second screenshot.
But when there's no track playing or selected and "prefer playing track" is unchecked, it displays as per the third screenshot.
It's only a minor annoyance but I'm still learning when it comes to fb2k's syntax, so I'm wondering if there's a way around it I'm not yet aware of. The syntax for the orange text in the screenshots is below (that's what I'm trying to fix if I can). Is there a better way to do it?
Thanks.
>>>$if(%filename%,$if(%isplaying%,Currently Playing Track,Selected Track),No Track Playing Or Selected)<<<