From ac591ff874721b9790769bffe475685d84f86f84 Mon Sep 17 00:00:00 2001 From: akspecs Date: Sun, 7 Nov 2021 01:50:40 -0800 Subject: split_album.py: reword description - album/playlist also, chmod 755 split_album.py --- split_album.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 split_album.py diff --git a/split_album.py b/split_album.py old mode 100644 new mode 100755 index 141b4f6..7e44c70 --- a/split_album.py +++ b/split_album.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 """ -split songs from an album contained in one file into their own files +split songs from an album or playlist contained in one file into their own files """ # TODO: multi-processing (maybe with concurent.futures?) @@ -112,7 +112,7 @@ def parse_input(input_txt_file, multimedia_file): def main(): arg_parser = argparse.ArgumentParser( - description="split songs from an album contained in one file into their own files" + description="split songs from an album or playlist contained in one file into their own files" ) arg_parser.add_argument( 'input_txt', -- cgit 1.4.1-2-gfad0