cpd73 wrote: 
> Yeah, I'd agree this is the issue. Material does look for the "add"
> action, and if its there it enables the "Append to queue" ('+'
> surrounded by a circle icon) action in its menus. Odd place to put this
> action - a clear is in add??? Anyhow, does this "Append to queue" action
> appear where this "clear" should be? If so, what happens when selecting
> it?
> 
> As an aside, how is Material to know that this "add" is not a "append to
> queue" action?

Ouch... I was wrong: it's indeed called "more", not "add"...


Code:
--------------------
                {
  "text": "abba",
  "type": "link",
  "actions": {
  "go": {
  "cmd": [
  "spotty",
  "items"
  ],
  "params": {
  "menu": "spotty",
  "item_id": "0.1"
  }
  },
  "more": {
  "params": {
  "deleteMenu": 16,
  "menu": 1
  },
  "cmd": [
  "spotty",
  "recentsearches"
  ],
  "player": 0,
  "window": {
  "isContextMenu": 1
  }
  }
  },
  "addAction": "go"
  },
  
--------------------


I'm sorry for the misleading information I gave before...



Michael

http://www.herger.net/slim-plugins - Spotty, MusicArtistInfo
------------------------------------------------------------------------
mherger's Profile: http://forums.slimdevices.com/member.php?userid=50
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