Posts: 893
Joined: Jul 2011
Reputation:
16
Say, I have a question. I use the fan art slideshow in XBMC as my screensaver on my ATV2. Is there any way to set it up so that it uses not only the fan art in the Thumbnails directory, but also the fan art that I've now downloaded with Artwork Downloader (which exists in each movie/TV show folder)?
- Amazon FireTV Stick 4K running latest stable Kodi version
- Sony Bravia XBR-x900h Android TV running latest stable Kodi version
- Skin: Aeon Nox: SiLVO
Posts: 17,859
Joined: Jul 2011
Reputation:
371
2011-12-13, 03:43
1.0.2
- Added: Log summary on failed/missing items
- Added: Support the providers message on finished
- Added: Custom mode pops-up a image selection when run on single tvshow/movie
- Added: First retrieve image list(s) and then do batch download
- Changed: Run add-on on specified time of day instead on interval
- Fixed: Problems caused with UTF-8 characters in titles
- Fixed: Some images didn't show in GUI because of spaces in image URL
- Fixed: Show correct download count in log
- Fixed: Don't show dialog.OK when finished run in silent mode
Posts: 134
Joined: Oct 2011
Reputation:
1
I cant get this script to run and get a script error on initilisation.
Running latest nightly build on windows 7.
This is thelog report:
15:49:37 T:1400 NOTICE: -->Python Interpreter Initialized<--
15:49:38 T:1400 ERROR: Error Type: <type 'exceptions.KeyError'>
15:49:38 T:1400 ERROR: Error Contents: ('result',)
15:49:38 T:1400 ERROR: Traceback (most recent call last):
File "C:\Users\Farrells\AppData\Roaming\XBMC\addons\script.artwork.downloader\default.py", line 749, in <module>
Main()
File "C:\Users\Farrells\AppData\Roaming\XBMC\addons\script.artwork.downloader\default.py", line 99, in __init__
self.Medialist = media_listing('movie')
File "C:\Users\Farrells\AppData\Roaming\XBMC\addons\script.artwork.downloader\resources\lib\media_setup.py", line 40, in _media_listing
if jsonobject['result'].has_key('movies'):
KeyError: ('result',)
15:49:44 T:2008 ERROR: Control 1 in window 10099 has been asked to focus, but it can't
Any help will be appreciated, thanks.