[PR #1212] [MERGED] Improve title naming for single file audiobooks when opening RSS feed #3485

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

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf/pull/1212
Author: @Weldawadyathink
Created: 11/24/2022
Status: Merged
Merged: 11/25/2022
Merged by: @advplyr

Base: masterHead: master


📝 Commits (5)

  • 5e7bca0 RSS feeds for single file audiobooks now use book title
  • 1f02cbd Merge branch 'advplyr:master' into master
  • 12abb17 Single file audiobook rss feed naming logic moved to FeedEpisode.js
  • 8c23704 Merge branch 'advplyr:master' into master
  • df7e331 Update server/objects/FeedEpisode.js

📊 Changes

1 file changed (+9 additions, -5 deletions)

View changed files

📝 server/objects/FeedEpisode.js (+9 -5)

📄 Description

When opening an RSS feed, Audiobookshelf uses the track titles for the individual episodes in the rss feed. This leads to problems with single file audiobooks. The entire book will be titled, for example "Opening Credits" or "Chapter One". This changes the rss feed generator to use the book title instead of the audio title if the book only contains one audio file.


🔄 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/1212 **Author:** [@Weldawadyathink](https://github.com/Weldawadyathink) **Created:** 11/24/2022 **Status:** ✅ Merged **Merged:** 11/25/2022 **Merged by:** [@advplyr](https://github.com/advplyr) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (5) - [`5e7bca0`](https://github.com/advplyr/audiobookshelf/commit/5e7bca02b3768a0b270e7a2124532816de780cc8) RSS feeds for single file audiobooks now use book title - [`1f02cbd`](https://github.com/advplyr/audiobookshelf/commit/1f02cbddd381f7f7c5a7c28cb87bb159f067bc49) Merge branch 'advplyr:master' into master - [`12abb17`](https://github.com/advplyr/audiobookshelf/commit/12abb1731c8137b03fb6db207f84ec0d81cfaad3) Single file audiobook rss feed naming logic moved to FeedEpisode.js - [`8c23704`](https://github.com/advplyr/audiobookshelf/commit/8c23704e17e25968a7f441c87f97d286c52ad9df) Merge branch 'advplyr:master' into master - [`df7e331`](https://github.com/advplyr/audiobookshelf/commit/df7e331605bcead559bf8d0b9890b263d00c8a32) Update server/objects/FeedEpisode.js ### 📊 Changes **1 file changed** (+9 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `server/objects/FeedEpisode.js` (+9 -5) </details> ### 📄 Description When opening an RSS feed, Audiobookshelf uses the track titles for the individual episodes in the rss feed. This leads to problems with single file audiobooks. The entire book will be titled, for example "Opening Credits" or "Chapter One". This changes the rss feed generator to use the book title instead of the audio title if the book only contains one audio file. --- <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:50 +02:00
adam closed this issue 2026-04-25 00:15:50 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#3485