Topic: Adding 'country' field

I know that last.fm plus plugin has this functionality, but I was hoping to grab these tags from the MusicBrainz server instead, as it supports the value, and separates artists better. + I can fill in missing data.
Is there a plugin that already does this?

I basically want the artist 'country' copied to a 'country' tag field on the corresponding files, 1:1.
Cheers

2 (edited by bitmap 2012-06-19 23:39:49)

Re: Adding 'country' field

Hey, I wrote a plugin like this a while ago, so here it is:
http://users.musicbrainz.org/bitmap/artistcountry.py

It places the country in the ~artistcountry tag, which means it won't be saved by default. To use "country" or some other tag, you can add $set(country,%_artistcountry%) to your advanced scripting setting.

edit: this only adds ~artistcountry for the albumartist, not track artists. Not sure if that's what you were looking for.

Re: Adding 'country' field

Thanks a lot! That will do for now (: