-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Description
@Peekofwar on Workshop:
Would be cool if there was a Wire playlist URL array input to allow us to input an entire playlist into a radio entity through Wiremod.
In the most recent updates I changed the structure and handing of playlist data in the radio entity to separate it from the GUI elements, so non-display radios can use and store and playlist data too. This is needed to implement the playlist input.
There are some issues with this I would have to solve first:
- All online URLs inputted via the playlist input must be filtered on disabled custom URLs to prevent abuse/bypass. I am not sure how to implement this in a way the user would understand this blocking behavior yet. This might need issue Add stream url whitelisting based on installed playlists #9 to be finished first.
- Each playlist entry also needs a name. Could be solved with
Wire input #1,Wire input #2, ...,Wire input #N, but this looks kinda lazy and maybe confusing to the user too.