Kodi Community Forum
Problem with ä, ö, ü (umlaut) and Playlist - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Linux (https://forum.kodi.tv/forumdisplay.php?fid=52)
+---- Thread: Problem with ä, ö, ü (umlaut) and Playlist (/showthread.php?tid=46489)



Problem with ä, ö, ü (umlaut) and Playlist - iddqd - 2009-03-06

Hi

I have a problem with ä, ö, ü (umlaut) and other special characters like é, è and playlists. Because I can't rate more than one song at the same time, I copy my playlists (utf8) from my pc to my pc with xbmc (both with ubuntu 8.04). After I edited the path in the m3u from "/home/user" to "/mnt" most songs can be loaded. Just the songs with umlaut can't. How I can solve this problem? I searched the forum, but couldn't find something...

By the way, how does the advancedsettings.xml has to look for pathsubstitution? With

Code:
<advancedsettings>
      <pathsubstitution>
    <substitute>
      <from>file:///home/user/</from>
      <to>file:///mnt/</to>
    </substitute>
  </pathsubstitution>
</advancedsettings>

it doesn't work.

And one more question: Can I rate more than one song at the same time?

Thanks a lot!


iddqd