From 495e6239baa498d7cb85f2123999bb64d7a77ccc Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Jan 2023 19:15:12 -0500 Subject: [PATCH] updates --- .DS_Store | Bin 0 -> 6148 bytes overdrive_full.sh | 14 +++++++------- 2 files changed, 7 insertions(+), 7 deletions(-) create mode 100644 .DS_Store diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..38734ca2de71d90578b12a191d5ff30a57f26d5c GIT binary patch literal 6148 zcmeHKJ8Hu~5S@u#2;8`IxmU;y7U7)02atb(6aoc8igc=cE+5TrJ{W}TCXgn)ftj~E znx|!7q0xwlw%_Mhk+q04a6`FRn43K}pV>=h6bQ#VPI7>M$h&m2>c}_IdtuEgkdX>d0V;4;z`hR!Zden?K>u_g_y_=8 zBJGB?&l13531Cee1CfDgP=P_!95FQL$d|0EiDO{UMRWMjJXv!>Q9m8;FJ3NM0~x6R z6__fpi0#_?{~P?t{68geM+KA!1r*gxx&q`b_#;GW1zQV hY^)t`yeR65t?|4jj)6``-swR8445u7D)83|+yF)|6_)@2 literal 0 HcmV?d00001 diff --git a/overdrive_full.sh b/overdrive_full.sh index 4e91a42..1199aba 100644 --- a/overdrive_full.sh +++ b/overdrive_full.sh @@ -10,24 +10,24 @@ bash overdrivedelete.sh # extract chapters, specify folder holding the unpackaged overdrive mp3's source config.env -python3.10 extract_overdrive_chapters.py $annex +python3 extract_overdrive_chapters.py $annex # clean metadata -python3.10 metadatatoxml.py +python3 metadatatoxml.py -python3.10 xmlparse.py +python3 xmlparse.py # turn chapters into ms -python3.10 chapter_ms.py +python3 chapter_ms.py # format durations -python3.10 durations.py +python3 durations.py # export labeled audio and archive original folder # FIX: MAKE SURE IT CAN ADD TO EXISTING AUTHOR FOLDER -python3.10 00_exportchapters.py +python3 00_exportchapters.py # tag the exported audio with proper metadata -python3.10 final_metadata_add.py +python3 final_metadata_add.py #manually add to Plex