Updated formatting & removed redundancies

This commit is contained in:
bender
2023-02-02 18:16:32 -05:00
parent 1d58b6f50f
commit 48fe05290a
10 changed files with 112 additions and 93 deletions
+9 -7
View File
@@ -1,15 +1,17 @@
# Define directories
# I like having multiple folders so as to visualize each step happening
# but you could easily adjust the setup to fit your preferences
'''
Define directories
I like having multiple folders so as to visualize each step happening
but you could easily adjust the setup to fit your preferences
'''
# Where the unpackaged odm mp3s will get moved
'''Where the unpackaged odm mp3s will get moved'''
annex="/Users/jonas/Documents/SERVER/BOOKS/01_ANNEX"
# Where chapterized and labeled mp3s will be stored
'''Where chapterized and labeled mp3s will be stored'''
circulation="/Users/jonas/Documents/SERVER/BOOKS/02_CIRCULATION"
# Where the final finished product will land
'''Where the final finished product will land'''
bookshelf="/Users/jonas/Documents/SERVER/BOOKS/03_BOOKSHELF"
# Where the scraps go
'''Where the scraps go'''
archive="/Users/jonas/Documents/SERVER/BOOKS/00_ARCHIVE"