update the current thumbnail
#1
Hi, I have added several thumbnails using the code show below.

Code:
i = 1    
           for url,name in match:
              addDir(name,url,1,artPath+'\\'+str(i)+'.jpg','')
              i=i + 1

Now if I replace some of those thumbnails, xbmc still displays the oldies. Is there a way to auto-update them from within the plugin?

Any help would be appreciated as I am completely new to xbmc and python. Thank you.
Reply
#2
Got it working, used the code from url posted below as an example. Just in case someone might need it.

http://code.google.com/p/xbmc-scripting/....py?r=2595
Reply

Logout Mark Read Team Forum Stats Members Help
update the current thumbnail0