PDA

View Full Version : Yay my first script


nishil
2005-01-09, 17:47
ok ive just made my first script it downloads a new space picture every day , how do i make it display the picture once its been downloaded , at the moment i *am using:

self.addcontrol(xbmcgui.controlimage(150,100,534,5 34, 'q:\\scripts\\space pics\\image_of_the_day.gif'))

but it doesent show up, why is this?

download for testing (very beta at the mo):
http://www.linuxx.co.uk/spacepics.rar

solexalex
2005-01-10, 00:39
i already mentionned that xbmc is not able to display every gif files with python...
i don't know exactly if there is a special kind of gif files or all gif files...
i don't know if there is a trick to get these gif. maybe with the pil library