mherger wrote: 
> > Hhmm.  I can reproduce this every time.  My screen looks like this. 
> If
> > I use the scroll bar for the left side of the screen and go down far
> > enough where you see a blue circle appear in the middle of the screen
> > for a brief second where its loading more songs it changes the song
> or
> > starts a song if nothing was playing
> 
> Ok, thanks, that helped.
> 
> Craig, here's how I was able to reproduce this:
> 
> - pause the player (no need to have anything in the queue)
> - browse some online content with more than LMS_BATCH_SIZE items (eg. 
> reduce that number to 25 - needs to be larger than what is being 
> rendered on screen)
> 
> -> when entering the list, it would do the "baseAction" for "go", which
> 
> is then "servicename items ..."
> 
> -> when triggering the "get more stuff" by scrolling down, the 
> "baseAction.go" would have been changed to "servicename play ..."
> 
> You can easily reproduce this by setting batch size to 30, installing 
> the Bandcamp plugin (doesn't require any subscription), then go 
> "Bandcamp Weeklies", pick one, choose the second option to play the 
> tracks rather than the podcast.
> 
> I _think_ the reason might be that when scrolling down, the action
> triggered 
> would be the action of the current list's item, but not the "parent"
> item which 
> lead to this menu. On a follow up list fetch you'd trigger the list's
> item 
> baseAction, rather than the prev.baseAction. 

Still not seeing this. All further fetches use current.baseAction, etc,
which is the same as the initial fetch. Anyhow, to save having to
rebuild the command each time, I've stored teh current command and
re-use this when refreshing the list or getting more items. Can you
update your git checkout, and see if this is now fixed?


------------------------------------------------------------------------
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