Originally created by @averageyogi on GitHub (Dec 12, 2025).
Describe the Feature/Enhancement
Related to #489 and #1673
Display the seek bar using Chapters instead of Audio Track.
Why would this be helpful?
I believe this should be the expected behavior. In the base Android app, if chapters exist, they are used for the seek bar during playback. If there are no chapters, the app player won't even use the Tracks as splits, it just gives you the entire book length.
Future Implementation (Screenshot)
Similar to the base app, which has options for total length or single chapter bars.
Audiobookshelf App Version
Android App - 0.11.0
Current Implementation (Screenshot)
Android Auto displaying the Audio Track seek bar.
The first Audio Track is 39:44 long,
but that Track should be split into four chapters.
For .m4b files, it just displays the total length.
Originally created by @averageyogi on GitHub (Dec 12, 2025).
### Describe the Feature/Enhancement
Related to #489 and #1673
Display the seek bar using Chapters instead of Audio Track.
### Why would this be helpful?
I believe this should be the expected behavior. In the base Android app, if chapters exist, they are used for the seek bar during playback. If there are no chapters, the app player won't even use the Tracks as splits, it just gives you the entire book length.
### Future Implementation (Screenshot)
Similar to the base app, which has options for total length or single chapter bars.
<img src="https://github.com/user-attachments/assets/a5b70972-5d16-442c-847e-18579c49ff45" width="250">
### Audiobookshelf App Version
Android App - 0.11.0
### Current Implementation (Screenshot)
Android Auto displaying the Audio Track seek bar.
<img src="https://github.com/user-attachments/assets/fcf88885-5bf6-4acb-a9d5-180d5e6b7846" width="500">
<br><br>
The first Audio Track is 39:44 long,
<img width="1200" alt="Image" src="https://github.com/user-attachments/assets/c59ad379-7348-49d9-a5c2-eedf881f8892" />
<br><br>
but that Track should be split into four chapters.
<img width="1200" alt="Image" src="https://github.com/user-attachments/assets/6fca024a-a0d8-46ff-a6d4-3370e9d2050a" />
<br><br>
For .m4b files, it just displays the total length.
<img src="https://github.com/user-attachments/assets/c659fe7c-7423-4cb4-95bd-35f697d72219" width="500">
<img src="https://github.com/user-attachments/assets/f0fa7d26-454e-4988-ab7b-bb8d87bae9ce" width="250">
The issue is that the built in progress bar uses the length of the file, not custom start/stop times within a file.
@nichwall commented on GitHub (Dec 12, 2025):
Duplicate/related to https://github.com/advplyr/audiobookshelf-app/issues/239
The issue is that the built in progress bar uses the length of the file, not custom start/stop times within a file.
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 @averageyogi on GitHub (Dec 12, 2025).
Describe the Feature/Enhancement
Related to #489 and #1673
Display the seek bar using Chapters instead of Audio Track.
Why would this be helpful?
I believe this should be the expected behavior. In the base Android app, if chapters exist, they are used for the seek bar during playback. If there are no chapters, the app player won't even use the Tracks as splits, it just gives you the entire book length.
Future Implementation (Screenshot)
Similar to the base app, which has options for total length or single chapter bars.
Audiobookshelf App Version
Android App - 0.11.0
Current Implementation (Screenshot)
Android Auto displaying the Audio Track seek bar.
The first Audio Track is 39:44 long,
but that Track should be split into four chapters.
For .m4b files, it just displays the total length.

@nichwall commented on GitHub (Dec 12, 2025):
Duplicate/related to https://github.com/advplyr/audiobookshelf-app/issues/239
The issue is that the built in progress bar uses the length of the file, not custom start/stop times within a file.