-
Notifications
You must be signed in to change notification settings - Fork 192
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
[Bug]: Next item in Playlist not started automatically #1394
Comments
I'm able to replicate this issue. The expectation is that the next title in the playlist is played, not stopped. screen-20241126-200300.mp4 |
Same here. Can't use the audiobookshelf app because of this. :( |
Can anyone help with this? Otherwise the audiobookshelf-app is pretty useless in daily life. :( |
This is related to #416 Auto advancing to the next item has not been implemented in the apps yet. |
The "expected Behaviour"-Part is related to (or the same as) #416 Still, if you look on top of my provided Screenshot, there remains a bug in the current implementation, where player state is "Stop" (as the current item is finished) but the button state is still "playing". It feels like a race condition here, as the app does not accept any further input and must be killed via System --> Apps and re-opened again to start a new item manually |
…, update collections to play local item if available
Fixed in v0.9.79-beta. |
Note this only addressed the play button issue. The other issue is #416 |
Thank you @advplyr . Looking forward to the actual release. |
What was the Problem?
When a playlist is played and one item is finished, the playlist stays in the state "Playing" while the player Screen shows "paused". The playlist enters a state where neither a new item is played nor the icon to tap "play" is shown.
The App needs to be killed and started again to advance to the next item.
Steps to Reproduce the Issue
What was Expected?
after reaching the end of "item 1", expected behaviour is to play "item 2" without interaction.
Phone Model
Fairphone 3+
Phone OS
Android 13
Audiobookshelf App Version
Android App - 0.9.77
Installation Source
Google Play Store
Additional Notes
No response
The text was updated successfully, but these errors were encountered: