Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[FEA] - Scene video queue/playlist #216

Open
damontecres opened this issue Mar 25, 2024 · 0 comments
Open

[FEA] - Scene video queue/playlist #216

damontecres opened this issue Mar 25, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@damontecres
Copy link
Owner

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.

@damontecres damontecres added the enhancement New feature or request label Mar 25, 2024
damontecres added a commit that referenced this issue Aug 28, 2024
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
@pummer pummer marked this as a duplicate of #532 Feb 3, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant