Opened 4 years ago

Last modified 4 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 Ben Sturmfels, 4 years ago

A quick web search turned up https://github.com/sebastiansam55/gmgpodcast. It's quite old, but could be somewhere to start?

comment:2 by thomzane, 4 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.

in reply to:  2 comment:3 by Ben Sturmfels, 4 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.

Note: See TracTickets for help on using tickets.