cpd73 wrote: 
> Its a JSONRPC command. The full (cURL) command would be:
> > 
Code:
--------------------
  >   > 
  > curl 'http://localhost:9000/jsonrpc.js' --data-binary 
'{"id":1,"method":"slim.request","params":["",["artists",0,5,"tags:CCZs"]]}'
  > 
--------------------
> > 

Thanks. Interestingly, when I reconstruct the indexList from the
returned artist_loop it matches the returned indexList. This corresponds
to A..Z grouping working correctly for "all artists". Where it doesn't
work (for me) is in "album artists". What would the corresponding
command to retrieve the album artists? I tried

Code:
--------------------
    
{"id":1,"method":"slim.request","params":["",["artists",0,25000,"role:ALBUMARTIST","tags:CCZs"]]}
--------------------

but that again returned all artists.


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

_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to