From 901fe08f396e2f7296fb63e425a4dbe49147639d Mon Sep 17 00:00:00 2001 From: Etienne Gonnu Date: Mon, 14 Oct 2024 14:55:17 +0200 Subject: [PATCH] Ajouter podcasts/config/lav-20241015.json --- podcasts/config/lav-20241015.json | 32 +++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 podcasts/config/lav-20241015.json diff --git a/podcasts/config/lav-20241015.json b/podcasts/config/lav-20241015.json new file mode 100644 index 0000000..caac70f --- /dev/null +++ b/podcasts/config/lav-20241015.json @@ -0,0 +1,32 @@ +{ + "short_date" : "20241015", + "long_date" : "15 octobre 2024", + "ffmpeg_bin" : "../FFmpeg/ffmpeg", + "short_description" : "#222 - Do-Doc, produire facilement des contenus - PyCon2024 ", + "chapters" : [ + { + "start_timestamp" : "00:00:00.000", + "end_timestamp" : "00:00:00.000", + "short_chapter_name" : "chronique-fhx-florence-chabanois", + "chapter_title" : "TITRE_PODCAST_SUJET" + }, + { + "start_timestamp" : "00:00:00.000", + "end_timestamp" : "00:00:00.000", + "short_chapter_name" : "dodoc", + "chapter_title" : "Do-Doc, produire facilement des contenus" + }, + { + "start_timestamp" : "00:00:00.000", + "end_timestamp" : "00:00:00.000", + "short_chapter_name" : "chronique-a-la-rencontre-du-libre-julie-chaumard", + "chapter_title" : "PyCon2024" + }, + { + "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" + } + ] +}