Skip to content
Snippets Groups Projects
Commit ba9c5e18 authored by David Rouquet's avatar David Rouquet
Browse files

Correction du chemin d'entrée dans extract_mp3

parent 91030a07
No related branches found
No related tags found
1 merge request!4Main
...@@ -275,9 +275,11 @@ test) ...@@ -275,9 +275,11 @@ test)
python "$SCRIPTS_DIR/src/test.py" python "$SCRIPTS_DIR/src/test.py"
;; ;;
extract-mp3) extract-mp3)
for audio_file in "$SOURCES_DIR/contenu/media/"*.swf; do for version in macao_12 macao_3; do
for audio_file in "$SOURCES_DIR/$version/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"
done done
done
;; ;;
shell) shell)
if [[ "$VERSION" = "each" ]]; then if [[ "$VERSION" = "each" ]]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment