Skip to content
Snippets Groups Projects

Main

1 file
+ 9
1
Compare changes
  • Side-by-side
  • Inline
+ 9
1
@@ -221,10 +221,18 @@ convert)
@@ -221,10 +221,18 @@ convert)
activate_venv
activate_venv
python "$SCRIPTS_DIR/src/main.py"
python "$SCRIPTS_DIR/src/main.py"
;;
;;
extract-rdf)
extract)
activate_venv
activate_venv
python "$SCRIPTS_DIR/src/extract.py"
python "$SCRIPTS_DIR/src/extract.py"
;;
;;
 
transform)
 
activate_venv
 
python "$SCRIPTS_DIR/src/transform.py"
 
;;
 
export)
 
activate_venv
 
python "$SCRIPTS_DIR/src/export.py"
 
;;
extract-mp3)
extract-mp3)
for audio_file in "$SOURCES_DIR/contenu/media/"*.swf; do
for audio_file in "$SOURCES_DIR/contenu/media/"*.swf; do
"$SCRIPTS_DIR/extract_mp3.sh" "$@" --output-dir "$RESULTS_DIR/audio" "$audio_file"
"$SCRIPTS_DIR/extract_mp3.sh" "$@" --output-dir "$RESULTS_DIR/audio" "$audio_file"
Loading