Commit Graph

70 Commits

Author SHA1 Message Date
Frédéric Couchet 12eceed54a Pour découpage première émission 2019-06-15 11:18:09 +02:00
Quentin Gibeaux 208b3cd7f7 update desc 2019-06-14 17:47:16 +02:00
Quentin Gibeaux c4f2fb8eb8 add config 6 11 19 2019-06-14 17:45:05 +02:00
Quentin Gibeaux 869d549a4e add short description for main podcast's title 2019-06-13 15:36:55 +02:00
Quentin Gibeaux c591dec87a add config 040619 2019-06-06 17:22:13 +02:00
Frédéric Couchet 086c76aee9 Fix correct escape of : for eyeD3 2019-06-05 13:54:49 +02:00
Frédéric Couchet c2962d6f48 Fix bug due to different eyeD3 versions between Debian stable and testing 2019-06-05 13:34:09 +02:00
Frédéric Couchet 1e117bd616 Replace http by https 2019-06-05 11:28:19 +02:00
Christian P. MOMON a1be611dad Merge branch 'dev-mp3'
* dev-mp3:
  Added cleanindent script.
  Normalized indent with perltidy -b -bext='/' -t -et 4 -io make-all-podcasts.pl.
  Added config file about 20190528 recording.
  Add explanation about --mp3 option
  Add --mp3 option to generate MP3 files
  Added idea to fix future problems.
  Added zlib1g package requirement.
  Normalized indent.
  Ajout de l'option pour la conversion mp3
  Ajout de la génération des fichiers MP3 et du texte à mettre dans la page web consacrée à l'émission.
2019-05-30 03:33:56 +02:00
Christian P. MOMON 4e5b110861 Added cleanindent script. 2019-05-29 17:50:00 +02:00
Christian P. MOMON 4d71cd525e Normalized indent with perltidy -b -bext='/' -t -et 4 -io make-all-podcasts.pl. 2019-05-29 17:49:43 +02:00
Christian P. MOMON c7306eedc2 Added config file about 20190528 recording. 2019-05-29 10:54:54 +02:00
Frédéric Couchet 5c69344b8f Add explanation about --mp3 option 2019-05-27 13:37:12 +02:00
Frédéric Couchet fa2522c41b Add --mp3 option to generate MP3 files 2019-05-27 13:33:51 +02:00
Christian P. MOMON bed025d42d Added idea to fix future problems. 2019-05-26 13:39:13 +02:00
Christian P. MOMON 51a4524fee Added zlib1g package requirement. 2019-05-26 13:22:33 +02:00
Christian P. MOMON 0e94130627 Normalized indent. 2019-05-25 22:40:17 +02:00
Frédéric Couchet aa494f6027 Ajout information pour le traitement initial du podcast 2019-05-25 10:52:50 +02:00
Frédéric Couchet a5858c480d Ajout du lien vers la page wiki 2019-05-25 10:47:16 +02:00
Frédéric Couchet 210bc34c60 Ajout des logiciels à installer pour le traitement des podcasts 2019-05-25 10:46:06 +02:00
Frédéric Couchet a6ee3cff73 Ajout de l'option pour la conversion mp3 2019-05-25 10:22:32 +02:00
Frédéric Couchet 251fc37831 Ajout de la génération des fichiers MP3 et du texte à mettre dans la
page web consacrée à l'émission.
2019-05-25 10:11:09 +02:00
Christian P. MOMON 5e9eea186b Added config file about 20190521 recording. 2019-05-23 16:04:01 +02:00
Christian P. MOMON e13455c664 Updated Quentin email. 2019-05-21 15:45:10 +02:00
Christian P. MOMON af8d1b05ad Added license header. 2019-05-21 15:39:18 +02:00
Christian P. MOMON fb72cbefd9 Moved return oustide verbose statement. 2019-05-21 15:02:37 +02:00
Christian P. MOMON 9d9c3c7df6 Fixed space/tab. 2019-05-21 14:55:58 +02:00
Christian P. MOMON 0bef358d22 Added hash file generation (#3697). 2019-05-21 14:40:51 +02:00
Christian P. MOMON 66ef7112b2 Normalized spaces and tabs. 2019-05-21 14:27:39 +02:00
Christian P. MOMON ce0b6ba592 Added config file about 20190514 recording. 2019-05-16 22:26:48 +02:00
Frédéric Couchet d9c6ca9e20 Merge branch 'master' of ssh://agir.cluster.april.org/srv/git/lav-outils 2019-05-14 11:28:59 +02:00
Frédéric Couchet 90ce5cdfd5 Correction du bug des accents mal encodés/affichés pour les titres des podcasts 2019-05-14 11:27:54 +02:00
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
Christian P. MOMON 97a88b4e87 Added config file about 20190507 recording. 2019-05-07 23:42:28 +02:00
Quentin Gibeaux 7f14c29515 add json 4 30 19 2019-05-02 15:56:23 +02:00
Quentin Gibeaux d3f32cea8c add 23 avril 2019-04-25 11:09:11 +02:00
Quentin Gibeaux 52fed0cc74 add conf 04 16 2019-04-16 21:55:56 +02:00
Christian P. MOMON 4af37042fd Fixed bad pasword case. Improved help message. 2019-04-13 04:23:36 +02:00
Christian P. MOMON d383c03258 Added date field extract. 2019-04-13 03:52:23 +02:00
Christian P. MOMON 0feb10ba0f Added script to get statistics from https://cause-commune.fm/ website. 2019-04-10 22:49:25 +02:00
Quentin Gibeaux 2f7bd74b05 add jsons 2019-04-10 09:42:53 +02:00
Quentin Gibeaux 9815aa7c75 add 26 03 19 2019-03-26 22:51:21 +01:00
Quentin Gibeaux 06ebe6b2a0 add conf 03 19 19 2019-03-19 23:36:07 +01:00
Quentin Gibeaux 033c83bb10 add conf for 03-12-19 2019-03-13 10:08:24 +01:00
Quentin Gibeaux 3ee2fc934e add conf 05 03 2019-03-05 22:45:22 +01:00
Quentin Gibeaux a4448d3768 fix titles 2019-02-27 10:09:15 +01:00
Quentin Gibeaux 4cc0ce2c34 add config 26 fev 2019-02-26 22:23:51 +01:00
Quentin Gibeaux 042bb3acc0 add 2 19 json 2019-02-20 09:46:25 +01:00
Quentin Gibeaux 01e3b7fbbc fix script utf8 reading json 2019-02-13 17:06:26 +01:00
Quentin Gibeaux d9da3e41f2 add confi 02-12 2019-02-13 11:30:24 +01:00