erland;559575 Wrote: 
> Do they do this for all menu browse queries ? Also for third party menus
> ?
> (Would be nice if stuff like this was documented somewhere...)
> 
> Anyway, thanks for the information.

I just looked into (7.5) squeezeplay code (SlimBrowserApplet), it seems
they do it for all actions, that have params:


Code:
--------------------
    
        local params = jsonAction["params"]
        if params then
  
                newparams = {}
  
  [... copy all original params, replace some special params with user input 
... ]
                -- tells SC to give response that includes context menu handler
                table.insert( newparams, 'useContextMenu:1')
        end
  
--------------------


-- 
bluegaspode

1x SB-Controller+Receiver (Duet), 1xSB-Boom. 1xSB-Radio
Server (7.5.1) running on SheevaPlug (Ubuntu) with attached Western
Digital MyBook Essential.

Want to see a Weather Forecast on your Radio/Touch/Controller ? => why
not try my 'Weather Forecast Applet'
(http://forums.slimdevices.com/showthread.php?t=73827)
Want to use the Headphones with your Controller ? => why not try my
'Headphone Switcher Applet'
(http://forums.slimdevices.com/showthread.php?t=67139)
------------------------------------------------------------------------
bluegaspode's Profile: http://forums.slimdevices.com/member.php?userid=31651
View this thread: http://forums.slimdevices.com/showthread.php?t=76488

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

Reply via email to