I did not know you had a stop play button in all skins so that is anther whole world.
You need to tell RR what player is running when you load each player something like this.
This gets complicated
Code:
"AUDIO","LOAD;Audio_Player.skin||SETVAR;ACTIVEPLAYER;0"
"XM","LOAD;Audio_Player.skin||SETVAR;ACTIVEPLAYER;1"
"CD","LOAD;Audio_Player.skin||SETVAR;ACTIVEPLAYER;2"
"TV","!PRESET;TOTV;WINAMP||!PRESET;TOTV2;WAVE||LOAD;TV.skin||SETVAR;ACTIVEPLAYER;3"
"STOP","BYVAR;ACTIVEPLAYER;NEWSTOP<<AUXOFF<<NEWSTOP<<NEWSTOP"
"PLAY","BYVAR;ACTIVEPLAYER;NEWPLAY<<AUXON<<NEWPLAY<<NEWPLAY"
"NEWSTOP","STOP"
"NEWPLAY","PLAY"
"AUXOFF","BYIND;AUXMUTE;MUTE;Aux<<"
"AUXON","BYIND;AUXMUTE;<<MUTE;Aux"
"EXIT","PRESET;TOTV;WINAMP||PRESET;TOTV2;WAVE||NEWEXIT",TV.skin
"NEWEXIT","EXIT"
Bookmarks