The ability to see the duration of chapters in the book's chapter list vs. seeing the timestamp of where in the book the chapter starts #935

Closed
opened 2026-04-24 23:43:24 +02:00 by adam · 5 comments
Owner

Originally created by @cslamar on GitHub (Apr 3, 2024).

Is your feature request related to a problem? Please describe.

Currently, when you are in the book detail page, viewing the chapters shows the timestamp of where the chapter starts in the overall audio file (eg. 1:12:35).

Describe the solution you'd like

It would be nice to see, or to be able to choose between, the duration of the chapters (eg. 43min) instead of the timestamp position.

Additional context

Screenshot included as a reference to show the current behavior:

chapter-screen-sm

Originally created by @cslamar on GitHub (Apr 3, 2024). ### Is your feature request related to a problem? Please describe. Currently, when you are in the book detail page, viewing the chapters shows the timestamp of where the chapter starts in the overall audio file (eg. 1:12:35). ### Describe the solution you'd like It would be nice to see, or to be able to choose between, the duration of the chapters (eg. 43min) instead of the timestamp position. ### Additional context Screenshot included as a reference to show the current behavior: ![chapter-screen-sm](https://github.com/advplyr/audiobookshelf-app/assets/3410502/da41ff14-0bd7-434a-b1c7-38db6c5820db)
adam added the enhancement label 2026-04-24 23:43:24 +02:00
adam closed this issue 2026-04-24 23:43:24 +02:00
Author
Owner

@advplyr commented on GitHub (Apr 4, 2024):

I'm looking at this and not seeing a good way to fit both of them in there so like you said we would have to add a setting to switch between the two. I'm not sure where to put that setting. It doesn't seem like something that would be on the settings page. Adding a menu button on the table header feels like overkill, so not sure about this one.

@advplyr commented on GitHub (Apr 4, 2024): I'm looking at this and not seeing a good way to fit both of them in there so like you said we would have to add a setting to switch between the two. I'm not sure where to put that setting. It doesn't seem like something that would be on the settings page. Adding a menu button on the table header feels like overkill, so not sure about this one.
Author
Owner

@cslamar commented on GitHub (Apr 4, 2024):

My two cents would be to put the toggle in a global settings menu. My rational is that it's either you want it to be displayed, or you don't. Probably not something that someone would be toggling in the book view or the player.

@cslamar commented on GitHub (Apr 4, 2024): My two cents would be to put the toggle in a global settings menu. My rational is that it's either you want it to be displayed, or you don't. Probably not something that someone would be toggling in the book view or the player.
Author
Owner

@sir-wilhelm commented on GitHub (Feb 18, 2025):

I've gotten use to going to the web view if I wanted to see the duration, but it would be nice to have a setting to use duration instead (or just show both like the web view). I could also see this setting being used on the chapter view of the player.

Potential chapter duration view (mimic webpage)

current app:
Image
webpage:
Image

Chapter view of player (would be nice to have a setting to view duration instead)

Image

@sir-wilhelm commented on GitHub (Feb 18, 2025): I've gotten use to going to the web view if I wanted to see the duration, but it would be nice to have a setting to use duration instead (or just show both like the web view). I could also see this setting being used on the chapter view of the player. <details><summary>Potential chapter duration view (mimic webpage)</summary> current app: ![Image](https://github.com/user-attachments/assets/1250147f-ac34-4b88-9067-6ce3740ed1a3) webpage: ![Image](https://github.com/user-attachments/assets/73b84bc8-ba2e-447e-b637-9494fcba24cf) </details> <details><summary>Chapter view of player (would be nice to have a setting to view duration instead)</summary> ![Image](https://github.com/user-attachments/assets/01169206-e7f0-443f-a8c3-a6a08ba6c516) </details>
Author
Owner

@sir-wilhelm commented on GitHub (Sep 10, 2025):

It'll be easy to add the duration to the chapter table on the book page (mirroring how it looks on the webpage), so I'll make a PR for that.

I think I have changes ready to go for the mobile app too, but I can only test the android version. I'll make a 2nd PR for that change.

If you want the global settings option to be used for both we can trash the first PR and I can update the 2nd one to use the setting on the chapters table too (but IMO it looks fine w/ both columns -- I tested on a small/large emulator).

@sir-wilhelm commented on GitHub (Sep 10, 2025): It'll be easy to add the duration to the chapter table on the book page (mirroring how it looks on the webpage), so I'll make a PR for that. I think I have changes ready to go for the mobile app too, but I can only test the android version. I'll make a 2nd PR for that change. If you want the global settings option to be used for both we can trash the first PR and I can update the 2nd one to use the setting on the chapters table too (but IMO it looks fine w/ both columns -- I tested on a small/large emulator).
Author
Owner

@github-actions[bot] commented on GitHub (Nov 24, 2025):

Fixed in v0.11.0-beta.

@github-actions[bot] commented on GitHub (Nov 24, 2025): Fixed in [v0.11.0-beta](https://github.com/advplyr/audiobookshelf-app/releases/tag/v0.11.0-beta).
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf-app#935