Skip to content

Fix: include subtitle field in podcast RSS feeds (#4305) - #5536

Open
violawang0401-cloud wants to merge 2 commits into
advplyr:masterfrom
violawang0401-cloud:fix-rss-subtitle
Open

violawang0401-cloud wants to merge 2 commits into
advplyr:masterfrom
violawang0401-cloud:fix-rss-subtitle

Conversation

@violawang0401-cloud

@violawang0401-cloud violawang0401-cloud commented Sep 7, 2026

Copy link
Copy Markdown
Contributor

Brief summary

Fixed subtitle support in RSS feeds.

Which issue is fixed?

Fixes #4305

In-depth Description

<itunes:subtitle> was already handled when generating the RSS XML, but the subtitle was not being stored in FeedEpisode.
I added the subtitle field to FeedEpisode and passed it from both podcast episodes and books. I also added it to the update fields and added a database migration for the new column.

How have you tested this?

Tested locally with a podcast and an audiobook.
For both, I added a subtitle and generated the RSS feed, then checked that <itunes:subtitle> appeared correctly in the XML.
I also tested the database migration locally by simulating a server version upgrade and confirmed that the new subtitle column was added successfully.

Screenshots

N/A (Backend XML change only)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: RSS-feed for podcasts does not include Subtitle-field

1 participant