Alaska Revisited: Change Button
#1
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.
Reply
#2
Put the Youtube plugin in your favourites then look in your favourites.xml and your find the correct code
Reply
#3
Thanks. How do i put the plugin into my favourites?
Reply
#4
Bring up the Context menu and select 'Add to favourites'.
Reply
#5
Cool, works now: ActivateWindow(10024,plugin://video/YouTube/)

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

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

So 'Pictures' will be <label>1</label>
Reply
#8
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...
Reply
#9
Well you just look for that label in the Home.xml or Includes_(homestyle).xml and see which one works.
Reply
#10
ok, works now, thx =)
Reply

Logout Mark Read Team Forum Stats Members Help
Alaska Revisited: Change Button0