rubyvideo icon indicating copy to clipboard operation
rubyvideo copied to clipboard

Introduce the concept of "Alternative Recordings"

Open marcoroth opened this issue 11 months ago • 2 comments

Sometimes a talk doesn't get recorded or doesn't get published. But the "same" talk might have been given at another event. Instead of not showing a recording, we could link to that talk and/or embed the recording of the other event instead.

In the YAML file we could add another optional key for the talk. It could look like this for the José Valim Keynote at EuRuKo 2024:

- title: "Keynote: Livebook: where Web, AI, and Concurrency meet"
  raw_title: "Keynote: Livebook: where Web, AI, and Concurrency meet"
  event_name: EuRuKo 2024
  date: "2024-09-12"
  published_at: "2025-01-13"
  speakers:
    - José Valim
  description: "..."
  video_id: jose-valim-euruko-2024
  video_provider: not_recorded
  alternative_recordings:
    - title: "Livebook & Elixir: Where AI, Web & Concurrency Meet"
      event_name: "YOW. 2023"
      date: "2023-12-08"
      video_provider: youtube
      video_id: "pas9WdWIBHs"
      external_url: https://yowcon.com/sydney-2023/sessions/2758/livebook-and-elixir-where-ai-web-and-concurrency-meet

marcoroth avatar Jan 18 '25 20:01 marcoroth

assuming we get the embeddings done and display similar talks using those embeddings, I wonder if in this particular case we would be able to display automatically the talk "Livebook & Elixir: Where AI, Web & Concurrency Meet" and if this could not be a more generic solution for this particular case?

adrienpoly avatar Jan 20 '25 07:01 adrienpoly

Ideally this feature would tie into this pull request here: https://github.com/adrienpoly/rubyvideo/pull/299 or this issue here: https://github.com/adrienpoly/rubyvideo/issues/236

marcoroth avatar Jan 21 '25 21:01 marcoroth