Feature: Enqueue in recent played#692
Open
divyanshbhatia1 wants to merge 1 commit intohuynhsontung:mainfrom
Open
Feature: Enqueue in recent played#692divyanshbhatia1 wants to merge 1 commit intohuynhsontung:mainfrom
divyanshbhatia1 wants to merge 1 commit intohuynhsontung:mainfrom
Conversation
Collaborator
|
Thanks for the contribution. We're currently in the middle of a major playlist refactoring, so this change will need to be put on hold for now. It may also require some adjustments after #676 merges. TBH the |
Author
|
Thanks for the update! Excited about the upcoming changes and will follow the pull request to adjust my changes accordingly. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Is your feature request related to a problem? Please describe.
I'm often frustrated when I resume watching a show from the Recently Played section, because Screenbox only plays that single file instead of continuing to the next episode in the same folder. This makes it inconvenient to binge or watch multiple episodes in sequence without manually returning to the folder each time.
Describe the solution you'd like
When a user resumes playback from Recently Played, Screenbox should detect other playable files in the same folder and queue them automatically. After finishing the current file, playback should continue with the next file in order.
Optionally, there could be a setting like:
“Play next file in folder when resuming from Recently Played.”
Describe alternatives you've considered
Currently, the only workaround is to manually navigate to the folder and start playback from there to get sequential playback. This works, but it breaks the convenience of using the Recently Played shortcut.
Additional context
This feature would greatly improve the experience when watching TV series or multi-part videos, allowing smoother and more intuitive playback.