Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates to generated RSS feed & Fix series/collection feeds #3867

Merged
merged 3 commits into from
Jan 20, 2025

Conversation

advplyr
Copy link
Owner

@advplyr advplyr commented Jan 20, 2025

Brief summary

A few adjustments to fix/improve the generated RSS feed.
Series & collection feeds were broken due to the getTrackList request returning an empty array.

Which issue is fixed?

Fixes #3866
Although these are likely not the actual issue the user is having in that issue it points to some things this PR addresses.

In-depth Description

The following updates were made:

  1. Feeds no longer include empty tags. For example, previously an empty season would include <itunes:season/>.
  2. itunes:summary value is wrapped in <![CDATA[ .... ]]> because podcast episode descriptions include HTML
  3. itunes:description value is an integer of seconds
  4. Removed unnecessary podlove namespace
  5. Fixes an issue with series and collection feeds where the episode list is empty

How have you tested this?

Tested opening feeds of all variety

@advplyr advplyr changed the title Updates to generated RSS feed Updates to generated RSS feed & Fix series/collection feeds Jan 20, 2025
@advplyr advplyr merged commit 24ce4a2 into master Jan 20, 2025
7 checks passed
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]: Private podcast error because itunes information is not available in generated RSS feed
1 participant