Code: Select all
<onclick>Skin.SetAddon(MusicSubMenuBtn1Path,xbmc.python.pluginsource)</onclick>
Code: Select all
00:52:10 M: 42229760 DEBUG: CApplication::OnKey: 256 pressed, action is 7
00:52:10 M: 42229760 DEBUG: CApplication::OnMessage : Translating Skin.SetAddon(MusicSubMenuBtn1Path,xbmc.python.pluginsource)
00:52:10 M: 42229760 DEBUG: CApplication::OnMessage : To Skin.SetAddon(MusicSubMenuBtn1Path,xbmc.python.pluginsource)
00:52:10 M: 42229760 ERROR: Keymapping error: no such action 'skin.setaddon(musicsubmenubtn1path,xbmc.python.pluginsource)' defined
What the script allows is browsing for an add-on, placing it into said button control, and launching it from the button. Doesn't work anymore and here's why http://pastebin.ca/2330527. It gets everything lined up to work, but when you click the button...that's what you end up with. I don't think it would take much to make it work, any help would be awesome so thanks in advance if anyone can ---