[PR #514] [MERGED] Chapter and Total Track in Player #1440

Closed
opened 2026-04-24 23:58:28 +02:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf-app/pull/514
Author: @lkiesow
Created: 1/17/2023
Status: Merged
Merged: 1/17/2023
Merged by: @advplyr

Base: masterHead: toggle-total-track


📝 Commits (1)

  • d89c97b Chapter and Total Track in Player

📊 Changes

2 files changed (+34 additions, -1 deletions)

View changed files

📝 components/app/AudioPlayer.vue (+16 -1)
📝 plugins/localStore.js (+18 -0)

📄 Description

This patch allows user to not only add a chapter track but also remove the total track. This means that you can have only the total track or only the chapter track.

This patch does not allow user to have no track at all. Disabling one track will automatically enable the other one, if that one is already disabled.

The reasoning behind this is that for long-ish audiobooks, users will not very often look at the overall progress. In fact, I find the progress bar mostly useful only for quickly seeking to a position when jumping back a few seconds is not sufficient.

In the seldom occasion that I want the overall progress, I can easily get it from the book details page.

Screenshot from 2023-01-17 00-47-05


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/advplyr/audiobookshelf-app/pull/514 **Author:** [@lkiesow](https://github.com/lkiesow) **Created:** 1/17/2023 **Status:** ✅ Merged **Merged:** 1/17/2023 **Merged by:** [@advplyr](https://github.com/advplyr) **Base:** `master` ← **Head:** `toggle-total-track` --- ### 📝 Commits (1) - [`d89c97b`](https://github.com/advplyr/audiobookshelf-app/commit/d89c97ba1aae41eff0e311d2dbfa6cde92464269) Chapter and Total Track in Player ### 📊 Changes **2 files changed** (+34 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `components/app/AudioPlayer.vue` (+16 -1) 📝 `plugins/localStore.js` (+18 -0) </details> ### 📄 Description This patch allows user to not only add a chapter track but also remove the total track. This means that you can have only the total track or only the chapter track. This patch does not allow user to have no track at all. Disabling one track will automatically enable the other one, if that one is already disabled. The reasoning behind this is that for long-ish audiobooks, users will not very often look at the overall progress. In fact, I find the progress bar mostly useful only for quickly seeking to a position when jumping back a few seconds is not sufficient. In the seldom occasion that I want the overall progress, I can easily get it from the book details page. ![Screenshot from 2023-01-17 00-47-05](https://user-images.githubusercontent.com/1008395/212782454-d9bed747-c31b-46bd-8347-f9bc2169173b.png) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2026-04-24 23:58:28 +02:00
adam closed this issue 2026-04-24 23:58:29 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf-app#1440