From 042bb3acc0d50abdae88ad1e051ef7e14afa1861 Mon Sep 17 00:00:00 2001 From: Quentin Gibeaux Date: Wed, 20 Feb 2019 09:46:25 +0100 Subject: [PATCH] add 2 19 json --- podcasts/config/lav-20190219.json | 37 +++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 podcasts/config/lav-20190219.json diff --git a/podcasts/config/lav-20190219.json b/podcasts/config/lav-20190219.json new file mode 100644 index 0000000..2fd9b0a --- /dev/null +++ b/podcasts/config/lav-20190219.json @@ -0,0 +1,37 @@ +{ + "short_date" : "20190219", + "long_date" : "19 février 2019", + "ffmpeg_bin" : "./FFmpeg/ffmpeg", + "chapters" : [ + { + "start_timestamp" : "00:02:42", + "end_timestamp" : "01:02:02.5", + "short_chapter_name" : "itw-bortzmeyer-cyberstructure", + "chapter_title" : "Interview de Stéphane Bortzmeyer sur son livre https://cyberstructure.fr/" + }, + { + "start_timestamp" : "01:07:15", + "end_timestamp" : "01:13:32", + "short_chapter_name" : "itw-lacroix-pacte-pour-la-transition", + "chapter_title" : "Interview d'Aliette Lacroix pour le Pacte pour la transition" + }, + { + "start_timestamp" : "01:13:34", + "end_timestamp" : "01:17:54.5", + "short_chapter_name" : "directive-droit-auteur", + "chapter_title" : "Point d'actualité sur la directive droit d'auteur" + }, + { + "start_timestamp" : "01:18:17.5", + "end_timestamp" : "01:23:32", + "short_chapter_name" : "pjl-ecole-de-la-confiance", + "chapter_title" : "Point d'actualité sur le projet de loi « Pour une école de la confiance »" + }, + { + "start_timestamp" : "01:23:44.5", + "end_timestamp" : "01:29:21", + "short_chapter_name" : "annonces", + "chapter_title" : "Annonces" + } + ] +}