kbuffington / Georgia

Dynamic foobar2000 theme
286 stars 16 forks source link

artist_country tag not shown #111

Open gnihtytterp opened 3 years ago

gnihtytterp commented 3 years ago

Best theme ever... period. Many thanks and congratulations. I cannot see the flag beside the artist name, I'm tagging correctly (I think) with the tag , and the country acronym GB, US, etc. nut still doesn't work. Any help will be welcomed. Cheers.

dwmartin0906 commented 3 years ago

In case kbuffington can't get back to you for a while, here a couple of things to look at. The actual tag name is defined in georgia-config.jsonc in the georgia folder under title_format_strings. I have the following entry in my config file. The first field name is the name used by the program to find the entry in the config file (artist_country). Don't change this name. The second field name is the actual tag name it looks for. In my case the tag name I use is . You need to verify that this second field contains the tag name you are using. If necessary, you can change the tag name in the second field in the config file to match what you are using. Just remember that anytime you change the config file you need to immediately do a reload to keep your changes.

"artist_country": "%artistcountry%",

You also need to be sure you have the images folder under your profile folder, NOT the georgia folder, and that it contains the flags folder. If you haven't downloaded the images or flags folders yet, refer to kbuffington's georgia documentation on how to download. I hope this helps

gnihtytterp commented 3 years ago

Many thanks dwmartin0906 !!!

onco-p53 commented 2 years ago

Thanks for this, for those looking for a simple explanation with the default settings just make sure you have the MP3 tag artistcountry with the two letter country code e.g. NZ, AU, GB. The key point is no underscore in the tag name.