Fixed odm loop error

This commit is contained in:
bender
2023-01-26 22:00:41 -05:00
parent 572341c431
commit 1d58b6f50f
4 changed files with 22 additions and 41 deletions
+7 -7
View File
@@ -6,22 +6,22 @@
python3.10 config.py
# unpack odm's
bash overdrivedelete.sh
#bash overdrivedelete.sh
# extract chapters, specify folder holding the unpackaged overdrive mp3's
source config.env
python3 extract_overdrive_chapters.py $annex
##source config.env
#python3 extract_overdrive_chapters.py $annex
# clean metadata
python3 metadatatoxml.py
#python3 metadatatoxml.py
python3 xmlparse.py
##python3 xmlparse.py
# turn chapters into ms
python3 chapter_ms.py
#python3 chapter_ms.py
# format durations
python3 durations.py
#python3 durations.py
# export labeled audio and archive original folder
# FIX: MAKE SURE IT CAN ADD TO EXISTING AUTHOR FOLDER