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: CUI title formatting question (Read 1239 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

CUI title formatting question

Hi,

I'm trying to have two different display of tracks, depending on whether it is a classical track or not.
For classical I'd like to use %composer% instead of %artist%.

But, unless I'm missing something (hence the question here) it doesn't seem to be possible to have a function checking the truth of a string (only if it exists).

Basically, I'd like to be able to do something like this:
$if(%genre%=classical, MyClassicalDisplay, GeneralDisplay), but I don't know how to get a truth value ONLY if genre is classical...

Is this possible (or am i missing something basic)?