From 63ac0120c9f6e89302fe5ffc75b996daba3ec68b Mon Sep 17 00:00:00 2001 From: Isabella Vanni Date: Tue, 6 Dec 2022 11:14:35 +0100 Subject: [PATCH] Ajouter 'podcasts/config/lav-20221206.json' --- podcasts/config/lav-20221206.json | 33 +++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 podcasts/config/lav-20221206.json diff --git a/podcasts/config/lav-20221206.json b/podcasts/config/lav-20221206.json new file mode 100644 index 0000000..323a706 --- /dev/null +++ b/podcasts/config/lav-20221206.json @@ -0,0 +1,33 @@ +{ + "short_date" : "2022MMDD", + "long_date" : "DD month 2022", + "ffmpeg_bin" : "../FFmpeg/ffmpeg", + "short_description" : "#N°Emission - TITRE_PODCAST_COMPLET", + "chapters" : [ + { + "start_timestamp" : "00:00:00.000", + "end_timestamp" : "00:00:00.000", + "short_chapter_name" : "", + "chapter_title" : "TITRE_PODCAST_SUJET" + }, + { + "start_timestamp" : "00:00:00.000", + "end_timestamp" : "00:00:00.000", + "short_chapter_name" : "", + "chapter_title" : "TITRE_PODCAST_SUJET" + }, + { + "start_timestamp" : "00:00:00.000", + "end_timestamp" : "00:00:00.000", + "short_chapter_name" : "", + "chapter_title" : "TITRE_PODCAST_SUJET" + }, + { + "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" + } + ] +} +