Updated formatting & removed redundancies
This commit is contained in:
+17
-19
@@ -1,33 +1,31 @@
|
||||
#!/bin/bash
|
||||
|
||||
#download odm's to chosen directory
|
||||
#start by downloading odms to chosen directory
|
||||
|
||||
# configure variables
|
||||
#configure variables
|
||||
python3.10 config.py
|
||||
|
||||
# unpack odm's
|
||||
#bash overdrivedelete.sh
|
||||
#unpack odms
|
||||
bash overdrivedelete.sh
|
||||
|
||||
# extract chapters, specify folder holding the unpackaged overdrive mp3's
|
||||
##source config.env
|
||||
#python3 extract_overdrive_chapters.py $annex
|
||||
#extract chapters, specify folder holding the unpackaged overdrive mp3s
|
||||
source config.env
|
||||
python3 extract_overdrive_chapters.py $annex
|
||||
|
||||
# clean metadata
|
||||
#python3 metadatatoxml.py
|
||||
#clean metadata
|
||||
python3 metadatatoxml.py
|
||||
|
||||
##python3 xmlparse.py
|
||||
python3 xmlparse.py
|
||||
|
||||
# turn chapters into ms
|
||||
#python3 chapter_ms.py
|
||||
#turn chapters into ms
|
||||
python3 chapter_ms.py
|
||||
|
||||
# format durations
|
||||
#python3 durations.py
|
||||
#format durations
|
||||
python3 durations.py
|
||||
|
||||
# export labeled audio and archive original folder
|
||||
#export labeled audio and archive original folder
|
||||
# FIX: MAKE SURE IT CAN ADD TO EXISTING AUTHOR FOLDER
|
||||
python3 00_exportchapters.py
|
||||
|
||||
# tag the exported audio with proper metadata
|
||||
python3 final_metadata_add.py
|
||||
|
||||
#manually add to Plex
|
||||
#tag the exported audio with proper metadata
|
||||
python3 final_metadata_add.py
|
||||
Reference in New Issue
Block a user