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: %isselect%, is it posiple ? (Read 2953 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

%isselect%, is it posiple ?

Are there a way to get same kind of function that %isplaying% but it is activater when song is selected in playlist whit some component.

Code: [Select]
$if($strcmp(%album artist%,Various Artists),
$if(%isplaying%, %artist%, )
$if(%isselect%, %artist%, )
,
)


trying to make that kind of colums playlist artist view

And sorry my bad english, hope fully someone can understand me, and even better help me

%isselect%, is it posiple ?

Reply #1
I'm not sure whether you need an additional component, but try %is_active%.

%isselect%, is it posiple ?

Reply #2
I'm not sure whether you need an additional component, but try %is_active%.

this isn't working   
Anyone got something else to try



There is image how i wanted it to work