Closed wbob closed 3 years ago
I think a cli would be a great addition to this lib. I'm too busy to make one but would certainly work with someone if they want to write the code.
First stab at a CLI is added in version 0.4.0. Usage can be found using:
python -m music_tag --help
I looked around for audio file cli tagging utils that wrap mutagen to allow explicit naming via cli. I found small snippets and complete library management suites, but no yet a straightforward mutagen based util.
You explain in https://github.com/KristoforMaynard/music-tag/issues/1#issuecomment-629506904 the initial scope of your lib to be a opinionated tag cleaner/sanitizer. Do you see a cli interface to set tags explicitly within the scope of your library or is the opinionated aspect a hinderance and/or you'd rather see music-tag as a dependency of a cli wrapper?