chill wrote: > Inspired by the 'Bliss DSTM announcement' > (https://forums.slimdevices.com/showthread.php?116068-Announce-Bliss-DSTM-mixer&p=1049586&viewfull=1#post1049586), > I want to give MusicSimilarity a go with my library of mostly FLAC+CUE > albums. > > I do maintain a 'lossy' form of my library which could be used for the > analysis, to save what must be a time consuming analysis step of > splitting the album into MP3 files. In my lossy library, every FLAC+CUE > album is converted to individual OGG files, and any MP3 or OGG original > files are just copied over. The folder structure is a copy of my main > library. The tags in the OGG files are taken from the CUE files, so > should match what's in my main LMS library. Does MusicSimilarity handle > OGG files, and if I use this lossy library for the MusicSimilarity > Bliss-only analysis, will the MusicSimilarity plugin find the > corresponding tracks from the CUE files in my LMS library?
Yess OGG files are handled. *But* you wont be able to use your names - as the code matches on filenames, not tags. Files in MusicSimilarity's DB will be named "source.CUE_TRACK.<start>-<end>.mp3" e.g. If your source file was "Artist/Album/Blah.flac" then the fist tack would be something like "Artist/Album/Blah.flac.CUE_TRACK.0-180.22.mp3" The start/stop times are taken from LMS's Library.db file. In the play queue the track's entry will be something like "file:///my/music/Artist/Album/Blah.flac#.0-180.22" This URL is passed to MusicSimilarity, which strips of the "file:///my/music/" prefix then converts the "#.0-180.22" part to locate the track in its DB. *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=115609 _______________________________________________ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins