mherger wrote: 
> > But why does the -indexList- (used for theA..Z lists) returned from
> > -tags:Z- have "invalid" values. But the "textkey" (used for the
> > jumplist) have correct values?
> 
> How would you get the indexList? I'm a bit confused...

To get the indexList for artists, I call
-["artists",0,25000,"tags:CCZs"]- This then returns something similar
to:

Code:
--------------------
    
  
{"result":{"count":19,"indexList":[["#",1],["1",1],["2",1],["A",1],["D",1],["E",1],["G",1],["M",1],["N",1],["O",1],["S",4],["T",2],["W",1],["이",2]],"artists_loop":[{"id":43195,"artist":"Various
 Artists","textkey":" "},{"id":43194,"artist":"#1","textkey":"1"}...
  
--------------------


The above is from a test set of fake music files. indexList tells me how
many items are for each letter.


------------------------------------------------------------------------
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
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to