Page 1 of 1

standbyplayer is empty

Posted: 30 Jun 2018 12:13
by dalleyr
Hi

How can I know if a stand by player is empty or not ? Is there a macro for that ? standbyplayerXisempty ?
or another solution ?

Thanks

Re: standbyplayer is empty

Posted: 30 Jun 2018 20:15
by radio42
There is currently no macro or event associated.
Can you explain why this would be needed, as the standby players are not really intended for any automation.

Re: standbyplayer is empty

Posted: 01 Jul 2018 09:14
by dalleyr
i'd like to change the led color on a midi device when the standbyplayer is "armed" (using event standbyplayerload).

Re: standbyplayer is empty

Posted: 01 Jul 2018 21:22
by radio42
Please take a look to the general settings, section 'Events/Commands' and the 'Others' tree. There you'll find all related events for the StandbyPlayer, incl. the 'OnStandbyEject' event, which you can use accordingly.

Re: standbyplayer is empty

Posted: 03 Jul 2018 12:46
by dalleyr
how could I know if standbyplayer1/2/3/... is empty ?

Re: standbyplayer is empty

Posted: 03 Jul 2018 18:53
by dalleyr
thank you

Re: standbyplayer is empty

Posted: 03 Jul 2018 20:59
by radio42
With the above mentioned events you can use all the regular (DJ) Player macros, e.g.:
${playername}
${playerisplaying}
${playerstatus}
${playerstatusid}

The ${playername} macro will tell you the name of the standby player, e.g. 1, 2, 3, ...
And the status is reported via the ${playerstatus} resp. the ${playerstatusis} macro:
Empty = 0
Cued = 1
Playing = 2
Loading = 3