playlist 
Vars | |
selected_track | The media track selected. |
---|---|
tracks | The actual playlist. |
Procs | |
cycle_track | Cycles the playlist, refreshing the queue if it is empty. |
play_track | Plays the current selected track. |
push_to_front | Pushes a track to the front of a playlist. Inserts it if it is not present. |
stop_track | Stops the current track. |
Var Details
selected_track 
The media track selected.
tracks 
The actual playlist.
Proc Details
cycle_track
Cycles the playlist, refreshing the queue if it is empty.
play_track
Plays the current selected track.
push_to_front
Pushes a track to the front of a playlist. Inserts it if it is not present.
stop_track
Stops the current track.