Add podcast rss feed of video recordings#291
Conversation
|
A tricky bit to keep into account is how our video archive works. It's a round robin system that spreads the downloads between mirrors. These mirrors don't sync immediately. An rss feed risks pointing at files that are in the master archive, but not on the mirrors yet. We probably want to discuss this with server. |
|
Here is an export of the website which contains a created field for every link. |
|
Thanks, I tweaked the code to work with that export and force pushed. Is it possible to get the size of each video (in bytes) into the yaml also? The podcast rss feed I get from that export is here: rss.zip Here's how it looks in a podcast player: |
Not very easy, because we store just the link now. It would require more work on the pretalx side of things. If it helps, I added the size of the video (human readable) to the description just today. |
|
Understood, makes sense.
If you can show me an example of what that looks like I can try and use it in the podcast feed, it would help users and apps use the feed. If there's anything else needed from me let me know.
This seems the biggest blocker left, is there any way to solve this? |


Fixes #290
As discussed in that issue this code expects a
created_atattribute on events' webm video links so that we can date the podcast episodes correctly:I took a hopefully good guess at what all the other metadata should be in the feed, example below of the output. It works in some desktop podcast apps I tried so hopefully good enough to start with.
Some notes:
sizeattribute could also be added to the video links in the pretalx yaml that would very helpful.Example of the feed: