Option to not insert in playlist, instead of automatic grey out.

Bjorn

Member
I have created an event which runs multiple makelibrary commands and then a play command via API. See below:

Screenshot 2025-07-17 at 7.41.43 am.png


When a http:// action is in a multiple action event, and you run the event, all the steps appear in the playlist.

Screenshot 2025-07-17 at 7.42.46 am.png


But if I remove the network API command, the event just fires, and don't appear in the playlist.

So to fix this, maybe it's worth having another option in "Insert Position" to block playlist insert instead of greying out the option?

Events that load in playlist:

Screenshot 2025-07-17 at 7.44.52 am.png


Events that don't load in palylist:

Screenshot 2025-07-17 at 7.45.32 am.png
 

Attachments

  • Screenshot 2025-07-17 at 7.40.57 am.png
    Screenshot 2025-07-17 at 7.40.57 am.png
    139.2 KB · Views: 7
But if I remove the network API command, the event just fires, and don't appear in the playlist.
The scheduler checks what actions an event has. If there are no playable items, only commands, it will execute the events in the background. If there are playable items, entire event will be inserted into the playlist.
 
Back
Top