chill wrote: > I read through the announcement post, thinking "Finally, a similarity > plugin that seems simple enough for me to understand"! But then I got > to the part about bliss-analyser not dealing with CUE files. Most of my > library is in the form of CDs ripped to a single file with a separate > CUE file. > > Given your statement that Bliss seems to create better mixes for your > collection, I'd like to give it a go, but I'm not clear what my best > option is. It appears that I can analyse with MusicSimilarity then > convert the output to a Bliss database for use with this Bliss DSTM > mixer - is that correct? Is there a Mac M1 binary for the > MusicSimilarity analysis, or should I use the python script, and can > that script be configured to do only a Bliss analysis?
The reason this does not support CUE files is basically because its coded in Rust (the bliss-rs library, which does the actual analysis, is written in Rust) and these are the first ever Rust programs I have written, so I'm not sure how to run external executables, etc. And as I had so few CUE files it just made more sense to not bother with these. The analyser links to ffmpeg, so if CUE splitting were to be supported I'd ideally just do it in-code rather than calling out to ffmpeg, etc. But, that will be a non-trivial task. The mixer code itself, which the plugin invokes, also does not handle CUE files. Earlier versions did, and it would be trivial to re-add this, I just removed it as the analyser does not support them. I guess if there is a high-demand then I can look into it. For now, you could just use MusicSimilarity configured just for Bliss - but the analyser used there has not been built for Windows. *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 plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins