mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-07-28 15:38:40 +02:00
[PR #1685] [MERGED] Adds a player preference to use chapter duration in the chapters modal view #1660
Reference in New Issue
Block a user
📋 Pull Request Information
Original PR: https://github.com/advplyr/audiobookshelf-app/pull/1685
Author: @sir-wilhelm
Created: 9/10/2025
Status: ✅ Merged
Merged: 11/17/2025
Merged by: @advplyr
Base:
master← Head:chapter_duration_player_modal📝 Commits (2)
9b8536aAdds a player setting to use chapter duration in the player Chapter modal.3d88431Update chapters modal to always show both start and duration, add sticky header📊 Changes
1 file changed (+44 additions, -13 deletions)
View changed files
📝
components/modals/ChaptersModal.vue(+44 -13)📄 Description
This is a sister-PR to #1683, where it continues to add options/places to use chapter duration instead of start time in views.
Brief summary
This adds a player preference
"Use chapter duration"that will swap out the chapter Start time w/ Duration.Which issue is fixed?
Fixes/expands on #1163
Pull Request Type
This impacts both android/iOS clients via Vue changes.
In-depth Description
The duration shown does take into account the playback speed, and will be adjusted as needed.
How have you tested this?
I only tested the android version in Android Studio, so I'll need help testing this on iOS/a review to know if this needs more changes.
Screenshots
Original chapters modal with Start time
Player chapters modal with Duration
1x playback speed:


2x playback speed:
Player settings page with new option:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.