[PR #4274] [MERGED] Audiobook tools update #4204

Closed
opened 2026-04-25 00:18:46 +02:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf/pull/4274
Author: @advplyr
Created: 5/9/2025
Status: Merged
Merged: 5/9/2025
Merged by: @advplyr

Base: masterHead: audiobook_tools_update


📝 Commits (2)

  • 3ce6e45 Support m4b encoder tool for single m4b audiobooks
  • b876256 Audiobook tools page include edit item button and item title linked to item page

📊 Changes

2 files changed (+28 additions, -21 deletions)

View changed files

📝 client/components/modals/item/tabs/Tools.vue (+1 -8)
📝 client/pages/audiobook/_id/manage.vue (+27 -13)

📄 Description

Brief summary

  • Audiobook tools page shows the m4b encoder option for single file m4b audiobooks.
  • Replace the header with the item title and edit item button. Consistent with edit chapters page.

Which issue is fixed?

No issue

In-depth Description

There is no reason to have the m4b encoder unavailable to single file m4b audiobooks. Supporting this will allow for re-encoding m4b audiobooks.

Changes to the header will allow for making edits to the item without leaving the tools page.

Screenshots

BEFORE

image

AFTER

image


🔄 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/4274 **Author:** [@advplyr](https://github.com/advplyr) **Created:** 5/9/2025 **Status:** ✅ Merged **Merged:** 5/9/2025 **Merged by:** [@advplyr](https://github.com/advplyr) **Base:** `master` ← **Head:** `audiobook_tools_update` --- ### 📝 Commits (2) - [`3ce6e45`](https://github.com/advplyr/audiobookshelf/commit/3ce6e4576177e951aa41d53385f0541126fc16da) Support m4b encoder tool for single m4b audiobooks - [`b876256`](https://github.com/advplyr/audiobookshelf/commit/b876256736429548b9ced39c03fac57f79e6ad3f) Audiobook tools page include edit item button and item title linked to item page ### 📊 Changes **2 files changed** (+28 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `client/components/modals/item/tabs/Tools.vue` (+1 -8) 📝 `client/pages/audiobook/_id/manage.vue` (+27 -13) </details> ### 📄 Description <!-- For Work In Progress Pull Requests, please use the Draft PR feature, see https://github.blog/2019-02-14-introducing-draft-pull-requests/ for further details. If you do not follow this template, the PR may be closed without review. Please ensure all checks pass. If you are a new contributor, the workflows will need to be manually approved before they run. --> ## Brief summary - Audiobook tools page shows the m4b encoder option for single file m4b audiobooks. - Replace the header with the item title and edit item button. Consistent with edit chapters page. ## Which issue is fixed? No issue ## In-depth Description There is no reason to have the m4b encoder unavailable to single file m4b audiobooks. Supporting this will allow for re-encoding m4b audiobooks. Changes to the header will allow for making edits to the item without leaving the tools page. ## Screenshots ### BEFORE ![image](https://github.com/user-attachments/assets/b600d74d-5bea-4763-899f-78e253b0c16e) ### AFTER ![image](https://github.com/user-attachments/assets/6d456576-3f04-49ac-b9f6-fa26abe75745) --- <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:18:46 +02:00
adam closed this issue 2026-04-25 00:18:46 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#4204