rbruemmer wrote: 
> I changed LC_CTYPE to "POSIX" but no change within LMS.
> My LMS still shows "Betriebssystem: Debian - DE - utf8" (and not
> POSIX).
> And the sort order in Genre has not changed.
> 
Most likely, the locale change didn't work. Did you check the output of

Code:
--------------------
     su -c "locale" squeezeboxserver
--------------------


Anyway, if it's an Ubuntu issue, I can't help with that, as I don't use
it.

Other options:
- rename your genres eg to 0_genrename
- change the LMS init script:

edit /etc/init.d/logitechmediaserver
change

Code:
--------------------
    start-stop-daemon --start --quiet \
--------------------

to 

Code:
--------------------
    start-stop-daemon --start --quiet -e LC_CTYPE=de_DE.ISO-8859-1  \
--------------------

or. alternatively, to

Code:
--------------------
    env LC_CTYPE=de_DE.ISO-8859-1 start-stop-daemon --start --quiet  \
--------------------



[ extGUI4LMS - an alternative web interface: 'forum'
(http://forums.slimdevices.com/showthread.php?98186-Announce-Alternative-Web-Interface-(beta))
/ 'homepage' (https://www.nexus0.net/pub/sw/extgui4lms/) | 'music
visualizer'
(http://forums.slimdevices.com/showthread.php?103073-Announce-music-visualizer-for-squeezelite)
for squeezelite ] [  'Howto'
(http://forums.slimdevices.com/showthread.php?99648-Howto-build-a-self-contained-LMS):
build a self-contained LMS | 'Howto'
(http://forums.slimdevices.com/showthread.php?107011-Howto-play-Ogg-Opus-files):
play Ogg Opus files ]
------------------------------------------------------------------------
Roland0's Profile: http://forums.slimdevices.com/member.php?userid=56808
View this thread: http://forums.slimdevices.com/showthread.php?t=107605

_______________________________________________
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter

Reply via email to