lav-outils/podcasts/config/lav-20190212.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.0 KiB
JSON

{
"short_date" : "20190212",
"long_date" : "12 février 2019",
"ffmpeg_bin" : "./FFmpeg/ffmpeg",
"chapters" : [
{
"start_timestamp" : "00:01:59",
"end_timestamp" : "00:12:28",
"short_chapter_name" : "JCB-pepites-libres",
"chapter_title" : "Chronique « Pépites libres » par Jean-Christophe Becquet - Dessin animé Copying is not theft de Nina Paley"
},
{
"start_timestamp" : "00:12:47.8",
"end_timestamp" : "01:11:35.5",
"short_chapter_name" : "software-heritage",
"chapter_title" : "Software Heritage avec Roberto Di Cosmo"
},
{
"start_timestamp" : "01:15:43.2",
"end_timestamp" : "01:25:26",
"short_chapter_name" : "pjl-ecole-de-la-confiance",
"chapter_title" : "Projet de loi pour une école de la confiance (amendements logiciels libres)"
},
{
"start_timestamp" : "01:25:26",
"end_timestamp" : "01:29:59",
"short_chapter_name" : "annonces",
"chapter_title" : "Annonces"
}
]
}