[PR #4361] [MERGED] Fix: Audiobook m4b advanced encoder ignore #4224

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

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf/pull/4361
Author: @Vito0912
Created: 6/2/2025
Status: Merged
Merged: 6/2/2025
Merged by: @advplyr

Base: masterHead: feat/encoderSettings


📝 Commits (4)

  • 9968743 fix wrong display and ignored values
  • b6995ba prettier
  • 424ef1a prettier 2
  • 63ccdb6 Fix m4b encoder backup file overwriting the encoded file when they have the same filename

📊 Changes

5 files changed (+25 additions, -7 deletions)

View changed files

📝 client/components/widgets/EncoderOptionsCard.vue (+12 -4)
📝 client/components/widgets/LoadingSpinner.vue (+1 -1)
📝 client/components/widgets/SeriesInputWidget.vue (+1 -1)
📝 client/pages/audiobook/_id/manage.vue (+2 -0)
📝 server/managers/AbMergeManager.js (+9 -1)

📄 Description

Brief summary

See detailed

Which issue is fixed?

Fixes #4359

In-depth Description

See code :). Just returns the custom values if you are viewing that option tile. It also sets the encoding options after pressing the button to show the information correctly while the task is running.

How have you tested this?

Local Server

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/pull/4361 **Author:** [@Vito0912](https://github.com/Vito0912) **Created:** 6/2/2025 **Status:** ✅ Merged **Merged:** 6/2/2025 **Merged by:** [@advplyr](https://github.com/advplyr) **Base:** `master` ← **Head:** `feat/encoderSettings` --- ### 📝 Commits (4) - [`9968743`](https://github.com/advplyr/audiobookshelf/commit/9968743a9349c28bd5e22268e943757d0b60567a) fix wrong display and ignored values - [`b6995ba`](https://github.com/advplyr/audiobookshelf/commit/b6995ba5d1573c7186b01b63d1443cc20d20503b) prettier - [`424ef1a`](https://github.com/advplyr/audiobookshelf/commit/424ef1aec31a0b53997363198a5cd15eb598577d) prettier 2 - [`63ccdb6`](https://github.com/advplyr/audiobookshelf/commit/63ccdb68f0c61a1a28e2bbedb6b49b94490f9cd3) Fix m4b encoder backup file overwriting the encoded file when they have the same filename ### 📊 Changes **5 files changed** (+25 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `client/components/widgets/EncoderOptionsCard.vue` (+12 -4) 📝 `client/components/widgets/LoadingSpinner.vue` (+1 -1) 📝 `client/components/widgets/SeriesInputWidget.vue` (+1 -1) 📝 `client/pages/audiobook/_id/manage.vue` (+2 -0) 📝 `server/managers/AbMergeManager.js` (+9 -1) </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 See detailed ## Which issue is fixed? Fixes #4359 ## In-depth Description See code :). Just returns the custom values if you are viewing that option tile. It also sets the encoding options after pressing the button to show the information correctly while the task is running. ## How have you tested this? Local Server ## Screenshots <!-- If your PR includes any changes to the web client, please include screenshots or a short video from before and after your changes. --> --- <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:53 +02:00
adam closed this issue 2026-04-25 00:18:53 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#4224