[PR #697] [MERGED] Use show and episode_id tags for audiobook series #3394

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

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf/pull/697
Author: @jvanbruegge
Created: 6/6/2022
Status: Merged
Merged: 6/8/2022
Merged by: @advplyr

Base: masterHead: patch-1


📝 Commits (1)

  • 2de8c72 Allow show and episode_id tags for audiobook series

📊 Changes

1 file changed (+6 additions, -11 deletions)

View changed files

📝 server/utils/prober.js (+6 -11)

📄 Description

FFmpeg only supports a very limited number of tags for m4b files (see https://wiki.multimedia.cx/index.php?title=FFmpeg_Metadata). series and series-part are not possible to use. To work around that, show and episode_id are added as second option.


🔄 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/697 **Author:** [@jvanbruegge](https://github.com/jvanbruegge) **Created:** 6/6/2022 **Status:** ✅ Merged **Merged:** 6/8/2022 **Merged by:** [@advplyr](https://github.com/advplyr) **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`2de8c72`](https://github.com/advplyr/audiobookshelf/commit/2de8c72131def1ebfa6eb019de5e53d9378d2503) Allow `show` and `episode_id` tags for audiobook series ### 📊 Changes **1 file changed** (+6 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `server/utils/prober.js` (+6 -11) </details> ### 📄 Description FFmpeg only supports a very limited number of tags for m4b files (see https://wiki.multimedia.cx/index.php?title=FFmpeg_Metadata). `series` and `series-part` are not possible to use. To work around that, `show` and `episode_id` are added as second option. --- <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:15:29 +02:00
adam closed this issue 2026-04-25 00:15:29 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#3394