From 85aaff058ce7927edcc6a8800eeca3a6e5a74250 Mon Sep 17 00:00:00 2001 From: "Christian P. MOMON" Date: Fri, 20 Mar 2020 18:17:53 +0100 Subject: [PATCH] Added config file for lav #58. --- podcasts/config/lav-20200317.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 podcasts/config/lav-20200317.json diff --git a/podcasts/config/lav-20200317.json b/podcasts/config/lav-20200317.json new file mode 100644 index 0000000..f3c397d --- /dev/null +++ b/podcasts/config/lav-20200317.json @@ -0,0 +1,26 @@ +{ + "short_date" : "20200317", + "long_date" : "17 mars 2020", + "ffmpeg_bin" : "../FFmpeg/ffmpeg", + "short_description" : "#58 - Achat de matériel informatique et logiciels libres - MuseScore - Télétravail", + "chapters" : [ + { + "start_timestamp" : "00:02:41.526", + "end_timestamp" : "00:14:56.108", + "short_chapter_name" : "musescore-logiciel-libre-edition-partitions-musicales", + "chapter_title" : "MuseScore, un logiciel libre d'édition de partitions musicales" + }, + { + "start_timestamp" : "00:17:53.482", + "end_timestamp" : "01:13:55.760", + "short_chapter_name" : "achat-materiel-et-logiciels-libres-ordinateurs-téléphones-mobiles", + "chapter_title" : "Achat de matériel et logiciels libres : ordinateurs, téléphones mobiles" + }, + { + "start_timestamp" : "01:18:24.049", + "end_timestamp" : "01:25:39.448", + "short_chapter_name" : "chronique-vincent-calame-le-teletravail", + "chapter_title" : "Chronique de Vincent Calame sur le télétravail" + } + ] +}