Ability to queue up multiple episodes #3

Closed
opened 2023-03-27 16:43:21 -05:00 by rudism · 0 comments
Owner

Currently the web audio player can only play one episode at a time. I'd like to add a queue system similar to what the old app had where you can line multiple episodes up and have the player start the next one automatically.

Each episode would need two functions I think:

  • add episode to queue, which would append it to the end
  • play episode now, which would insert the episode at the top of the queue (shifting anything else down) and begin playing it immediately

Maybe also an option to queue or play an entire series from the series details, which would push every episode of that series to the bottom or top of the queue respectively.

Currently the web audio player can only play one episode at a time. I'd like to add a queue system similar to what the old app had where you can line multiple episodes up and have the player start the next one automatically. Each episode would need two functions I think: - add episode to queue, which would append it to the end - play episode now, which would insert the episode at the top of the queue (shifting anything else down) and begin playing it immediately Maybe also an option to queue or play an entire series from the series details, which would push every episode of that series to the bottom or top of the queue respectively.
rudism added the
enhancement
label 2023-03-27 16:43:21 -05:00
rudism added the
high-priority
label 2023-03-27 21:01:20 -05:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: rudism/radiostasis#3
No description provided.