Simpleklm
#1
currently the simpleklm skins by chokey are installed by placing them in the scripts folder. does anybody know of an alteration whereby i could place the simpleklm folder in the skin/media folder so i can have it change with the default skin? as i love both pm & pm ii i am trying to compliment them by having the scripts work with the skins applied.

also trying to get the others to work in a siimilar fashion:
gametrailers
ifilmbrowser
xmovieguide
gamespot
gamesaves
etc.
Image
Reply
#2
33 reads and not one reply or comment Huh
Image
Reply
#3
it's easier to give you an example than to try to explain, but i'll try.

heres from launchbrowser.

self.background = xbmcgui.controlimage(0,0, int(720*self.scalex),int(480*self.scaley), dirhome + 'default.png')

change to:

self.background = xbmcgui.controlimage(0,0, int(720*self.scalex),int(480*self.scaley), 'lbbackground.png')

you need to delete all references to a folder for the images then it will look in the media folder. different scripts will look different and you'll need to change the name of the graphic so it's unique.
For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
Reply
#4
yea, i got that but some of the others like simpleklm are using alot of other images aside of the background
Image
Reply
#5
Quote:you need to delete all references to a folder for the images then it will look in the media folder.
For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
Reply

Logout Mark Read Team Forum Stats Members Help
Simpleklm0