staresy wrote: 
> Possibly because my LMS server has a win login PW, maybe that's the
> reason, any, for now I've manually copied the file as suggested.
> 
> I'm not sure it's creating mixes properly though. I have the number of
> songs to return set to 5, but it returns 10 (they appear totally random
> - so I think it's just using the random song-mix).

Enable logging for the plugin. If it can't find mixes it will fallback
to LastMix or Spotty. If you are getting more tracks than asked for,
then my guess is there are no mixes being returned. This could be
because it cannot find the seed tracks in the DB. The plugin will send
the mixer (up to) 5 seed tracks, these will be the paths of the tracks
(e.g. file:///path/to/music/Artist/Album/Track.mp3), and the path of
your music folder (e.g. /path/to/music). The mixer needs to convert
these to the paths in the DB. For each track it decodes the file:/// URL
and removes the music folder path, so
file:///path/to/music/Artist/Album/Track.mp3 should get converted to
Artist/Album/Track.mp3

The logging will detail what is sent to the mixer, so you should be able
to work out what paths it will look up in the DB. You could use an
SQLite UI (e.g. SQLiteBrowser) to look at bliss.db and see if you can
find matching paths.



*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
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to