Skip to content

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
@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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants