You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the server web UI creates a queue from the filter the scene originated from. #185 & #186 implement maintaining filter state between distinct items and could be modified to create a playlist.
An a potential addition could be to add a "Add to Queue" button next to Play/Resume/Restart and add a button on main page for "now playing" or "up next" to start the queue. This would require state stored somewhere which I've tried to avoid.
The text was updated successfully, but these errors were encountered:
Adds ability to play all of the scenes (or scene markers) on the current
filter grid page.
Scenes can be played in the order of the filter or shuffled.
There are some limitations in playlist-playback versus playing a single
scene, but these will be addressed in a follow up
- Cannot create new markers
- Cannot apply video effects
- Playback activity is not tracked
This is a follow up to #327 & #377
Partially addresses #20 & #216, but doesn't fully close them
Description
Investigate how to implement queuing multiple scenes for playback
androidx/media
natively support playlists, so there's no technical limitations.I think the server web UI creates a queue from the filter the scene originated from. #185 & #186 implement maintaining filter state between distinct items and could be modified to create a playlist.
An a potential addition could be to add a "Add to Queue" button next to Play/Resume/Restart and add a button on main page for "now playing" or "up next" to start the queue. This would require state stored somewhere which I've tried to avoid.
The text was updated successfully, but these errors were encountered: