From eb2c3bb3d6c215540696c7f20556408ffee1bab3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Couchet?= Date: Sat, 9 May 2020 10:04:39 +0200 Subject: [PATCH] =?UTF-8?q?Fichier=20de=20config=20pour=20=C3=A9mission=20?= =?UTF-8?q?du=205=20mai=202020?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- podcasts/config/lav-20200505.json | 32 +++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 podcasts/config/lav-20200505.json diff --git a/podcasts/config/lav-20200505.json b/podcasts/config/lav-20200505.json new file mode 100644 index 0000000..283d89e --- /dev/null +++ b/podcasts/config/lav-20200505.json @@ -0,0 +1,32 @@ +{ + "short_date" : "20200505", + "long_date" : "5 mai 2020", + "ffmpeg_bin" : "../FFmpeg/ffmpeg", + "short_description" : "Logiciels libres dans l’Éducation nationale - Oisux - Easter-Eggs", + "chapters" : [ + { + "start_timestamp" : "00:00:00.000", + "end_timestamp" : "00:00:00.000", + "short_chapter_name" : "logiciels-libres-education-nationale", + "chapter_title" : "Logiciels libres dans l’Éducation nationale : Apps éducation" + }, + { + "start_timestamp" : "00:00:00.000", + "end_timestamp" : "00:00:00.000", + "short_chapter_name" : "logiciel-libre-oisux", + "chapter_title" : "Logiciel libre dans l'Oise avec Oisux" + }, + { + "start_timestamp" : "00:00:00.000", + "end_timestamp" : "00:00:00.000", + "short_chapter_name" : "des-nouvelles-easter-eggs", + "chapter_title" : "Des nouvelles d'Easter-eggs, entreprise du logiciel libre" + }, + { + "start_timestamp" : "01:00:00.000", + "end_timestamp" : "01:00:00.000", + "short_chapter_name" : "annonces", + "chapter_title" : "Annonces" + } + ] +}