This changes the front-end of the android and iOS app.
In-depth Description
It just adds the duration to the ChaptersTable view, the same way it's done on the web page.
How have you tested this?
I tested this in Android Studio, on 2 different size emulated screens.
Screenshots
Original table
pixel5:
small phone:
Table with Duration
pixel5:
small phone:
🔄 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/1683
**Author:** [@sir-wilhelm](https://github.com/sir-wilhelm)
**Created:** 9/10/2025
**Status:** ✅ Merged
**Merged:** 11/17/2025
**Merged by:** [@advplyr](https://github.com/advplyr)
**Base:** `master` ← **Head:** `chapter_duration_chapters_table`
---
### 📝 Commits (1)
- [`9158f4f`](https://github.com/advplyr/audiobookshelf-app/commit/9158f4f8f1e12067f337fe2ce856e20c5db1380a) Add chapter duration next to start time.
### 📊 Changes
**1 file changed** (+4 additions, -0 deletions)
<details>
<summary>View changed files</summary>
📝 `components/tables/ChaptersTable.vue` (+4 -0)
</details>
### 📄 Description
This adds the chapter duration to the chapter table on the book page.
## Brief summary
This aims to resolve #1163 by adding chapter duration to the chapters table on the book page.
## Which issue is fixed?
Fixes #1163.
## Pull Request Type
This changes the front-end of the android and iOS app.
## In-depth Description
It just adds the duration to the ChaptersTable view, the same way it's done on the web page.
## How have you tested this?
I tested this in Android Studio, on 2 different size emulated screens.
## Screenshots
<details><summary>Original table</summary>
pixel5:
<img width="1080" height="2340" alt="Screenshot_px5-chaptersTableOriginal" src="https://github.com/user-attachments/assets/98762b3f-d1ea-47e4-863d-d437c3d4a46b" />
small phone:
<img width="720" height="1280" alt="Screenshot_small-chaptersTableOriginal" src="https://github.com/user-attachments/assets/f35caf59-2eca-4fcc-839a-23c3a6ad8663" />
</details>
<details><summary>Table with Duration</summary>
pixel5:
<img width="1080" height="2340" alt="Screenshot_px5-chaptersTableDuration" src="https://github.com/user-attachments/assets/5d11da10-bc64-4c1d-af73-2e3f3e5c6148" />
small phone:
<img width="720" height="1280" alt="Screenshot_small-chaptersTableDuration" src="https://github.com/user-attachments/assets/fa722556-3f82-470a-b35d-ea98b35aac50" />
</details>
---
<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/1683
Author: @sir-wilhelm
Created: 9/10/2025
Status: ✅ Merged
Merged: 11/17/2025
Merged by: @advplyr
Base:
master← Head:chapter_duration_chapters_table📝 Commits (1)
9158f4fAdd chapter duration next to start time.📊 Changes
1 file changed (+4 additions, -0 deletions)
View changed files
📝
components/tables/ChaptersTable.vue(+4 -0)📄 Description
This adds the chapter duration to the chapter table on the book page.
Brief summary
This aims to resolve #1163 by adding chapter duration to the chapters table on the book page.
Which issue is fixed?
Fixes #1163.
Pull Request Type
This changes the front-end of the android and iOS app.
In-depth Description
It just adds the duration to the ChaptersTable view, the same way it's done on the web page.
How have you tested this?
I tested this in Android Studio, on 2 different size emulated screens.
Screenshots
Original table
pixel5:


small phone:
Table with Duration
pixel5:


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