lav-outils/podcasts/config/lav-20190305.json
Christian P. MOMON 3cbc59b769 Normalized tab and space use in *json config files.
cpm@ocmstar (01:46:39) …/lav-outils/podcasts/config > cat donormalize
sed -i.bak s/\ \ \ \ \ \ \ \ \ \ \ \ /\\t\\t\\t/g lav-*.json

sed -i.bak 's/short_date"[[:space:]]\+:[[:space:]]\+"/short_date"    : "/g' lav-*.json
sed -i.bak  's/long_date"[[:space:]]\+:[[:space:]]\+"/long_date"     : "/g' lav-*.json
sed -i.bak 's/ffmpeg_bin"[[:space:]]\+:[[:space:]]\+"/ffmpeg_bin"    : "/g' lav-*.json
sed -i.bak  's/chapters"[[:space:]]\+:[[:space:]]\+\[/chapters"  : [/g' lav-*.json

sed -i.bak    's/start_timestamp"[[:space:]]\+:[[:space:]]\+"/start_timestamp"       : "/g' lav-*.json
sed -i.bak      's/end_timestamp"[[:space:]]\+:[[:space:]]\+"/end_timestamp"         : "/g' lav-*.json
sed -i.bak 's/short_chapter_name"[[:space:]]\+:[[:space:]]\+"/short_chapter_name"    : "/g' lav-*.json
sed -i.bak      's/chapter_title"[[:space:]]\+:[[:space:]]\+"/chapter_title"         : "/g' lav-*.json

rm -f *.bak
2019-05-10 01:50:35 +02:00

32 lines
1.1 KiB
JSON

{
"short_date" : "20190305",
"long_date" : "5 mars 2019",
"ffmpeg_bin" : "./FFmpeg/ffmpeg",
"chapters" : [
{
"start_timestamp" : "00:02:07",
"end_timestamp" : "00:14:13.8",
"short_chapter_name" : "chronique-xavier-berne-limitation-transparence-parcoursup",
"chapter_title" : "Chronique de Xavier Berne sur la limitation de la transparence sur Parcoursup"
},
{
"start_timestamp" : "00:16:33",
"end_timestamp" : "01:07:33.5",
"short_chapter_name" : "sujet-long-wikipedia-encyclopedie-libre",
"chapter_title" : "Sujet long Wikipedia l'encyclopédie libre"
},
{
"start_timestamp" : "01:10:37",
"end_timestamp" : "01:22:57",
"short_chapter_name" : "chronique-noemie-bergez-critere-originalite-droit-auteur",
"chapter_title" : "Chronique de Noémie Bergez « Le critère d'originalité dans le droit d'auteur »"
},
{
"start_timestamp" : "01:23:08",
"end_timestamp" : "01:29:05",
"short_chapter_name" : "annonces",
"chapter_title" : "Annonces"
}
]
}