chill wrote: > One vote from me! Happy to supply some FLAC+CUE albums if needed.
Just a quick update, I have started to add support for CUE tracks, currently supported in the analyser. I've done this a little different to MusicSimilarity. That plugin saves CUE tracks to the db using the format "<orig audio>.CUE_TRACK.<start pos>-<end pos>.mp3" (e.g. "Artist/Album.flac.CUE_TRACK.123.04-300.25.mp3") This was achieved by using the LMS library.db file to get these positions. For bliss, I'm using the format "<orig audio>.CUE_TRACK.<num>.mp3" (e.g. "Artist/Album.flac.CUE_TRACK.0.mp3") This is because the bliss analyser is parsing the CUE file, and I can't be 100% certain that the start/stop times here will 100% match that of LMS (precision, rounding, etc). So when using a CUE track as a seed I'll need to lookup in LMS and get its position (0..N) in the CUE file, and likewise convert positions back to start/stop times for LMS. But, it's a start... To that end, seeing as the analyser is parsing the CUE files, could you PM me some example CUE files? I don't need the actual audio, so just the CUE files should be enough. Thanks. *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