afriend wrote: 
> Thank you for letting me know (was using the default 1000). Do you know
> how many tracks that bug affects? 

It only affects the similarity function, not the analysis. When broken
all similarity checks return the same value. To fix you delete the
jukbox and recreate with a different styletracks value.

afriend wrote: 
>  
> I remember Roland0 saying that *starting* the Musly server (*without* a
> jukebox file) can take quite some time. And it certainly does on my old
> hardware!
> So in order to avoid this long startup could I *delete the jukebox
> _while_Musly_is_still_running_*? Would the jukebox be recreated on
> demand in this case or is it necessary to restart Musly server without a
> jukebox file for it to be rcecreated?

If you delete the jukebox it needs to be recreated - which is what takes
the time. Using an exisiting jukebox file is much faster. Note that my
code also does lots of SQL queries to try and choose 1 track for each
album for this jukebox, the Musly docs jsut state to choose ~1000 random
tracks. So, not sure if my using 1 per album helps or not, but it is
-slightly- slower - as it performs SQL searches to choose a random track
per album. I could make this optional - e.g. toggle between this
semi-random or just choosing 1000 random tracks. But its musly's
subsequent handling of these to create the jukebox that can be slow. I
create my jukebox on an i7 laptop, and that takes about 1 min for 1000
style tracks. I then copy the musly DB and jukebox to my Pi for the
mixer to use.

Jukebox is not created whists it is running, it is (AFAIK) read a
startup (and created then if it does not exist) and then held in
memory.

Why do you want to remove this file?



*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=112713

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to