From c7306eedc2f2d8dd05eb6c8beae144f2069afd5a Mon Sep 17 00:00:00 2001 From: "Christian P. MOMON" Date: Wed, 29 May 2019 10:54:54 +0200 Subject: [PATCH] Added config file about 20190528 recording. --- podcasts/config/lav-20190528.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 podcasts/config/lav-20190528.json diff --git a/podcasts/config/lav-20190528.json b/podcasts/config/lav-20190528.json new file mode 100644 index 0000000..3ba43b1 --- /dev/null +++ b/podcasts/config/lav-20190528.json @@ -0,0 +1,31 @@ +{ + "short_date" : "20190528", + "long_date" : "28 mai 2019", + "ffmpeg_bin" : "../FFmpeg/ffmpeg", + "chapters" : [ + { + "start_timestamp" : "00:01:43.13", + "end_timestamp" : "00:15:17.24", + "short_chapter_name" : "chronique-in-code-we-trust-noemie-bergez-rgpd", + "chapter_title" : "Chronique « In code we trust » de Noémie Bergez : le RGPD" + }, + { + "start_timestamp" : "00:17:39.69", + "end_timestamp" : "01:10:56.79", + "short_chapter_name" : "collectivites-et-logiciel-libre", + "chapter_title" : "Collectivités et logiciel libre" + }, + { + "start_timestamp" : "01:16:07.13", + "end_timestamp" : "01:25:05.34", + "short_chapter_name" : "chronique-jouons-collectif-vincent-calame-dis-tu-ne-connaitrais-pas-un-logiciel-libre", + "chapter_title" : "Chronique « Jouons collectif » de Vincent Calame : « Dis, tu ne connaîtrais pas un logiciel libre ? »" + }, + { + "start_timestamp" : "01:25:10.92", + "end_timestamp" : "01:26:49.16", + "short_chapter_name" : "annonces", + "chapter_title" : "Annonces" + } + ] +}