Command is not removed from playlist after execution

Joschi

New member
Hello,

I would like to use
Code:
(Command) playlist {NAME}
within playlists to be able to switch between several playlists.
In itself it would work if there wasn't a problem.
I have set that played elements should be removed from the playlist. This also works with normal songs or jingles, but not with the command.

Example:

Playlist1:
Track1
Track2
(Command) playlist Playlist2
Track3
Track4


Playlist2:
Track1
Track2
(Command) playlist Playlist1

The tracks played are removed from the playlist. At some point, "(Command) playlist Playlist2" appears and the playlist is changed. Then Track1, Track2 and "(Command) playlist Playlist1" are played. The system switches to Playlist1, but the command is still at the top because it is not removed.
There is a continuous loop between the two commands until the silence sensor intervenes.
I hope I was able to explain the error reasonably well.

If anything is unclear, I can make a short video if necessary.

Christmas greetings
 
I don't think this setup would work reliably; also the command is not supposed to be deleted. Main purpose of the command to switch the tabs is to use it in API or if you switch tabs using the scheduler (and still, it's much better to just run the needed playlist).

Better ways to achieve the same result:
1. Run Playlist2 using the scheduler.
2. Create a playlist that has all those tracks in the needed order and play it.
3. Embed the Playlist2 into the Playlist1 - menu Playlist, Insert playlist.
 
Back
Top