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.
🔄 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.

---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
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.
📋 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:
master← Head:toggle-total-track📝 Commits (1)
d89c97bChapter 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.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.