slartibartfast wrote: > It successfully deleted my 15 non-existent files [emoji106]. I still > don't know what they were. Is there a way to compare two databases?
With SQLiteBrowser you can export to text file. So you could do that with both and then compare. Or write a simple python script to iterate all files in the one with 15 extra and check if they are in the other. *Material debug:* 1. Launch via http: //SERVER:9000/material/?debug=json (Use http: //SERVER:9000/material/?debug=json,cometd to also see update messages, e.g. play queue) 2. Open browser's developer tools 3. Open console tab in developer tools 4. REQ/RESP messages sent to/from LMS will be logged here. ------------------------------------------------------------------------ cpd73's Profile: http://forums.slimdevices.com/member.php?userid=66686 View this thread: http://forums.slimdevices.com/showthread.php?t=116068 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
