Kodi Community Forum
Artwork Downloader - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Program Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=151)
+---- Thread: Artwork Downloader (/showthread.php?tid=114633)



- PatK - 2012-01-19

A couple of icons..

http://img813.imageshack.us/img813/4498/iconxx.jpg
http://img842.imageshack.us/img842/1926/icon1bh.png


- alfe - 2012-01-21

How do i find GUI Mode in Aeon Nox?


- Martijn - 2012-01-21

alfe Wrote:How do i find GUI Mode in Aeon Nox?

the info window "I" on a tvshow and do "Get Artwork"

See here where:
http://forum.xbmc.org/showpost.php?p=935632&postcount=4


- keibertz - 2012-01-22

i have updatet to Eden Beta 2 and now i get a script error from the Artwork Downloader

Quote:18:38:57 T:1280 NOTICE: Artwork Downloader: [Star Wars: Episode III - Die Rache der Sith] Downloaded: n59RJsEVtbM9LBwQTDIh8JtQeGC.jpg
18:38:57 T:1280 ERROR: Error Type: <type 'exceptions.UnicodeEncodeError'>
18:38:57 T:1280 ERROR: Error Contents: 'ascii' codec can't encode character u'\xfc' in position 70: ordinal not in range(128)
18:38:57 T:1280 ERROR: Traceback (most recent call last):
File "C:\Users\xbmc\AppData\Roaming\XBMC\addons\script.artwork.downloader\default.py", line 836, in <module>
Main()
File "C:\Users\xbmc\AppData\Roaming\XBMC\addons\script.artwork.downloader\default.py", line 140, in __init__
self.cleanup()
File "C:\Users\xbmc\AppData\Roaming\XBMC\addons\script.artwork.downloader\default.py", line 270, in cleanup
dialog('okdialog', line0 = summary_notify, line1 = provider_msg1 + ' ' + provider_msg2, background = self.settings.background)
File "C:\Users\xbmc\AppData\Roaming\XBMC\addons\script.artwork.downloader\resources\lib\utils.py", line 87, in _dialog
xbmc.executebuiltin("XBMC.Notification(%s, %s, 7500, %s)" % (line0, msg, __icon__))
UnicodeEncodeError: 'ascii' codec can't encode character u'\xfc' in position 70: ordinal not in range(128)



- Martijn - 2012-01-22

keibertz Wrote:i have updatet to Eden Beta 2 and now i get a script error from the Artwork Downloader

I doubt it has to do with beta2 but could you try this one:
---------------


- keibertz - 2012-01-22

ok will test and report

EDIT:
With this new Version everything is working
big thx
Quote:19:21:47 T:1424 NOTICE: Artwork Downloader: [30 Days of Night] Deleted (Rating too low: 4.0): smb://PLUTO/Movies/Movie/1-9/30.Days.of.Night.1.2007/extrafanart/5Fc169O1PRvKSmd9xx4vIemMe9Y.jpg
this means that the script watches over all existing extrafanarts on my hdd and deletes the to low rated ? In my settings is Rating set to 5


- Martijn - 2012-01-22

keibertz Wrote:ok will test and report

EDIT:
With this new Version everything is working
big thx
That's great. Gonna do the the other messages the same then to prevent trouble.

Quote:this means that the script watches over all existing extrafanarts and deletes the to low rated ? In my settings is Rating set to 5

Correct. The same way it already did for tvshows (ONLY extrafanart. Other artwork is left alone)
It only became available yesterday for movies and it is still not fully operational on themovie.org because of some server caching so it might skip a few movies for next 1 or two days.


Release 1.0.4 - Martijn - 2012-01-23

AVAILABLE IN XBMC REPO

1.0.4
- Fixed: After doing ID conversion it skipped that movie
- Fixed: Some mayor bug that no ones has noticed so far
- Fixed: When no exact title match was found it downloaded the entire library
- Fixed: Close progress dialog before opening the image selection window
- Changed: Reverted old change of using image ID from tmdb as filename. This is not available any more in new API v3
- Changed: Use the new TMDB API v3
- Changed: Use smaller image in GUI dialog for faster loading of images (when posible)
- Changed: You can now set preferred language. Will always use English as fallback
- Changed: Show yes/no dialog for faulty settings instead of looping
- Changed: Only start service when user is logged in (requires minimal XBMC beta2)
- Added: Polish translation (thx cienislaw)
- Added: Dutch translation (thx Martijn)
- Added: German translation (thx Suven)
- Added: Download report is accessible from the add-on settings window
- Added: Download report is accessible from the yes/no dialog when finished (not when background/silent/custom run)
- Added: Extra info to gui dialog (language, rating, votes, season and size)
- Added: Ratings for movie artwork
- Added: Now tries to look up the 'tmdb ID' if no 'imdb ID' is found and retrieves artwork using that
- Added: Added musicvideo section that uses the title to search for artwork on TMDB
Needs extra argument from skin (see runscript.txt)


Example of extra info when able to choose what image you want:
Image


- Gav2 - 2012-01-25

Hi Martijn,
Ive struck an issue with XBMC crashing unless this plugin is disabled. I'd really like to enable it again and I wonder if you could help. All details are here: http://forum.xbmc.org/showthread.php?p=999259&posted=1#post999259

Please let me know if you need more detail.

Thanks!

Gavin


- Martijn - 2012-01-25

Gav2 Wrote:Hi Martijn,
Ive struck an issue with XBMC crashing unless this plugin is disabled. I'd really like to enable it again and I wonder if you could help. All details are here: http://forum.xbmc.org/showthread.php?p=999259&posted=1#post999259

Please let me know if you need more detail.

Thanks!

Gavin

Replied in that thread. Don't think there is anything I can do about it. The log you posted wasn't the full debug so can't use that. I have no experience with Apple and if it just locks up it might be some XBMC threading issue.


- butchabay - 2012-01-26

Hi Martijn,

should

PHP Code:
XBMC.RunScript(script.artwork.downloader,mode=guimediatype=moviemedianame=$INFO[ListItem.Title]) 

still work for movies within video info?

Because it doesn't Laugh

TV Shows works well.

Thanx


- Martijn - 2012-01-26

butchabay Wrote:Hi Martijn,

should

PHP Code:
XBMC.RunScript(script.artwork.downloader,mode=guimediatype=moviemedianame=$INFO[ListItem.Title]) 

still work for movies within video info?

Because it doesn't Laugh

TV Shows works well.

Thanx

Not guilty until proven otherwise... Image

Start with testing.... Image

Testing in progress ... Image

Result: works for me Big Grin

PHP Code:
XBMC.RunScript(script.artwork.downloader,mode=custom,mediatype=movie,mode=gui,medianame=$INFO[ListItem.Title],mediapath=$INFO[ListItem.Path]) 
Note:
The mediapath is to make sure you download to the correct folder in case you have multiple version of that movie
Tested from DialogVideoInfo in Aeon Nox


- butchabay - 2012-01-26

Martijn Wrote:Not guilty until proven otherwise... Image

Start with testing.... Image

Testing in progress ... Image

Result: works for me Big Grin

PHP Code:
XBMC.RunScript(script.artwork.downloader,mode=custom,mediatype=movie,mode=gui,medianame=$INFO[ListItem.Title],mediapath=$INFO[ListItem.Path]) 
Note:
The mediapath is to make sure you download to the correct folder in case you have multiple version of that movie
Tested from DialogVideoInfo in Aeon Nox

Cheers Working Perfectly Mate!

Thanx ...


- Martijn - 2012-01-26

butchabay Wrote:Cheers Working Perfectly Mate!

Thanx ...

Never doubted myself Cool


- canadave - 2012-01-28

I'm getting "Dependencies not met" error when trying to update to 1.0.5 from repo. I have been mucking about with the commoncache.db and urlresolver on my system though. Does Artwork Downloader rely on those? If so, I suppose that's the problem...