D
deadbysunrise
Guest
Hi all. This is driving me mad and wondered if anyone has experienced similar. I have decided to start controlling my artist genres through MB instead of last.fm or manually. I want the genre to match the primary artist.
My naming script uses the ‘Additional Artists Variable’ to make album artist the primary artist instead of a mix of ‘artist feat. artist’. Without ‘Use only my genres’ selected, I have got no issues. With ‘my genres’ selected, I get the error below. With ‘AAV’ off, no errors. With my genres on, AAV on, and all my scrips off, still errors.
does anything look odd? Is there a supplementary plug-in I’m meant to use, or script I need to add?
I am a novice and surprised I have gotten as far as I have! Thanks!!
The album info error is as follows:
1 post - 1 participant
Read full topic
Continue reading...
My naming script uses the ‘Additional Artists Variable’ to make album artist the primary artist instead of a mix of ‘artist feat. artist’. Without ‘Use only my genres’ selected, I have got no issues. With ‘my genres’ selected, I get the error below. With ‘AAV’ off, no errors. With my genres on, AAV on, and all my scrips off, still errors.
does anything look odd? Is there a supplementary plug-in I’m meant to use, or script I need to add?
I am a novice and surprised I have gotten as far as I have! Thanks!!
The album info error is as follows:
Traceback (most recent call last):
File “album.py”, line 205, in _run_album_metadata_processors
File “metadata.py”, line 693, in run_album_metadata_processors
File “plugin.py”, line 265, in run
File “C:\Users\me\AppData\Local\MusicBrainz\Picard\plugins\additional_artists_variables.zip\additional_artists_variables.py”, line 258, in make_album_vars
process_artists(album_id, release_metadata, album_metadata, ‘album’)
File “C:\Users\me\AppData\Local\MusicBrainz\Picard\plugins\additional_artists_variables.zip\additional_artists_variables.py”, line 135, in process_artists
for item in sorted(sorted(artist_credit[‘artist’][tag_type], key=itemgetter(‘name’)), key=itemgetter(‘count’), reverse=True):
KeyError: ‘count’
Traceback (most recent call last):
File “coverart\_init_.py”, line 138, in next_in_queue
StopIteration
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “album.py”, line 409, in _finalize_loading_track
File “metadata.py”, line 697, in run_track_metadata_processors
File “plugin.py”, line 265, in run
File “C:\Users\me\AppData\Local\MusicBrainz\Picard\plugins\additional_artists_variables.zip\additional_artists_variables.py”, line 263, in make_track_vars
process_artists(album_id, track_metadata, album_metadata, ‘track’)
File “C:\Users\me\AppData\Local\MusicBrainz\Picard\plugins\additional_artists_variables.zip\additional_artists_variables.py”, line 135, in process_artists
for item in sorted(sorted(artist_credit[‘artist’][tag_type], key=itemgetter(‘name’)), key=itemgetter(‘count’), reverse=True):
KeyError: ‘count’
1 post - 1 participant
Read full topic
Continue reading...