From 94b05cf06e6f07e2a1d3d59a7ab0df68424c95f2 Mon Sep 17 00:00:00 2001 From: Quentin Gibeaux Date: Fri, 22 Oct 2021 13:11:07 +0200 Subject: [PATCH] add fake json for ihm dev --- podcasts/config/lav-21211019.json | 32 +++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 podcasts/config/lav-21211019.json diff --git a/podcasts/config/lav-21211019.json b/podcasts/config/lav-21211019.json new file mode 100644 index 0000000..798936b --- /dev/null +++ b/podcasts/config/lav-21211019.json @@ -0,0 +1,32 @@ +{ + "short_date" : "21211019", + "long_date" : "19 octobre 2121", + "ffmpeg_bin" : "../FFmpeg/ffmpeg", + "short_description" : "#119 - QGIS - CartONG - F-Droid", + "chapters" : [ + { + "start_timestamp" : "00:00:00.000", + "end_timestamp" : "00:00:00.000", + "short_chapter_name" : "chronique-isabella-vanni", + "chapter_title" : "Chronique d'Isabella vanni sur CartONG" + }, + { + "start_timestamp" : "00:00:00.000", + "end_timestamp" : "00:00:00.000", + "short_chapter_name" : "qgis", + "chapter_title" : "Système d’information géographique libre QGIS" + }, + { + "start_timestamp" : "00:00:00.000", + "end_timestamp" : "00:00:00.000", + "short_chapter_name" : "chronique-laurent-et-lorette-costy", + "chapter_title" : "Chronique de Laurent et Lorette Costy sur F-Droid" + }, + { + "start_timestamp" : "00:00:00.000", + "end_timestamp" : "00:00:00.000", + "short_chapter_name" : "annonces", + "chapter_title" : "Quoi de Libre ? Actualités et annonces concernant l'April et le monde du libre" + } + ] +}