Updates
This commit is contained in:
@@ -0,0 +1,2 @@
|
|||||||
|
queue="PATH/TO/YOUR/.ODM's"
|
||||||
|
annex="PATH/TO/YOUR/ANNEX"
|
||||||
@@ -1,2 +1,4 @@
|
|||||||
__pycache__/
|
__pycache__/
|
||||||
/.DS_Store
|
/.DS_Store
|
||||||
|
config.py
|
||||||
|
config.env
|
||||||
@@ -0,0 +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
|
||||||
|
'''
|
||||||
|
|
||||||
|
'''Where the unpackaged odm mp3s will get moved'''
|
||||||
|
annex="PATH/TO/ANNEX"
|
||||||
|
|
||||||
|
'''Where chapterized and labeled mp3s will be stored'''
|
||||||
|
circulation="PATH/TO/CIRCULATION"
|
||||||
|
|
||||||
|
'''Where the final finished product will land'''
|
||||||
|
bookshelf="PATH/TO/BOOKSHELF"
|
||||||
|
|
||||||
|
'''Where the scraps go'''
|
||||||
|
archive="PATH/TO/ARCHIVE"
|
||||||
Reference in New Issue
Block a user