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