From 94b05cf06e6f07e2a1d3d59a7ab0df68424c95f2 Mon Sep 17 00:00:00 2001 From: Quentin Gibeaux Date: Fri, 22 Oct 2021 13:11:07 +0200 Subject: [PATCH 1/5] 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" + } + ] +} From 0a9b0f345980f6918336fe7bb94155d1aebe08bd Mon Sep 17 00:00:00 2001 From: Etienne Gonnu Date: Fri, 22 Oct 2021 16:17:57 +0200 Subject: [PATCH 2/5] Ajouter 'lav-20211026.json' --- lav-20211026.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 lav-20211026.json diff --git a/lav-20211026.json b/lav-20211026.json new file mode 100644 index 0000000..3700c2e --- /dev/null +++ b/lav-20211026.json @@ -0,0 +1,33 @@ +{ + "short_date" : "20211026", + "long_date" : "26 octobre 2021", + "ffmpeg_bin" : "../FFmpeg/ffmpeg", + "short_description" : "#120 - Wikimedia - Salariat et création de logiciel - La pituite de Luk ", + "chapters" : [ + { + "start_timestamp" : "00:00:00.000", + "end_timestamp" : "00:00:00.000", + "short_chapter_name" : "chronique-noemie-bergez", + "chapter_title" : "Salariat et création de logiciel" + }, + { + "start_timestamp" : "00:00:00.000", + "end_timestamp" : "00:00:00.000", + "short_chapter_name" : "sujet-long-wikimedia", + "chapter_title" : "Les actions de plaidoyer de Wikimédia" + }, + { + "start_timestamp" : "00:00:00.000", + "end_timestamp" : "00:00:00.000", + "short_chapter_name" : "chronique-luk", + "chapter_title" : "La pituite de Luk" + }, + { + "start_timestamp" : "01:00:00.000", + "end_timestamp" : "01:00:00.000", + "short_chapter_name" : "annonces", + "chapter_title" : "Quoi de Libre ? Actualités et annonces concernant l'April et le monde du libre" + } + ] +} + From aaeae2312287b19463fc2966648b08fb3f0f6f06 Mon Sep 17 00:00:00 2001 From: Etienne Gonnu Date: Fri, 22 Oct 2021 16:57:37 +0200 Subject: [PATCH 3/5] Supprimer 'lav-20211026.json' --- lav-20211026.json | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 lav-20211026.json diff --git a/lav-20211026.json b/lav-20211026.json deleted file mode 100644 index 3700c2e..0000000 --- a/lav-20211026.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "short_date" : "20211026", - "long_date" : "26 octobre 2021", - "ffmpeg_bin" : "../FFmpeg/ffmpeg", - "short_description" : "#120 - Wikimedia - Salariat et création de logiciel - La pituite de Luk ", - "chapters" : [ - { - "start_timestamp" : "00:00:00.000", - "end_timestamp" : "00:00:00.000", - "short_chapter_name" : "chronique-noemie-bergez", - "chapter_title" : "Salariat et création de logiciel" - }, - { - "start_timestamp" : "00:00:00.000", - "end_timestamp" : "00:00:00.000", - "short_chapter_name" : "sujet-long-wikimedia", - "chapter_title" : "Les actions de plaidoyer de Wikimédia" - }, - { - "start_timestamp" : "00:00:00.000", - "end_timestamp" : "00:00:00.000", - "short_chapter_name" : "chronique-luk", - "chapter_title" : "La pituite de Luk" - }, - { - "start_timestamp" : "01:00:00.000", - "end_timestamp" : "01:00:00.000", - "short_chapter_name" : "annonces", - "chapter_title" : "Quoi de Libre ? Actualités et annonces concernant l'April et le monde du libre" - } - ] -} - From 4623f4781e0c8f6eed547b198ec17026c40b1e3c Mon Sep 17 00:00:00 2001 From: Etienne Gonnu Date: Fri, 22 Oct 2021 16:59:19 +0200 Subject: [PATCH 4/5] Ajouter 'podcasts/config/2021' --- podcasts/config/2021 | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 podcasts/config/2021 diff --git a/podcasts/config/2021 b/podcasts/config/2021 new file mode 100644 index 0000000..f7058a1 --- /dev/null +++ b/podcasts/config/2021 @@ -0,0 +1,32 @@ +{ + "short_date" : "20211026", + "long_date" : "26 octobre 2021", + "ffmpeg_bin" : "../FFmpeg/ffmpeg", + "short_description" : "#120 - Wikimedia - Salariat et création de logiciel - La pituite de Luk ", + "chapters" : [ + { + "start_timestamp" : "00:00:00.000", + "end_timestamp" : "00:00:00.000", + "short_chapter_name" : "chronique-noemie-bergez", + "chapter_title" : "Salariat et création de logiciel" + }, + { + "start_timestamp" : "00:00:00.000", + "end_timestamp" : "00:00:00.000", + "short_chapter_name" : "sujet-long-wikimedia", + "chapter_title" : "Les actions de plaidoyer de Wikimédia" + }, + { + "start_timestamp" : "00:00:00.000", + "end_timestamp" : "00:00:00.000", + "short_chapter_name" : "chronique-luk", + "chapter_title" : "La pituite de Luk" + }, + { + "start_timestamp" : "01:00:00.000", + "end_timestamp" : "01:00:00.000", + "short_chapter_name" : "annonces", + "chapter_title" : "Quoi de Libre ? Actualités et annonces concernant l'April et le monde du libre" + } + ] +} \ No newline at end of file From 2e746f841180f4fadaa295fb71b9ea5a2807f8bd Mon Sep 17 00:00:00 2001 From: Etienne Gonnu Date: Fri, 22 Oct 2021 17:00:40 +0200 Subject: [PATCH 5/5] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'podcasts/confi?= =?UTF-8?q?g/lav-20211026.json'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- podcasts/config/{2021 => lav-20211026.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename podcasts/config/{2021 => lav-20211026.json} (100%) diff --git a/podcasts/config/2021 b/podcasts/config/lav-20211026.json similarity index 100% rename from podcasts/config/2021 rename to podcasts/config/lav-20211026.json