Checklist
Describe the feature you want
"Play all" button only lets user to play all videos from the beginning. Sometimes, we play another video from the playlist. Still, we need to enqueue the whole or certain videos of the playlist. Following enqeue methods can be added to solve this issue.
- All: All videos will be enqeued. The position of the selected videos won't be changed in new enqueued list. But the first video will be the selected video. If shuffled, all videos will be shuffled. But it will let the user choose the first video. Plus, it will let the user browse the playlist just like the original playlist. If no shuffle is selected, the playlist will stream the next video after watching the first selected video. Just like how it works for playlists on YouTube playlists.
- None: No video will be enqeued from the channel or playlist. However, enabling "Auto-queue for a related stream" should let the user auto-queue a related stream. Not next video from the channel or playlist.
- Only next videos: Only videos arranged after the selected video will be enqeued.
- Only previous videos: Only videos arranged before the selected video wiill be enqeued (in a reversed order of the original playlist).
- Continue to next videos: All videos will be enqeued with a slight variation. Suppose, a playlist has five videos: A, B, C, D, E. If C video is selected, 1st video will be C, 2nd will be D, 3rd be E, 4th be A and 5th be B and 5th be B.
- Continue to previous videos: All videos will be enqeued with a slight variation. Suppose, a playlist has five videos: A, B, C, D, E. If C video is selected, 1st video will be C, 2nd will be B, 3rd will be A, 4th will be E and 5th will be D.
Is your feature request related to a problem? Please describe it
Additional context
How will you/everyone benefit from this feature?
It will let us enqeue only a selected number of videos as we wish. Sometimes, we want to finish watching a playlist part by part. This option will let us fo that.
Checklist
Describe the feature you want
"Play all" button only lets user to play all videos from the beginning. Sometimes, we play another video from the playlist. Still, we need to enqueue the whole or certain videos of the playlist. Following enqeue methods can be added to solve this issue.
Is your feature request related to a problem? Please describe it
Additional context
How will you/everyone benefit from this feature?
It will let us enqeue only a selected number of videos as we wish. Sometimes, we want to finish watching a playlist part by part. This option will let us fo that.