-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a podcast/rss feed for the video recordings? (can volunteer a PR) #290
Comments
The data in the yaml is not secret, but in order to make something rss like we should add the timestamp of every link in it. Videolinks are not special, they are just recognised by their title:
I can easilty add a timestamp to those (export the created field when creating the yaml). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Happy to volunteer a PR for this: could the website host a podcast/rss feed that lists the recordings, when available, as episodes? This would allow listeners to follow and listen as things become available rather than repeatedly checking the videos site. Also podcast apps are perfect for this and many are available including FOSS ones.
From chat on matrix I understand there's already an issue here but I cannot see it:
https://github.com/FOSDEM/infodesk/issues/103
...so forgive me if I'm repeating something there or have missed the discussion.
My guess (I've no experience with this codebase) is this would not be too much effort:
Some assumptions/consequences:
It looks to me like the current website sample data i.e. https://github.com/FOSDEM/website/blob/master/sample/export/pentabarf.yaml does not contain any events with video attachments. Is it possible to get a small sample in there that do? Maybe from 2024. I am not staff so cannot get access to any real data.
Happy to volunteer on this!
The text was updated successfully, but these errors were encountered: