staresy wrote: > I notice that the bliss mixer seems to handle multiple genre tags (for > example I have some songs tagged as Folk/Country or Soul/Blues etc) and > bliss seems to be able to fit these tracks into either a blues or soul > mix which is neat. I don't think MIP could ever do that and would only > ever read one tag.
Genres are only actually used if you set up genre groups. Also, just to be clear, genres are assumed to be semi-colon separated. staresy wrote: > I've been listening all afternoon and I like the balance of the mix that > bliss generates. Thanks for your work on this Craig, for me, I think > this is the way forward. Well, I can't really take credit for this. The 'similarity' is all based upon bliss-rs code, using nearest-neighbour lookup from another library. All I'm doing is hooking things up, adding some filtering, and some randomness. But, glad its working for you. staresy wrote: > A minor question, when I initially did my analysis I noticed that it > flagged 5 tracks out of >10k that could not be analysed, I think MIP did > the same and the reason was the tracks were either too short or silence > - I assume bliss has similar rules, is there a way to tell why these > files were skipped? I'd imagine there needs to be a minimum number of samples, and some sound, in order to produce the metrics. *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
