Reply To: minor problem with nightly update

#3728
rpedde
Participant

okay… email me that at ron at pedde.com.

a playlist that used to be:

‘year gt 1970’ and ‘year lt-eq 1980’ should generate the exact same sql query as before.

wrt being in the db at the same time mt-daapd is… yeah. the thing is, sqlite is a single-user server. There are hacks for it, like you can back off and retry every so often until you can get access to the db, and I’m going to add those hooks, but it’s still not a very multi-user db.

It’s on my list, though. But also on my list is a mysql backend, and then those problems won’t be there anymore.

— Ron