slartibartfast wrote: > I currently use MusicIP which adds fingerprinting in a track's tags. If > I understand correctly Bliss doesn't use tags but stores info in a > database.
That is correct. Whilst the analysis data is quite small (20 floating point numbers) and could be stored in a tag, I didn't want to touch the actual music files. Plus reading data from a DB is quicker then re-reading tags from all files. slartibartfast wrote: > From the description it sounds like I can analyse on the laptop then > upload the database to LMS on the Pi. Yes, that's what I do. I scan on my i7 laptop, but the mixer (and LMS) run on a Pi4. slartibartfast wrote: > If I add new music to my library is it possible to only analyse the new > music or does the analyser analyse the whole library skipping the tracks > already in the database? Only new files that are not in its DB are analysed, and any old files are removed from the DB (unless --keep-old is used). slartibartfast wrote: > By the way the link in your post to Bliss doesn't work, is this the > correct one? > https://lelele.io/bliss.html That link is correct. However, the link in my original post works for me - tried on both desktop and mobile. *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
