Originally posted by mattdb
View Post
A (very) quick look at the log shows that when the event is executed, the object is not found on the server. To do a quick search I use the unique objectIDs (each stored object has one) to navigate fast to the object but some DLNA servers tend to change their objectIDs when their content changes and that gives us problems. Rebuilding periodically the whole DB is a big no-no in any case. I had at one point in time the intend to do a dual approach in that when failing to retrieve the content by ObjectID, I would reattempt using the stored tree search by name/author etc.
I'll look at the code again, see what I ended up implementing and where I decided to take the weekend off

Dirk
Comment