From 1ff3da2e28d9e11eb4f270b480d935a53241cb40 Mon Sep 17 00:00:00 2001 From: Quentin Gibeaux Date: Mon, 30 Mar 2020 14:54:58 +0200 Subject: [PATCH] add json 2020 03 24 --- podcasts/config/lav-20200324.json | 32 +++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 podcasts/config/lav-20200324.json diff --git a/podcasts/config/lav-20200324.json b/podcasts/config/lav-20200324.json new file mode 100644 index 0000000..3f0e369 --- /dev/null +++ b/podcasts/config/lav-20200324.json @@ -0,0 +1,32 @@ +{ + "short_date" : "20200324", + "long_date" : "24 mars 2020", + "ffmpeg_bin" : "../FFmpeg/ffmpeg", + "short_description" : "Agilité et logiciel libre - Mozilla - le jeu du Gnou", + "chapters" : [ + { + "start_timestamp" : "00:02:20.095", + "end_timestamp" : "00:15:05.700", + "short_chapter_name" : "chronique-emmanuel-revah-mozilla", + "chapter_title" : "Chronique d'Emmanuel Revah sur Mozilla" + }, + { + "start_timestamp" : "00:18:26.275", + "end_timestamp" : "01:09:57.790", + "short_chapter_name" : "agile-logiciel-libre-rencontre-valeurs-principes", + "chapter_title" : "Agile et Logiciel Libre : Une rencontre sur les valeurs et principes" + }, + { + "start_timestamp" : "01:14:19.550", + "end_timestamp" : "01:25:24.085", + "short_chapter_name" : "chronique-isabella-vanni-jeu-du-gnou", + "chapter_title" : "Chronique d'Isabella Vanni sur le jeu du Gnou" + }, + { + "start_timestamp" : "01:25:36.270", + "end_timestamp" : "01:29:02.300", + "short_chapter_name" : "annonces", + "chapter_title" : "Annonces" + } + ] +}