55ce483 Rework chapter titles in history not to store titles
📊 Changes
1 file changed (+70 additions, -1 deletions)
View changed files
📝pages/media/_id/history.vue (+70 -1)
📄 Description
Brief summary
Add chapter name to history view
Capturing the chapter name in the history view is helpful because it can greatly decrease the time it takes for the user to grok the location since it is usually more meaningful context indicator than timestamp alone.
Capturing the chapter name in the history view is helpful because it can greatly increase the time it takes for the user to grok the location since it is usually more meaningful context indicator than timestamp alone.
This commit adds the chapter name to the history, displayed just to the left of the timestamp. If the chapter name is too limit, it is truncated with ellipsis (...)
How have you tested this?
Yes, tested on Android Pixel 8 Pro. Not tested on iOS (I don't have any Apple devices)
Screenshots
🔄 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/1770
**Author:** [@FreedomBen](https://github.com/FreedomBen)
**Created:** 1/2/2026
**Status:** 🔄 Open
**Base:** `master` ← **Head:** `add-chapter-titles`
---
### 📝 Commits (2)
- [`865208e`](https://github.com/advplyr/audiobookshelf-app/commit/865208e88e6bb361347615437bf3de0b97e44200) Add chapter name to history view
- [`55ce483`](https://github.com/advplyr/audiobookshelf-app/commit/55ce483dfb67b9c337a6656657e2d485a75e0f58) Rework chapter titles in history not to store titles
### 📊 Changes
**1 file changed** (+70 additions, -1 deletions)
<details>
<summary>View changed files</summary>
📝 `pages/media/_id/history.vue` (+70 -1)
</details>
### 📄 Description
## Brief summary
Add chapter name to history view
Capturing the chapter name in the history view is helpful because it can greatly decrease the time it takes for the user to grok the location since it is usually more meaningful context indicator than timestamp alone.
## Which issue is fixed?
Fixes #1766
## Pull Request Type
Android, iOS. No backend
## In-depth Description
**Add chapter name to history view**
Capturing the chapter name in the history view is helpful because it can greatly increase the time it takes for the user to grok the location since it is usually more meaningful context indicator than timestamp alone.
This commit adds the chapter name to the history, displayed just to the left of the timestamp. If the chapter name is too limit, it is truncated with ellipsis (...)
## How have you tested this?
Yes, tested on Android Pixel 8 Pro. Not tested on iOS (I don't have any Apple devices)
## Screenshots
<img width="1008" height="2244" alt="Screenshot_20260102-081142" src="https://github.com/user-attachments/assets/144f7dd6-505e-4a2e-8f7e-e6f6a66fcfcf" />
---
<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/1770
Author: @FreedomBen
Created: 1/2/2026
Status: 🔄 Open
Base:
master← Head:add-chapter-titles📝 Commits (2)
865208eAdd chapter name to history view55ce483Rework chapter titles in history not to store titles📊 Changes
1 file changed (+70 additions, -1 deletions)
View changed files
📝
pages/media/_id/history.vue(+70 -1)📄 Description
Brief summary
Add chapter name to history view
Capturing the chapter name in the history view is helpful because it can greatly decrease the time it takes for the user to grok the location since it is usually more meaningful context indicator than timestamp alone.
Which issue is fixed?
Fixes #1766
Pull Request Type
Android, iOS. No backend
In-depth Description
Add chapter name to history view
Capturing the chapter name in the history view is helpful because it can greatly increase the time it takes for the user to grok the location since it is usually more meaningful context indicator than timestamp alone.
This commit adds the chapter name to the history, displayed just to the left of the timestamp. If the chapter name is too limit, it is truncated with ellipsis (...)
How have you tested this?
Yes, tested on Android Pixel 8 Pro. Not tested on iOS (I don't have any Apple devices)
Screenshots
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.