MrC wrote: 
> However, another data point.  Once an album fails to appear on the RHS,
> they never appear after than until I refresh.   It happens for all
> subsequent album plays.  An album will start playback, but no tracks
> appear.

I noticed a slight "bug" with the code, not sure how/why its being
triggered but it -might- be the cause of this issue (if so, fixed in
next release). Basically when getting the queue of items from LMS I ask
for it in blocks of 100 (which I know is larger than what you are
using). If LMS indicated there were no tracks in that block, I copied
the empty block *over* the existing list. What I think is happening is
that for some reason after getting the initial track list, I then try to
get more, LMS says there are no more (and returns an empty list), which
I then copy over! This will no longer happen for the next release. The
real issue is why this is being triggered, but the after effect will be
resolved (which is all you care about).

I'll try to make a new release later today.


------------------------------------------------------------------------
cpd73's Profile: http://forums.slimdevices.com/member.php?userid=66686
View this thread: http://forums.slimdevices.com/showthread.php?t=109624

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

Reply via email to