Need a simple script to display an image.
#1
easy task.

the script needs to dl this:
http://image.weather.com/images/sat/japa...20x486.jpg

that's it. should be easy. i'm having problems though.

i've been taking apart the poor dilbert script, but nothing seems to work. i would also like it to display. the resolution, being known, should make this easier. please help a retard.

thanks
Reply
#2
anybody?
Reply
#3
this is actually a dev question:

this is the core of it...

Quote:urllib.urlretrieve(url, filename)
window.image = xbmcgui.controlimage(x, y,width,height, filename)
window.addcontrol(window.image)
Reply

Logout Mark Read Team Forum Stats Members Help
Need a simple script to display an image.0