formatting adjustments

This commit is contained in:
bender
2023-01-25 16:39:29 -05:00
parent c42a6c8a1b
commit 21b44c148a
+3 -11
View File
@@ -1,26 +1,18 @@
#!/bin/bash #!/bin/bash
#download odm's #download odm's to chosen directory
# NOTE: The odm's come with metadata -- for the future system use that file because it's more reliable. #navigate to folder where scripts are located
# navigate to the folder where the first script is located cd /Users/jonas/Documents/code/overdrive-plex
cd /Users/jonas/Documents/SERVER/FRAMEWORK
# unpack odm's # unpack odm's
bash overdrivedelete.sh bash overdrivedelete.sh
# navigate to the folder where the second script is located
cd /Users/jonas/Documents/SERVER/BOOKS/TEST
# extract chapters # extract chapters
python3.10 extract_overdrive_chapters.py /Users/jonas/Documents/SERVER/BOOKS/01_ANNEX python3.10 extract_overdrive_chapters.py /Users/jonas/Documents/SERVER/BOOKS/01_ANNEX
# navigate back to the directory where the shell script is located
cd /Users/jonas/Documents/SERVER/LOCKED_CODE
# clean metadata # clean metadata
#python3.10 00_format_metadata.py
python3.10 metadatatoxml.py python3.10 metadatatoxml.py
python3.10 xmlparse.py python3.10 xmlparse.py