My aim here is to create a Musicbrainz command line tagger. I'm mostly doing this to meed my own personal requirements which are:
1. Ability to rip, encode, tag and fetch cover art from CDs in a
... [More]
fully automated manner (zero key-presses, zero UI clicks).
2. For all the albums in my collection, connect to Musicnrainz and touch up the filenames, coverart and tags to refelct any changes to the database. This only works if the tracks already have musicbrainz identifiers. Fully automatic / no user interaction.
3. For any albums in my collection without musicbrainz tags, attempt to figure them out based on the existing tags or filenames. It shouldn't be too clever when doing this, only find matches where the album name, artist and number of tracks coincide. Maybe add some way of hinting to the tagger which release it should be.
Currently stage 1 works fine, I'm working on stage 2. [Less]