Can an addon add context menu items to XBMC's standard menus?
#1
The subject pretty much says it all: can an addon add context menu items to XBMC's standard menus? Does XBMC provide the hooks for this? For example, I'd like to add "Find similar artists" to the context menu when browsing your music library.

Can it be done?
Reply
#2
not yet, but there's a pull-request on github that'll add this functionality.
so maybe in the next kodi release...
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#3
+1 for this feature
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
Reply
#4
(2015-01-27, 23:41)ronie Wrote: not yet, but there's a pull-request on github that'll add this functionality.
so maybe in the next kodi release...

Is there any news? How it could be done ("More from this Artist")
Reply
#5
(2016-04-21, 16:11)L0RE Wrote:
(2015-01-27, 23:41)ronie Wrote: not yet, but there's a pull-request on github that'll add this functionality.
so maybe in the next kodi release...

Is there any news? How it could be done ("More from this Artist")

Context menu item add-ons are available since isengard...
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
#6
(2016-04-21, 16:30)phil65 Wrote: Context menu item add-ons are available since isengard...

No
I used:
more_url= "plugin://plugin.video.myvideo2/?mode=mischseite&url="+urllib.quote_plus(musikurl)
commands.append(( "Mor from THis Artist" , 'RunPlugin('+ more_url +')'))
liz.addContextMenuItems( commands )

The same URL is used from another Menu an works. When using in with the Content Menu.
The Function is Called correctly, but the Menu is missing that appears when beeing called by
xbmcplugin.addDirectoryItem
so i thought mayby calling an Menu doesn't work.
Adding an Dialog at the end of the Function (mode=mischseite). .works . But the Menu doesnt change
Reply

Logout Mark Read Team Forum Stats Members Help
Can an addon add context menu items to XBMC's standard menus?0