From 21b44c148a4afa2d70206d14fa0d850bb96979e5 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Jan 2023 16:39:29 -0500 Subject: [PATCH] formatting adjustments --- overdrive_full.sh | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/overdrive_full.sh b/overdrive_full.sh index 0a0b0f3..ee05cd3 100644 --- a/overdrive_full.sh +++ b/overdrive_full.sh @@ -1,26 +1,18 @@ #!/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/SERVER/FRAMEWORK +cd /Users/jonas/Documents/code/overdrive-plex # unpack odm's bash overdrivedelete.sh -# navigate to the folder where the second script is located -cd /Users/jonas/Documents/SERVER/BOOKS/TEST - # extract chapters 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 -#python3.10 00_format_metadata.py python3.10 metadatatoxml.py python3.10 xmlparse.py