diff --git a/Chapters_List/chapters.py b/Chapters_List/chapters.py index 4319148..c45d708 100644 --- a/Chapters_List/chapters.py +++ b/Chapters_List/chapters.py @@ -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() \ No newline at end of file diff --git a/Chop_Tag_Audio/chop_tag_audio.py b/Chop_Tag_Audio/chop_tag_audio.py index b046cd1..20ff42a 100644 --- a/Chop_Tag_Audio/chop_tag_audio.py +++ b/Chop_Tag_Audio/chop_tag_audio.py @@ -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)