KristoforMaynard / music-tag

Simple interface to edit audio file metadata
MIT License
125 stars 19 forks source link

is a command line interface within scope? #3

Closed wbob closed 3 years ago

wbob commented 4 years ago

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?

KristoforMaynard commented 4 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.

kkew3 commented 4 years ago

Have you tried exiftool? It's a handy command line tool to edit tags. And Ex Falso is a GUI tool to edit tags.

KristoforMaynard commented 3 years ago

First stab at a CLI is added in version 0.4.0. Usage can be found using:

python -m music_tag --help