I changed in the index.html the function stripVowelAccent
Change the var rExps line in the following:
var rExps=[ /[\xC0-\xC5]/g, /[\xE0-\xE5]/g,
/[\xC8-\xCB]/g, /[\xE8-\xEB]/g,
/[\xCC-\xCF]/g, /[\xEC-\xEF]/g,
/[\xD2-\xD6]/g, /[\xF2-\xF8]/g,
/[\xD9-\xDB]/g, /[\xF9-\xFC]/g ];
It solves the ø but also ï ë etc.
thanks! it seems to work for the most part for the artist Trentemøller.
top albums, top tracks, similar artists, etc. are all populated with data now.
unfortunately, the Biography data isn't correct. The message I receive is "This is an incorrect tag for Trentemøller."
If you look up Trentem
øller on last.fm, there is indeed a bio available. However, if you look up Trentem
oller on last.fm, there is no bio, but only the message "This is an incorrect tag for Trentemøller."
I'm not sure what's happening, but it seems that the plugin is still trying to pull data for Trentem
oller for the biography field.