mruddo wrote: 
> 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 meta 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.-
> 
> (You can check the music-similarity.db contents fairly easily with
> sqlite3.)
> 
> Might be worth a try.

I -think- you are correct, and the missing metadata is the issue. I'll
see if there is an issue in the code that is causing this missing
metadata.



*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