Kodi Community Forum

Full Version: Alaska Revisited: Change Button
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello XBMC people,
Am using Alaska Revisited skin now I want to change the function of a button. I want to change the "Pictures" button into a button wich opens the YouTube plugin. So I opened the "Includes_HomeDefault.xml" to line 93 and changed the onclick action to ActivateWindow(Plugins,Video,YouTube), I dunno the correct syntax but this defenelty does not work, so whats right?

Thanks.
Put the Youtube plugin in your favourites then look in your favourites.xml and your find the correct code
Thanks. How do i put the plugin into my favourites?
Bring up the Context menu and select 'Add to favourites'.
Cool, works now: ActivateWindow(10024,plugin://video/YouTube/)

Thank you
Whats the right *.xml file to change the name from Pictures into YouTube. Is it just the string.xml in English folder?
Most strings are from the XBMC's default set -

https://xbmc.svn.sourceforge.net/svnroot...trings.xml

So 'Pictures' will be <label>1</label>
Thanks, but if I change this i don't have the word pictures anymore, right? Anywhere wich stands "Pictures" now will be changed to "YouTube"? I just wanna have this at my Home Screen...
Well you just look for that label in the Home.xml or Includes_(homestyle).xml and see which one works.
ok, works now, thx =)