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

itunes: add support for parsing <itunes:title> in <item> #44

Merged
merged 1 commit into from
Jul 5, 2023

Conversation

ryanbrunner
Copy link
Contributor

The itunes: namespace and Apple Podcasts support a <itunes:title> element. This is mostly redundant with <title>, but is intended to be used to strip out episode and season numbers when using <itunes:episode> and <itunes:season>. This adds support for <itunes:title> on RSS items through the item.itunes_item method.

Reference for including itunes:title: https://help.omnystudio.com/en/articles/3219724-setting-a-separate-itunes-title-and-title-in-your-rss-feed-for-episode-titles

Sample feed including an itunes:title: https://raw.githubusercontent.com/bcomnes/jsonfeed-to-rss/master/reference/podcast.xml

The itunes: namespace and Apple Podcasts support a `<itunes:title>` element. This
is mostly redundant with `<title>`, but is intended to be used to strip out episode
and season numbers when using `<itunes:episode>` and `<itunes:season>`. This adds
support for `<itunes:title>` on RSS items through the `item.itunes_item` method.

Reference for including itunes:title: https://help.omnystudio.com/en/articles/3219724-setting-a-separate-itunes-title-and-title-in-your-rss-feed-for-episode-titles

Sample feed including an itunes:title: https://raw.githubusercontent.com/bcomnes/jsonfeed-to-rss/master/reference/podcast.xml
@kou
Copy link
Member

kou commented Jul 5, 2023

The official <itunes:title> description from Apple: https://help.apple.com/itc/podcasts_connect/#/itcb54353390

@kou kou changed the title Add ITunes Title itunes: add support for <itunes:title> in <item> Jul 5, 2023
@kou kou changed the title itunes: add support for <itunes:title> in <item> itunes: add support for parsing <itunes:title> in <item> Jul 5, 2023
@kou kou merged commit 846dff5 into ruby:master Jul 5, 2023
27 checks passed
@kou
Copy link
Member

kou commented Jul 5, 2023

Thanks!

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

Successfully merging this pull request may close these issues.

2 participants