-
-
Notifications
You must be signed in to change notification settings - Fork 264
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ExoPlayer: Fix playlists (like intros) not working #111
Conversation
It worked partially for me. It worked when playing from the details page but not from the home screen.
I fixed that, but now I found another bug. When playing something and pressing the back button (in the Android navigation bar) to stop the current playing item the web ui will automatically open it again. |
Actually, what happens is when playing a series from the start. When stopping the player at episode 2 the webui will start episode 3. It does this until the playlist is empty. |
9a6c46e
to
bd66947
Compare
Wait, that's something else though.. something in external player. If you want, I can include the fix still into this PR.
I'd appreciate if you could send me the fix then. My JS skills are quite bad..
Can't reproduce that. Weird. |
If you mean the externalplayer it is correct, since there is no way to play a playlist directly in an external player on Android (unless the player supports it), you can only know when a single element starts and ends due to the limitations of the Intent Actions Results A workaround would be to treat the playback list as in Chromecast or as in music player like this that plays the next element automatically but I don't know how to do it |
I think external player should be able to function similiarly as the ExoPlayer now, just starting the next video after playback ended. |
No description provided.