[Enhancement]: Tag whole podcasts as bonus #1258

Open
opened 2026-04-24 23:37:40 +02:00 by adam · 4 comments
Owner

Originally created by @duggym122 on GitHub (Jul 17, 2023).

Describe the feature/enhancement

Since I have several bonus feeds from private podcasts I follow, or extra patreon-paid feeds from public podcast hosts, it would be nice to tag whole podcast/feed using the "bonus" icons, instead of per-episode.

Originally created by @duggym122 on GitHub (Jul 17, 2023). ### Describe the feature/enhancement Since I have several bonus feeds from private podcasts I follow, or extra patreon-paid feeds from public podcast hosts, it would be nice to tag whole podcast/feed using the "bonus" icons, instead of per-episode.
adam added the enhancement label 2026-04-24 23:37:40 +02:00
Author
Owner

@ebb-earl-co commented on GitHub (Aug 16, 2023):

This is read from the RSS' XML file, particularly by the <itunes:episodeType> tag. The possible values are "full" or "bonus", so to solve your problem simply, you could take the bonus feed from the podcast host, open it in a text editor, and change all the values of the aforementioned tag to the following:

<itunes:episodeType>bonus</itunes:episodeType>

Here is an example from the Huberman Lab podcast:
image

Other than that, I don't know how Audiobookshelf would parse the episode type.

@ebb-earl-co commented on GitHub (Aug 16, 2023): This is read from the RSS' XML file, particularly by the `<itunes:episodeType>` tag. The possible values are "full" or "bonus", so to solve your problem simply, you could take the bonus feed from the podcast host, open it in a text editor, and change all the values of the aforementioned tag to the following: `<itunes:episodeType>bonus</itunes:episodeType>` Here is an example from the Huberman Lab podcast: ![image](https://github.com/advplyr/audiobookshelf/assets/11299014/ddde1d26-8868-49c6-b555-6d828b1580d8) Other than that, I don't know how Audiobookshelf would parse the episode type.
Author
Owner

@duggym122 commented on GitHub (Jan 30, 2025):

I realize I'm late in getting back to this, but I think it's unreasonable to assume that iTunes is the only source of "bonus" content.

I dislike iTunes and haven't used it since before iPods were phones, so I would like to reassert the legitimacy of this feature request for non-iTunes feeds that may be 100% bonus content (common to several podcasts I listen to via Patreon)

@duggym122 commented on GitHub (Jan 30, 2025): I realize I'm late in getting back to this, but I think it's unreasonable to assume that iTunes is the only source of "bonus" content. I dislike iTunes and haven't used it since before iPods were phones, so I would like to reassert the legitimacy of this feature request for non-iTunes feeds that may be 100% bonus content (common to several podcasts I listen to via Patreon)
Author
Owner

@advplyr commented on GitHub (Jan 30, 2025):

It doesn't need to be an iTunes hosted podcast to use itunes tags. Those tags are widely recognized and would be utilized by every podcast app.

@advplyr commented on GitHub (Jan 30, 2025): It doesn't need to be an iTunes hosted podcast to use itunes tags. Those tags are widely recognized and would be utilized by every podcast app.
Author
Owner

@duggym122 commented on GitHub (Feb 12, 2025):

It doesn't need to be an iTunes hosted podcast to use itunes tags. Those tags are widely recognized and would be utilized by every podcast app.

Since not every RSS feed has these, which seems like a consistent factor with Patreon, I requested the ability to override the whole feed as bonus.

@duggym122 commented on GitHub (Feb 12, 2025): > It doesn't need to be an iTunes hosted podcast to use itunes tags. Those tags are widely recognized and would be utilized by every podcast app. Since not every RSS feed has these, which seems like a consistent factor with Patreon, I requested the ability to override the whole feed as bonus.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#1258