Sounds like an interesting idea, but as the software is Mac/Windows closed source it's not for me. However, it did cause me to do a quick search and I found an open-source alternative: https://github.com/ibsh/libKeyFinder
I'm currently using a music-similarity DSTM mixer that I've been developing for a while. This uses 'Musly' (https://github.com/CDrummond/musly) to locate similar tracks based upon timbre, and then I do further filtering using Essentia attributes (e.g. BPM, danceability, aggressiveness, etc). I'll see if I can also use libKeyFilder to enhance this to filter on key as well. If you are interested, my code uses a 'python script' (https://github.com/CDrummond/music-similarity) to analyse tracks and provide a similarity service (e.g. like MusicIP) that my 'DSTM mixer' (https://github.com/CDrummond/lms-musicsimilarity) calls to get similar tracks. Note, however, that I have only ever run this on Linux systems. *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=115498 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
