File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 fix the tag information.''' )
2828parser .add_argument ('--ignore-multiple-artists' , action = 'store_true' ,
2929 dest = 'ignore_multiple_artists' ,
30- help = 'TODO' )
30+ help = '''This script will prompt for confirmation if an artist
31+ directory has songs with more than 2 different tags.
32+ This flag disables the confirmation and won't perform this check.''' )
3133parser .add_argument ('--collection' , action = 'store_true' ,
32- help = 'TODO' )
34+ help = '''Operate in 'collection' mode and run 'artist' mode on
35+ every subdirectory.''' )
3336parser .add_argument ('--artist' , action = 'store_true' ,
34- help = 'TODO' )
37+ help = '''Operate in 'artist' mode and copy all songs to the
38+ root of the directory and cleanly format the names to
39+ be easily typed and navigated in a shell.''' )
3540args = parser .parse_args ()
3641
3742if args .collection and args .artist :
You can’t perform that action at this time.
0 commit comments