Re-arranged print statements
This commit is contained in:
@@ -23,7 +23,6 @@ def chapters_list():
|
|||||||
extract_chapters(annex)
|
extract_chapters(annex)
|
||||||
add_ms_to_chapters(annex)
|
add_ms_to_chapters(annex)
|
||||||
ms_to_durations(annex)
|
ms_to_durations(annex)
|
||||||
print("Splitting audio files into chapters & adding metadata (this may take a moment)...")
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
chapters_list()
|
chapters_list()
|
||||||
@@ -21,6 +21,7 @@ circulation = config['circulation']
|
|||||||
bookshelf = config['bookshelf']
|
bookshelf = config['bookshelf']
|
||||||
|
|
||||||
def chop_tag_audio():
|
def chop_tag_audio():
|
||||||
|
print("Splitting audio files into chapters & adding metadata (this may take a moment, find something to do)...")
|
||||||
split_mp3s(annex, circulation)
|
split_mp3s(annex, circulation)
|
||||||
traverse_directory(circulation, bookshelf)
|
traverse_directory(circulation, bookshelf)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user