From 386dabfb15d34964fb12840052464bdaa3d79e63 Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Sat, 26 Nov 2022 09:47:30 -0500 Subject: Note recorded intros --- emacsconf-pad.el | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'emacsconf-pad.el') diff --git a/emacsconf-pad.el b/emacsconf-pad.el index 87793c8..b4484d9 100644 --- a/emacsconf-pad.el +++ b/emacsconf-pad.el @@ -549,11 +549,6 @@ ${bbb-checklist}") :track-id track-id :intro-note (emacsconf-pad-expand-intro talk) - (if (plist-get talk :intro-note) - (format "The next talk is called \"%s\". %s" (plist-get talk :title) - (plist-get talk :intro-note)) - (format "The next talk is called \"%s\", by %s." (plist-get talk :title) - (plist-get talk :speakers))) :media-base emacsconf-media-base-url :mumble (concat emacsconf-id "-" track-id) :next-talk-in-5 (if next-talk (format-time-string "%H:%M" (time-subtract (plist-get next-talk :start-time) (seconds-to-time 300)) emacsconf-timezone) "") @@ -583,9 +578,13 @@ ${bbb-checklist}") (concat (emacsconf-surround "
  • " (plist-get talk :hyperlist-note) "
  • " "") - "
  • [ ] ${stream}: Display the in-between slide: ${ssh-track} and run firefox ${in-between-url} &
  • + (if (file-exists-p + (expand-file-name (concat (plist-get talk :slug) ".webm") (expand-file-name "intros" emacsconf-stream-asset-dir))) + "
  • This talk has a recorded intro that should automatically play when you mark the talk as playing. If it doesn't play, go to the ~/assets/intros directory and use track-mpv to play the video file.
  • " + "
  • [ ] ${stream}: Display the in-between slide: ${ssh-track} and run firefox ${in-between-url} &
  • [ ] ${host}: Connect to the ${mumble} channel in Mumble and introduce the talk: ${intro-note}
  • -" +") + (if (plist-get talk :video-file) "
  • [ ] ${stream}: Mark the talk as playing: ${ssh-playing} and confirm that it plays. If it doesn't play, go to the ~/stream directory and use track-mpv to play the video file.
  • " "
  • [ ] ${stream}: LIVE talk: Mark the talk as playing: ${ssh-playing} and arrange windows (backup URL for BBB if it doesn't open: ${bbb-backstage}). Adjust audio as needed
  • ") -- cgit v1.2.3