Skip to content

Migrate PeerTube RSS feeds to podcast feeds #431

@Chocobozzz

Description

@Chocobozzz

Hi,

The next PeerTube version (7.1) will have a better support of podcast feed for channels: https://peertube2.cpy.re/feeds/podcast/videos.xml?videoChannelId=31158

Unfortunately, the podcast index seems to index many PeerTube channels using the classic videos media feed: https://peertube2.cpy.re/feeds/videos.xml?videoChannelId=31158

This feed doesn't favor the audio file for the default <enclosure> item and doesn't implement many Podcasting 2.0 features.

I would like to automatically migrate feeds of the podcast index database to the PeerTube podcast feed and also automatically redirect the podcast index to the podcast feed when someone tries to add the "classic videos" feed. I imagine the following solutions:

  • Use a tag in the feed like <itunes:new-feed-url> so the podcast index crawler automatically follows the redirection
  • Automatically redirect the podcast index crawler using HTTP header if the PeerTube instance detects it (using the user agent?)
  • Another solution?

Thank you very much!

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions