erland;659488 Wrote: 
> I just took a quick look at the code and I think the return value from
> the "collate" method in Slim/Utils/SQLiteHelper.pm is used in a lot of
> "order by" statements so I suspect Slim/Utils/SQLiteHelper.pm and its
> "collate" method would be a good place to start looking.


Your theory seems correct, Erland. I changed the line:

my $lang = $prefs->get('language');

to

my $lang = 'SV';

and everywhere I've looked, the album and artist listings show up in
Swedish sort order, although I have the interface set to English. So
this is good enough for me.

Thanks a lot, Erland!


-- 
strindberg
------------------------------------------------------------------------
strindberg's Profile: http://forums.slimdevices.com/member.php?userid=11265
View this thread: http://forums.slimdevices.com/showthread.php?t=90561

_______________________________________________
beta mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/beta

Reply via email to