-
Hi, I have a set of compilations that all have Various Artists, except for one which has two artists listed (the compilation is called Zydeco Swamp Vol 7). I would like to keep all of these together in my compilations folder (Various Artists folder in your original code) so I was thinking the best way would be a tagger script, I feel this is a fairly rare case - not often you would have a series of compilations where most are tagged Various Artists and one isn't) given this code on rows 422-423 of your original code
and this on row 115
my read was that if I made the musicbrainz_albumartistid = cVariousArtistID I should have it sorted. so I made this tagger script
but that does not work, nor does changing the tags manually in the metadata window of Picard. It just keeps rolling through the if statements and is treated like a standard album in the end. I'm not really sure where to go next, this has stumped me. Would appreciate any help or ideas I can try. I feel like it is a really obvious answer that I am just missing. I guess I could just write a simple naming script for this particular case, but I'm annoyed I can't work it out now. Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
I initially tried removing the musicbrainz_albumartistid tag in Picards metadata window so it would use %_cVariousArtistID% here:
but that did not work which is why I tried changing it. |
Beta Was this translation helpful? Give feedback.
-
Try changing Line 422 to the following and see if that helps:
|
Beta Was this translation helpful? Give feedback.
Try changing Line 422 to the following and see if that helps: