-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
playlist tied playing queue #12513
Copy link
Copy link
Open
Labels
feature requestIssue is related to a feature in the appIssue is related to a feature in the appplaylistAnything to do with playlists in the appAnything to do with playlists in the appqueueIssue is related to queueingIssue is related to queueing
Metadata
Metadata
Assignees
Labels
feature requestIssue is related to a feature in the appIssue is related to a feature in the appplaylistAnything to do with playlists in the appAnything to do with playlists in the appqueueIssue is related to queueingIssue is related to queueing
Details
Checklist
Feature description
allow the playing queue to be tied to a playlist for the session.
this would imply these two things:
playing next / previous / any-random item updates the whole playing queue:
including those behind the current played / newly played video.
no video can be added / removed / reordered in the playing queue ad-hoc.
modify the playlist itself to accomplish this.
though this use-case mentioned below seems valid only for server side playlists, but the local playlist won't need any exception to / super special handling for this feature either.
Why do you want this feature?
adopting from dynamic load [auto-enqueue workaround] the server playlist to playing queue #12512
currently the playing queue in newpipe works entirely in ad-hoc manner. while this is great for the following, but this creates a void in functionality and prohibits active use-cases of playlist:
Additional information
technically, the
behaviourwhole user experience of server playlist should match exactly that of youtube web playlist i.e.: