Hi Guys,
so i have found the feature on how not to display song info while broadcasting. Very nice feature thanks.
My question is, How can i insertt my name or details while broadcasting. For example, for it to display something like "Throwback Thursday show with DJ Sparks". Would it be possible to add a thumb image to this as well.
Thankks for the hardwork guys
so i have found the feature on how not to display song info while broadcasting. Very nice feature thanks.
My question is, How can i insertt my name or details while broadcasting. For example, for it to display something like "Throwback Thursday show with DJ Sparks". Would it be possible to add a thumb image to this as well.
Thankks for the hardwork guys
发表时间 Wed 17 Sep 14 @ 4:54 pm
You can use a custom message using the broadcast_message action, e.g. assigned to a custom button , like..
broadcast_message 'DJXName in the mix. Now playing %artist - %title'
You can also use any vdj script action in `` e.g.
broadcast_message 'DJXName in the mix. Now playing `get_artist`- %title'
broadcast_message 'DJXName in the mix. Now playing %artist - %title'
You can also use any vdj script action in `` e.g.
broadcast_message 'DJXName in the mix. Now playing `get_artist`- %title'
发表时间 Thu 18 Sep 14 @ 2:35 pm