mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-03-02 22:46:55 -05:00
[Enhancement]: Playlist/Play Cue Feature #701
Labels
No labels
authentication
awaiting release
backlog
bug
chapter editor
config-issue
ebooks
encoding/embedding
enhancement
help wanted
listening sessions & progress
planned
possible plugin
progress sync
sorting/filtering/searching
unable to reproduce
upload
users & permissions
waiting
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/audiobookshelf-advplyr#701
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dmuiX on GitHub (Oct 19, 2022).
Describe the feature/enhancement
I imagine it like this:
I have an audiobook running. E.g. a short one that just goes one hour or so. After ending it I want to run another audiobook. So I would like to add it to a playlist/play cue and the app just continues to run audiobooks from the cue.
Every streaming service is supporting this feature. I think audible also does not have this feature so far.
Woule be amazing to see it implemented :)
@advplyr commented on GitHub (Nov 12, 2022):
Added a player queue for audiobooks. This was already there for podcast episodes but you couldn't add more episodes to the queue.
This is in v2.2.3
There is a lot more to do with this. A playlist is going to be different then a queue. A playlist will be a queue that is saved and is specific to a user.
Once the queue feature is stable we can add playlists and implement this in the mobile apps.
@barelylit commented on GitHub (Nov 13, 2022):
Not sure if I'm missing something, how do we add items to the play queue ? I've updated to 2.2.3 but dont see it ?
@advplyr commented on GitHub (Nov 13, 2022):
You have to first play an audiobook then you'll see it on the audiobook landing page next to the play button. Or in the menu dropdown on the library/home page.
@advplyr commented on GitHub (Nov 27, 2022):
Playlists added in v2.2.6
Web app only still