Scene queue looping and scene looping #5012
Open
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.
I thought this might be useful for PMV enjoyers and anyone who makes use of playlists.
Allows manual naviagtion of the scene queue from the first scene on the first page to the last scene on the last page and vice versa.
Adds a new button to the scene controls to control the autoplay behaviour. In the default state the queue behaves as it does now and stops at the end of the queue.
One click (
loop queue
) will allow the queue to loop automatically to the start when the last scene in the queue ends. Resolves #2913.Another click (
loop scene
) will force the current scene to loop repeatedly irrespective of theMaximum loop duration
setting. Resolves #3302.Another final click returns to the default state.
When there is one scene in the queue the controls are now disabled instead of not rendered and both
loop scene
andloop queue
settings will cause the scene to loop repeatedly.