Originally created by @realredknight on GitHub (Nov 24, 2024).
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
Add items to a playlist
play first item
wait until item1 has finished playing
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
Originally created by @realredknight on GitHub (Nov 24, 2024).
### 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
1. Add items to a playlist
2. play first item
3. wait until item1 has finished playing
### 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_
adam
added the bug label 2026-04-24 23:48:20 +02:00
@ZLoth commented on GitHub (Nov 27, 2024):
I'm able to replicate this issue. The expectation is that the next title in the playlist is played, not stopped.
https://github.com/user-attachments/assets/7f785a5f-ccba-4d2e-b6f9-93e081101a8e
Auto advancing to the next item has not been implemented in the apps yet.
@nichwall commented on GitHub (Jan 12, 2025):
This is related to https://github.com/advplyr/audiobookshelf-app/issues/416
Auto advancing to the next item has not been implemented in the apps yet.
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
@realredknight commented on GitHub (Jan 13, 2025):
> 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
@github-actions[bot] commented on GitHub (Jan 27, 2025):
Fixed in [v0.9.79-beta](https://github.com/advplyr/audiobookshelf-app/releases/tag/v0.9.79-beta).
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @realredknight on GitHub (Nov 24, 2024).
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
@ZLoth commented on GitHub (Nov 27, 2024):
I'm able to replicate this issue. The expectation is that the next title in the playlist is played, not stopped.
https://github.com/user-attachments/assets/7f785a5f-ccba-4d2e-b6f9-93e081101a8e
@Pittermaennchen commented on GitHub (Jan 5, 2025):
Same here. Can't use the audiobookshelf app because of this. :(
@Pittermaennchen commented on GitHub (Jan 12, 2025):
Can anyone help with this? Otherwise the audiobookshelf-app is pretty useless in daily life. :(
@nichwall commented on GitHub (Jan 12, 2025):
This is related to https://github.com/advplyr/audiobookshelf-app/issues/416
Auto advancing to the next item has not been implemented in the apps yet.
@realredknight commented on GitHub (Jan 13, 2025):
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
@github-actions[bot] commented on GitHub (Jan 27, 2025):
Fixed in v0.9.79-beta.
@advplyr commented on GitHub (Jan 27, 2025):
Note this only addressed the play button issue. The other issue is #416
@ZLoth commented on GitHub (Jan 27, 2025):
Thank you @advplyr . Looking forward to the actual release.