Kodi Community Forum
changing skins.... - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+--- Thread: changing skins.... (/showthread.php?tid=43777)



changing skins.... - cjulio - 2009-01-14

i am new to this so if someone could point me in the right direction (or a sample Laugh)

if i want to replace one option on the main menu for a script how can i do itHuh

ex:
"Scripts" - With "Youtube" - and open YouTube3 script...


- timdog82001 - 2009-01-15

If you want a walkthrough (and I can't guarantee you'd get one) you'd at least need to let people know what skin you're trying to mod here. I'd suggest taking a look at the wiki for help on skinning, in particular look for the button controls section, and the list of built-in functions. http://wiki.xbmc.org/?title=Skinning_XBMC

EDIT: i just noticed you're trying to replace a menu item not add one, which is a bit simpler and more universal....Should be able to replace the <label> tag contents wtih YouTube and the <onclick> tag contents with something like XBMC.RunScript(Q:/scripts/YouTube3/default.py). I'd still suggest taking a look at the wiki though, as this is basic stuff you should be able to figure out on your own.


- cjulio - 2009-01-15

thanks it worked Wink

now if it where possible i would like to make 2 more changes...

i want to remove the ".." icon in the series title page (series main page)
i want to remove the ".." icon in the movie title page (movies main page)

thanks Wink


- spiff - 2009-01-15

those are called parent folder items.

get yourself seated with 1000l cola.
now plunge into settings. if you survive / have enough cola, you should hopefully be successfull at locating the 'hide parent folder items' setting in there Wink


- cjulio - 2009-01-15

i am not at my computer now but will it keep in the series episodes screen the ".."

thanks i will try it tonight....

Cool


- cjulio - 2009-01-16

it was hard but i found it...

in my language file the name is a little bit strange (changed to English and found it).....

ps:
now if it where possible i would like to make 1 more change...
i want to add the ".." icon in the series episode page Wink

edit: ok i got it....
i had "XBMC.ActivateWindow(MyVideoLibrary,tvshowtitles,return)" and changed it to "XBMC.ActivateWindow(MyVideoLibrary,tvshowtitles)" and that way i dont need the ".."

thanks...