Wow... now that I see this I wonder how this could possible have gone unseen... or how this changed recently...

The problem is that while we do use a SQLite collation for the language specific sorting, extracting the first character does not apply the same logic. In my case I eg. have a sort order of:

Sting
Šuma Čovjek
Suzanne Vega

Alas, extracting the first character of the artist name would create S and Š as different groups, as it doesn't know about that collation's logic. And I have no clue how to fix this.

--

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

Reply via email to