[20-10-16 09:43:07.8332] Slim::Schema::Storage::throw_exception (121) Error: DBI Exception: DBD::SQLite::db do failed: unrecognized parameter: notindexed=id [for statement "DROP TABLE IF EXISTS fulltext;"]
I've seen this, too, when I was switching between two SQLite versions. "notindexed" was introduced with FTS4 - which is not supported by the old version. If you drop library.db before staring LMS you should be good (but requires a full rescan).
-- -- Michael _______________________________________________ Squeezecenter mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/squeezecenter
