I'm no expert, but I had problems at first with the database missing all
the metadata... i.e. if I looked at the music-similarity.db file most of
the fields were null - hence the line below leads me to suspect it could
be a similar issue that you have:


Code:
--------------------
    
  metadata:{"title": null, "artist": null, "album": null, "albumartist": null, 
"duration": null...
  
--------------------


To quote @cpd76 on this, which resolved the issue for me...
-If your meta-data is null then that's not good. If you pass "-m" when
starting music-similarity for analysis it will re-read the metadata, and
save to DB. This might hlep resolve your issue.-

Might be worth a try.


------------------------------------------------------------------------
mruddo's Profile: http://forums.slimdevices.com/member.php?userid=65325
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