[PR #3334] feat: Add support for "Open Current Chapter" button #3939

Open
opened 2026-04-25 00:17:39 +02:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf/pull/3334
Author: @BimBimSalaBim
Created: 8/25/2024
Status: 🔄 Open

Base: masterHead: OpenCurrentChapter


📝 Commits (3)

  • 79df705 Add support for "Open Current Chapter" button
  • ae50fb8 refactor: normalize chapter titles for finding chapter hrefs
  • ecd73b1 removed non-en strings

📊 Changes

4 files changed (+65 additions, -6 deletions)

View changed files

📝 client/components/app/MediaPlayerContainer.vue (+1 -0)
📝 client/components/player/PlayerUi.vue (+12 -1)
📝 client/components/readers/EpubReader.vue (+51 -5)
📝 client/strings/en-us.json (+1 -0)

📄 Description

Added a button to the playerUI if there is an ebook that goes along with the audiobook. If the file is not an epub it will just open like normal but if it is an epub the file will open to the current chapter of the audiobook that is being played.


🔄 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/pull/3334 **Author:** [@BimBimSalaBim](https://github.com/BimBimSalaBim) **Created:** 8/25/2024 **Status:** 🔄 Open **Base:** `master` ← **Head:** `OpenCurrentChapter` --- ### 📝 Commits (3) - [`79df705`](https://github.com/advplyr/audiobookshelf/commit/79df705da7caeebab4db742211ebb2f3d969938c) Add support for "Open Current Chapter" button - [`ae50fb8`](https://github.com/advplyr/audiobookshelf/commit/ae50fb8df8ae12a811603512d6748c3ff069786e) refactor: normalize chapter titles for finding chapter hrefs - [`ecd73b1`](https://github.com/advplyr/audiobookshelf/commit/ecd73b180561e1f8da81f10c61032856047ac9c6) removed non-en strings ### 📊 Changes **4 files changed** (+65 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `client/components/app/MediaPlayerContainer.vue` (+1 -0) 📝 `client/components/player/PlayerUi.vue` (+12 -1) 📝 `client/components/readers/EpubReader.vue` (+51 -5) 📝 `client/strings/en-us.json` (+1 -0) </details> ### 📄 Description Added a button to the playerUI if there is an ebook that goes along with the audiobook. If the file is not an epub it will just open like normal but if it is an epub the file will open to the current chapter of the audiobook that is being played. --- <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-25 00:17:39 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#3939