fwiw, the SBC relies on CLI commands to get results returned to it from
SC. For querying a particular genre, this is an example CLI command
that is issued to SC from SBC:

Code:
--------------------
    
  artists 0 200 menu_all:1 menu:album genre_id:3
  
--------------------

the query command executed is Slim::Control::Queries::artistsQuery().
Long lists are managed via a chunked response (i.e., 0 200
index/quantity arguments are sent with this command for the first 200
items, another request with 200 200 for the next 200, 400 200 for the
next 200 etc. until the end of the list is reached).

I'll probably be the guy to eventually address this, but I have yet to
reproduce any issue reported in this thread. I'm not saying they don't
exist, just that I can't really characterize the issue yet.

I'll ping Michael on this and ask him how the web UI does it. I thought
we used the same chunk of code to do this query, but it appears not.

#!/ben


-- 
bklaas

"the Nokia770 skin guy"
http://www.last.fm/user/bklaas/
------------------------------------------------------------------------
bklaas's Profile: http://forums.slimdevices.com/member.php?userid=58
View this thread: http://forums.slimdevices.com/showthread.php?t=46850

_______________________________________________
jive mailing list
[email protected]
http://lists.slimdevices.com/cgi-bin/mailman/listinfo/jive

Reply via email to