From cd8f967e6f974395c37bc3d5fd4fea1828ef95af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Couchet?= Date: Sun, 16 Jun 2019 12:11:15 +0200 Subject: [PATCH] Pour emission du 4 septembre --- podcasts/config/lav-20180904.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 podcasts/config/lav-20180904.json diff --git a/podcasts/config/lav-20180904.json b/podcasts/config/lav-20180904.json new file mode 100644 index 0000000..c66e39c --- /dev/null +++ b/podcasts/config/lav-20180904.json @@ -0,0 +1,26 @@ +{ + "short_date" : "20180904", + "long_date" : "4 septembre 2018", + "ffmpeg_bin" : "../FFmpeg/ffmpeg", + "short_description" : "Fête des possibles, La directive droit d’auteur, DRM (menottes numériques)", + "chapters" : [ + { + "start_timestamp" : "00:03:00.40", + "end_timestamp" : "00:17:54.80", + "short_chapter_name" : "fete-des-possibles", + "chapter_title" : "Fête des possibles" + }, + { + "start_timestamp" : "00:21:16.05", + "end_timestamp" : "00:38:07.00", + "short_chapter_name" : "directive-droit-auteur", + "chapter_title" : "La directive droit d'auteur" + }, + { + "start_timestamp" : "00:38:08.00", + "end_timestamp" : "01:20:35.00", + "short_chapter_name" : "drm", + "chapter_title" : "DRM (menottes numériques)" + } + ] +}