HarshReality
2005-03-16, 16:43
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.
HarshReality
2005-03-17, 10:08
33 reads and not one reply or comment ???
Nuka1195
2005-03-17, 16:31
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.
HarshReality
2005-03-18, 02:37
yea, i got that but some of the others like simpleklm are using alot of other images aside of the background
Nuka1195
2005-03-18, 03:15
you need to delete all references to a folder for the images then it will look in the media folder.