Ajout d'un fichier JSON template pour être utilisé comme template pour les
fichiers JSON d'une nouvelle émission
This commit is contained in:
parent
8288ad50b3
commit
66ef6d3cb8
32
podcasts/config/lav-template.json
Normal file
32
podcasts/config/lav-template.json
Normal file
@ -0,0 +1,32 @@
|
||||
{
|
||||
"short_date" : "2020MMDD",
|
||||
"long_date" : "DD month 2020",
|
||||
"ffmpeg_bin" : "../FFmpeg/ffmpeg",
|
||||
"short_description" : "TITRE_PODCAST_COMPLET",
|
||||
"chapters" : [
|
||||
{
|
||||
"start_timestamp" : "00:00:00.000",
|
||||
"end_timestamp" : "00:0:00.000",
|
||||
"short_chapter_name" : "",
|
||||
"chapter_title" : "TITRE_PODCAST_SUJET"
|
||||
},
|
||||
{
|
||||
"start_timestamp" : "00:00:00.000",
|
||||
"end_timestamp" : "00:0:00.000",
|
||||
"short_chapter_name" : "",
|
||||
"chapter_title" : "TITRE_PODCAST_SUJET"
|
||||
},
|
||||
{
|
||||
"start_timestamp" : "00:00:00.000",
|
||||
"end_timestamp" : "00:0: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" : "Annonces"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user