From 28661e8fa46538b7838386c6c5906ced68dfc485 Mon Sep 17 00:00:00 2001 From: bender <123113548+LeLawnGames@users.noreply.github.com> Date: Wed, 25 Jan 2023 19:39:24 -0500 Subject: [PATCH 1/2] Delete Order of operations.txt --- Order of operations.txt | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 Order of operations.txt diff --git a/Order of operations.txt b/Order of operations.txt deleted file mode 100644 index fced2da..0000000 --- a/Order of operations.txt +++ /dev/null @@ -1,12 +0,0 @@ -Order of operations: - -01: Download .odm files -02: Use sh overdrivedelete.sh to unpack -03: Use chapters_list.py to get the chapters times and titles -04: Use metadatatoxml.py to get xml -05: Use xmlparse.py to clean metadata -06: Use chapter_ms.py to put the chapter times in ms -07: Use durations.py to create the duration spans in the chapter file -08: Use 00_exportchapters.py to get the labeled audio, pull the metadata txt & folder.jpg into the new folder, and move the old folder to archive -09: Use final_metadata_add.py to add metadata to the tracks and move the author folders to 02_READY FOR PLEX -10: Drag to Plex -- the odm download and this part are the two manuals components and I consider those safeguards. Worst case scenario if something went wrong you'd probably see it during this step and you could revert to the archives. \ No newline at end of file From c7d97158c46bec53b5b4cf75133ed8622dba081b Mon Sep 17 00:00:00 2001 From: bender <123113548+LeLawnGames@users.noreply.github.com> Date: Wed, 25 Jan 2023 21:44:58 -0500 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dbf97bd..c8afa4a 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ The main bash script assumes that all of the scripts are sitting in the same fol ### Note on .odm's -A known issue with downloading the contents of .odm files is that in some cases certain errors related to the license will occur. In those cases this script will skip the file in question and continue on. The only fix for that is to redownload the odm. +A known issue with downloading the contents of .odm files is that in some cases certain errors related to the license will occur. The only fix for that is to redownload the odm. ## Execution ### The order of operations for the whole process is as follows: