Thank you. Another question about using this script:
One of the examples on the GitHub page is Jenni Pleau, whose area is not a country, but the more specific Kitchener, Ontario, Canada, and the script should return _artist_07fa21a9_c253_4ed0_b711_d63f7965b723_country = "CA". So it should extract the country based on the city.
But when I use the script $set(_tmp,_artist_$getmulti(%musicbrainz_albumartistid%,0)_) $set(artistcountry,$if2($get(%_tmp%country),$get(%_tmp%begin_country),$get(%_tmp%end_country),xx))
and load the album The Ocean by Deca, whose area is also set to a city (New York) instead of a country (United States), the plugin doesn’t set artistcountry to United States. What is going wrong here?