i’ve got an “ü” in my spotify username but spotify did not work on the musicbox, so i changed file encoding of settings.ini to UTF-8. Booting and Playing music just works fine. But opening the Settings tab on musicbox.local gives me an error: “UnicodeDecodeError: ‘ascii’ codec can’t decode byte 0xc3 in position 8: ordinal not in range(128)”. Trying to make the setting from Settings tab did not work, seemed like it was doing nothing…
I noticed a problem with umlaut in artist names, also (no result when searching). I think it can be solved the same way but in another file maybe. I’ll test tomorrow!
edit: in mopidy.log is the following error:
2014-09-15 08:19:55,976 - WARNING /usr/lib/python2.7/urllib.py:1268: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal
return ''.join(map(quoter, s))
editing the python lib is not a good idea. Any suggestions which file needs to be edited?