mishmash.commands.mgmt module¶
-
class
mishmash.commands.mgmt.MergeArtists(subparsers=None, **kwargs)[source]¶ Bases:
mishmash.core.CommandConstruct a command. Any kwargs are added to the class object using
setattr. All commands have an ArgumentParser, either constructed here or whensubparsersis given a new parser is created using itsadd_parsermethod.-
HELP= 'Merge two or more artists into a single artist.'¶
-
NAME= 'merge-artists'¶
-
-
class
mishmash.commands.mgmt.SplitArtists(subparsers=None, **kwargs)[source]¶ Bases:
mishmash.core.CommandConstruct a command. Any kwargs are added to the class object using
setattr. All commands have an ArgumentParser, either constructed here or whensubparsersis given a new parser is created using itsadd_parsermethod.-
HELP= 'Split a single artist name into N distinct artists.'¶
-
NAME= 'split-artists'¶
-