Skip to content

playlist tied playing queue #12513

@goyalyashpal

Description

@goyalyashpal
Details

Checklist

  • I made sure that there are no existing issues - open or closed - which I could contribute my information to.
  • I have read the FAQ and my problem isn't listed.
  • I'm aware that this is a request for NewPipe itself and that requests for adding a new service need to be made at NewPipeExtractor.
  • I have taken the time to fill in all the required details. I understand that the feature request will be dismissed otherwise.
  • This issue contains only one feature request.
  • I have read and understood the contribution guidelines.

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

    • i often curate videos in playlists with my yt account on desktop web.
    • while curating, i open those playlists side-by-side on second device (mobile) to:
      • confirm if the video added is suitable for the playlist or not; and
      • if yes, then at what position should it be placed

    due to lack of this functionality one can't use newpipe for this purpose

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:

  • modularity and unix-like philosophy of doing just only one thing
  • passive / laid back usage of playlists

Additional information

technically, the behaviour whole user experience of server playlist should match exactly that of youtube web playlist i.e.:

  • 1. playlist info can be refreshed: Allow to manually refresh remote playlist contents #8975
  • 2. enqueuing the playlist loads all the videos of playlist: functionality [ALREADY AVAILABLE]
  • 3. the playing queue becomes tied only to that playlist for the session [THIS ISSUE]
    • a. playing next / previous updates the whole playing queue: including those behind the current played video.
    • b. no video can be added / removed / reordered in the playing queue ad-hoc. modify the playlist to accomplish this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature requestIssue is related to a feature in the appplaylistAnything to do with playlists in the appqueueIssue is related to queueing

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions