emfcamp / Website

The Electromagnetic Field web site
http://www.emfcamp.org
GNU Affero General Public License v3.0
41 stars 83 forks source link

Fix talk video linkage and schedule export #831

Open russss opened 4 years ago

russss commented 4 years ago

We want to have videos available on our official schedule pages as soon as they're published.

We have an existing script to link Youtube videos to talks in the schedule. This needs adding as a scheduled task and ensuring it actually works in 2020.

We also need to link the videos on media.ccc.de, as these are more important - we don't store those at the moment. c3voc's API is much simpler. We need to extract the preview image link (poster_url from media.ccc.de) as it's useful for social media previews.

Lastly, we also need to make sure these are saved in the exported schedule.json as they now exist for previous years.

marksteward commented 8 months ago

Noted in #1297 but not here: we use youtube_url internally, but not for the exports. The exports also aren't pretty printed but should be, and kept in sync with the .frab files (which CCC want for their ingester).

russss commented 8 months ago

I don't think the frab files are really an issue. We aim to have the videos uploaded to youtube and media.ccc.de long before that frab export is created.

russss commented 8 months ago

See also #1258