Replies: 1 comment 3 replies
|
No work on chapter support has been done yet so it's not weird that you're missing this right now. |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Background
I would like chapter selection in the Android TV player so I can jump directly to chapters—for example, individual songs in musicals or concert videos.
Ask
The legacy player supports chapter selection, but the playback rewrite does not. Should this remain tracked under #1057, or should I open a focused feature request for it?
Existing tracking
#1057 lists “Add chapter support” under playback-rewrite feature parity.
#5448 and PR #5447 appear to concern improvements to the existing legacy chapter overlay rather than adding chapters to the rewrite.
What I verified
Using Jellyfin Android TV 0.19.9 and Jellyfin Server 10.11.11:
BaseItemDto, and its player supports absolute seeking.masterrevision I checked.This appears to be a client-side parity gap rather than missing server metadata or playback capability.
Possible scope
The rewrite could follow the existing legacy behavior:
All reactions