making an event to play a file from a play list every time its called

derek

Member
What is the best way to setup an event so that each time it is called, the next file on a playlist is cued? This would be a very efficient way to handle short audio dramas that need to be played at a particular time.
 
What is the best way to setup an event so that each time it is called, the next file on a playlist is cued? This would be a very efficient way to handle short audio dramas that need to be played at a particular time.
If I understood correctly, maybe you need to call the next command from the event?
 
If I understood correctly, maybe you need to call the next command from the event?
There has to be another part to this, simply calling the playlist will play everything, so how is it called such that only one file plays, and that being stepped by one with each call?
 
There has to be another part to this, simply calling the playlist will play everything, so how is it called such that only one file plays, and that being stepped by one with each call?
You can enable the "Stop after this track" option - a button is located under the playlist.

This can be also controlled via the scheduler commands:
  • set break on
  • set break off
 
Back
Top