Skip to content
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

Closed
realredknight opened this issue Nov 24, 2024 · 8 comments
Closed

[Bug]: Next item in Playlist not started automatically #1394

realredknight opened this issue Nov 24, 2024 · 8 comments
Labels
bug Something isn't working

Comments

@realredknight
Copy link

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.
grafik

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

@realredknight realredknight added the bug Something isn't working label Nov 24, 2024
@ZLoth
Copy link

ZLoth commented Nov 27, 2024

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

@Pittermaennchen
Copy link

Same here. Can't use the audiobookshelf app because of this. :(

@Pittermaennchen
Copy link

Can anyone help with this? Otherwise the audiobookshelf-app is pretty useless in daily life. :(

@nichwall
Copy link
Contributor

This is related to #416

Auto advancing to the next item has not been implemented in the apps yet.

@realredknight
Copy link
Author

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

advplyr added a commit that referenced this issue Jan 26, 2025
…, update collections to play local item if available
Copy link

Fixed in v0.9.79-beta.

@advplyr
Copy link
Owner

advplyr commented Jan 27, 2025

Note this only addressed the play button issue. The other issue is #416

@ZLoth
Copy link

ZLoth commented Jan 27, 2025

Thank you @advplyr . Looking forward to the actual release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants