I am not an SQL expert by any means but can work through most things given enough time.
I only mentioned SQLite as an application which would need to be run outside LMS or busybox. Just to see whether additional programs can be launched. A simple "select * from albums limit 10" would be good enough as a first test.
However, I suspect that the sqlite is not having a problem (at least not a big problem that is affecting everything) because I can use LMS to select tracks/artists etc from my local music using LMS UI and various controllers to play music without any obvious problems.
SQLite can be embedded in other applications. That's what LMS is doing. My suggestion would be using the external CLI client to SQLite which would run in its own memory space etc.
-- Michael _______________________________________________ discuss mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/discuss
