Opened 5 years ago
Last modified 5 years ago
#5605 new enhancement
Atom feed compatibility with podcatchers
Reported by: | thomzane | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | programming | Keywords: | |
Cc: | Parent Tickets: |
Description
Has anyone modified the atom feed to point to the actual files for download? It would be nice to have the feeds compatible with podcatchers. This would work best with audio and video feeds.
Change History (3)
comment:1 by , 5 years ago
follow-up: 3 comment:2 by , 5 years ago
It should be possible to add the original file reference (media.media_files.original) to the atom generator (mediagoblin/listings/views.py) to make all of the atom feeds work for podcatchers since they usually work for audio and video.
comment:3 by , 5 years ago
Replying to thomzane:
It should be possible to add the original file reference (media.media_files.original) to the atom generator (mediagoblin/listings/views.py) to make all of the atom feeds work for podcatchers since they usually work for audio and video.
For sure, though you may want to use the transcoded version of the audio or video to provide a smaller download than the original file.
A quick web search turned up https://github.com/sebastiansam55/gmgpodcast. It's quite old, but could be somewhere to start?