bakker_be wrote: > Is the bliss-analyser used in this plugin different from the one in the > music-similarity plugin? While scanning with this one access to file > shares on the machine where it runs are virtually impossible. I didn't > have this with the other scanner, running on the same machine.
The analysis code is the same - as this is from a library. But bliss-analyse (no r) is intended to analyse one file (as passed on the commandline) and outputs the results to stdout - where the Python reads results from. bliss-analyser iterates the music file tree, checks if files in DB, analyses all new files (multi-threaded, one thread per CPU core - this is also in the library) and saves results to DB - no Python required. *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
