Reply To: svn-1696 on NSLU2 crashes when I have it start a scan

#14358
fizze
Participant

svn-1696 is horribly with sqlite2.
I just migrated to sqlite3, which seems stabler. At least it scans, plus its faster than sqlite2.

Here’s how to change to sqlite3 yourself:

sqlite /path/to/songs.db .dump | sqlite3 /path/to/songs3.db 

Make sure mt-daapd is stopped, albeit.

Then change the db_type in mt-daapd.conf to sqlite3, and fire up mt-daapd.

That’s it – on an unslung NSLU2 at least. 🙂