mherger wrote: 
> > I thought about that. But when I pin the item, I save the browse
> > command. Seeing as the ID changes, I'm assuming that the browse
> command
> > would too?
> 
> I don't even know what command you'd see there... but that's why I 
> suggested using the title. That shouldn't change (except in some rare 
> cases when the language changes).

I issue the following command to get the list of apps:


Code:
--------------------
    ["myapps","items",0,100,"menu:1"]
--------------------


...and I get a response containing:

Code:
--------------------
    
  {"addAction":"go","text":"TuneIn 
Radio","icon":"/imageproxy/https%3A%2F%2Fwww.mysqueezebox.com%2Fstatic%2Fimages%2Ficons%2Ftuneinradio.png/image.png","actions":{"go":{"params":{"item_id":"db48b042.4","menu":"myapps"},"cmd":["myapps","items"]}},"type":"link"}
  
--------------------


So, to browse into "Tune In" I issue:


Code:
--------------------
    ["myapps","items",0,100,"item_id:db48b042.4","menu:myapps"]
--------------------


Its this -item_id- that changes. I'm unsure *how* this works. I can pin
the item, using the title as the pinned-ID, and it still seems to browse
OK - even though the item_id of the pinned command is different to that
of the command if I navigate via "My Apps"...


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