mherger wrote: > > > > > [19-01-25 08:48:07.3750] Slim::Utils::SQLiteHelper::collate (197) > > SQLite ICU collation en_US failed: Carp::Clan::__ANON__(): DBI > Exception: DBD::SQLite::db do failed: ICU error: ucol_open(): > U_FILE_ACCESS_ERROR at /usr/lib/perl5/site_perl/Slim/Schema/Storage.pm > line 126 > > Now that's an odd error in an odd place. But I don't think this would > break the jumping around. Does jumping still work in the default artists > > or albums list? > > -- > > Michael
The error here above causes the sorting of the music to be strange for the non-English characters like ü, ä, å etc etc. I noticed this when I upgraded to openSUSE 15.0. The jumbled alphabetical sorting also causes issues with the jumping to locations in the artist lists. It seems like but I am not entirely sure that the 64-bit version of the DBD::SQLite modules have been compiled against version 58 of the ICU libraries but the corresponding icudt58b.dat and icudt58l.dat files have not been included in the rpm package. In contrast it seems like most of the 32-bit versions of the DBD::SQLLite module have been compiled against the version 46 of the ICU libraries and that the icudt46b.dat and icudt46l.dat are included in the rpm file. openSUSE comes with version 60 of these libraries. The rpm packages libicu58_2-ledata-58.2-90.1.x86_64 and libicu58_2-bedata-58.2-90.1.x86_64 can be downloaded from the openSUSE site. Although they actually come from the SLES 11 SP4 distribution they can be installed on openSUSE 15. The files are put in /usr/share/icu/58.2 from there they can be copied to /usr/share/squeezeboxserver. A restart of the squeezeboxserver followed by a full rescan of the music library will then restore the correct sorting of music. Regards, Johan ------------------------------------------------------------------------ Johan S's Profile: http://forums.slimdevices.com/member.php?userid=42796 View this thread: http://forums.slimdevices.com/showthread.php?t=110078
_______________________________________________ Squeezecenter mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/squeezecenter
