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: %ispaused% in title not working (Read 549 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

%ispaused% in title not working

I set
$if(%isplaying%,⏵, $if(%ispaused%,⏸︎,⏹︎))
in "window title"
but not update when pause or stop song.

Do it have a sendMessage code to get player status programmatically from other application?

Re: %ispaused% in title not working

Reply #1
Try $if(%ispaused%,⏸︎,$if(%isplaying%,⏵,⏹︎))

(%isplaying% return true (1) also when track is paused)

Re: %ispaused% in title not working

Reply #2
It work but now also my previous work, but without stop.