Re: [SlimDevices: SqueezeCenter] Sort order in tag "Genre"

2017-07-18 Thread Roland0

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


Re: [SlimDevices: SqueezeCenter] Sort order in tag "Genre"

2017-07-15 Thread rbruemmer

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.

Any other ideas?

Regards Rainer



rbruemmer's Profile: http://forums.slimdevices.com/member.php?userid=65304
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


Re: [SlimDevices: SqueezeCenter] Sort order in tag "Genre"

2017-07-08 Thread rbruemmer

Thanks for your answer/remark.
In the /etc/default/locale file I previously only had one line:
LANG="de_DE.UTF-8"

I added 
LC_COLLATE="POSIX"

but no changes in the sort behavior of LMS.

Sorry for my beginner questions but I am no Linux expert; what do I have
to add in the locale file to force the right sorting order within LMS?

Regards Rainer



rbruemmer's Profile: http://forums.slimdevices.com/member.php?userid=65304
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


Re: [SlimDevices: SqueezeCenter] Sort order in tag "Genre"

2017-07-04 Thread Roland0

rbruemmer wrote: 
> I have moved my LMS 9.7.1 from a PC with Ubuntu 14.04 to a PC with
> Ubuntu 16.04. So far no problems but ...
> The sort order in the Genre-tag has changed. Within the Genre tag I use
> (besides the "normal" genres like Country, Classical, Folk, Pop etc)
> special genres beginning with a special leading sign ( _ = U+02CD; Dec
> 717). 
> Has anybody an idea why the sorting behavior in the Genre list has
> changed and how I can return to the pld sort order?
> 
Check the 'locale settings' (https://help.ubuntu.com/community/Locale)



[ 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