damontecres / StashAppAndroidTV

Android TV App for Stash
GNU Affero General Public License v3.0
77 stars 4 forks source link

[FEA] - Scene video queue/playlist #216

Open damontecres opened 5 months ago

damontecres commented 5 months ago

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.