bakker_be wrote: 
> 
> I can see this in the plugin debug logging from this morning: > 
Code:
--------------------
  >   > [22-02-06 10:13:27.7710] Plugins::MusicSimilarity::Plugin::_getMixData 
(319) Request 
{"filterattrib":"1","attribweight":"75","nogenrematchadj":"5","filterkey":"1","format":"text","genregroupadj":"5","count":"2","filtergenre":0,"filterxmas":"1","norepalb":"50","maxloudnessdiff":"5","previous":[
 ... 
--------------------
> > 

The "attribweight" here implies the similarity score is 75% based on
Essentia and 25% Musly. I, as noted before, removed this so that it was
either 100% Musly, 100% Bliss, or 100% Essentia - and you set the
preferred one via the "simalgo" config.json item.

I've updated music-similarity in git so that "simalgo" can be set to
"mixed", if so you then need to set the percentages for each. So, to get
you back to the equivalent of "attribweight:75" you would need:


Code:
--------------------
    
  {
  "simalgo":"mixed",
  "mixed":{
  "essentia":75,
  "musly":25
  }
  }
  
--------------------


I've remove the GUI config item for this as I -think- its too low level.
See docs/OtherConfig.md for more config items.



*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

Reply via email to