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)



Re: [Release] Artwork Downloader - Martijn - 2012-07-20

Give me a Debug Log (and enable debug in the add-on settings) on xbmclogs.com


RE: [Release] Artwork Downloader - oksftw - 2012-07-20

(2012-07-20, 17:28)Martijn Wrote: Give me a debug log (and enable debug in the add-on settings) on xbmclogs.com



this is just the end of it, wont let me do whole log file

http://xbmclogs.com/show.php?id=5298


Re: RE: [Release] Artwork Downloader - Martijn - 2012-07-20

(2012-07-20, 18:27)oksftw Wrote:
(2012-07-20, 17:28)Martijn Wrote: Give me a debug log (and enable debug in the add-on settings) on xbmclogs.com



this is just the end of it, wont let me do whole log file

http://xbmclogs.com/show.php?id=5298

Like i already said. Permission problem


RE: [Release] Artwork Downloader - oksftw - 2012-07-20

(2012-07-20, 18:30)Martijn Wrote:
(2012-07-20, 18:27)oksftw Wrote:
(2012-07-20, 17:28)Martijn Wrote: Give me a debug log (and enable debug in the add-on settings) on xbmclogs.com



this is just the end of it, wont let me do whole log file

http://xbmclogs.com/show.php?id=5298

Like i already said. Permission problem

its very odd then as i can create from the xbmc and from other apps etc but not this? its completely open no permissions are set




RE: [Release] Artwork Downloader - oksftw - 2012-07-20

its ok i found problem was below

http://wiki.xbmc.org/index.php?title=Network_Filesystem_%28NFS%29

had to go into nas via ssh and change some perms through that to finally get it to work

thanks for the help though


Re: [Release] Artwork Downloader - Martijn - 2012-07-20

Glad you got it working


RE: [Release] Artwork Downloader - gman3042 - 2012-07-26

love this addon.. but keep having issues with it downloading images for a tv show i deleted from the library.. i delete it from within xbmc and also delete the folder in my tv shows directory.. but it still keeps downloading images for the particular show that i deleted.. any ideas why it keeps downloading it?


RE: [Release] Artwork Downloader - kryke - 2012-07-30

Would it be possible to expand the centralize extrafanart folder option to separate folders based on source instead of just tv and movie? I have anime and regular television shows as separate sources and display them using a smart list as different categories. I would like to use the slideshow option but not have the two categories overlap.

Another idea is an option to append the series' title to the beginning of the centralized extrafanart so that it would be a bit easier to go in and manually move a series. If the option is enabled you'd end up with Its.Always.Sunny.in.Philadelphia.22212.jpg in the centralized folder instead of 22212.jpg.


RE: [Release] Artwork Downloader - gman3042 - 2012-07-30

(2012-07-26, 04:12)gman3042 Wrote: love this addon.. but keep having issues with it downloading images for a tv show i deleted from the library.. i delete it from within xbmc and also delete the folder in my tv shows directory.. but it still keeps downloading images for the particular show that i deleted.. any ideas why it keeps downloading it?


clean library fixed this


RE: [Release] Artwork Downloader - charlie0440 - 2012-07-30

should this work with frodo openelec, i also get dependencies not met. debug log here http://xbmclogs.com/show.php?id=5882


RE: [Release] Artwork Downloader - Martijn - 2012-07-30

(2012-07-30, 22:41)charlie0440 Wrote: should this work with frodo openelec, i also get dependencies not met. debug log here http://xbmclogs.com/show.php?id=5882

It should. Runs fine on Frodo here (haven't got openelec Frodo).
No idea about the dependencies.
Only one not installed is this one http://mirrors.xbmc.org/addons/eden/script.module.elementtree/
Although it should be available


RE: [Release] Artwork Downloader - charlie0440 - 2012-07-30

Just realised I've posted in the wrong thread. That was a debug log for trying to install cd art manager. Sorry


RE: [Release] Artwork Downloader - NiklasK - 2012-08-02

Would it be possible to modify the add-on/script to have posters downloaded as <movie>.tbn or movie.tbn?


RE: [Release] Artwork Downloader - Martijn - 2012-08-02

(2012-08-02, 14:19)NiklasK Wrote: Would it be possible to modify the add-on/script to have posters downloaded as <movie>.tbn or movie.tbn?

Edit
https://github.com/XBMC-Addons/script.artwork.downloader/blob/master/default.py#L531

and add:

PHP Code:
elif self.mediatype == 'movie' and art_type == 'poster':
    
item['filename'] = 'movie.tbn' 


Completely untested so it might throw some errors.


RE: [Release] Artwork Downloader - shaktoo - 2012-08-03

Martijn is there any way to exclude certain tv shows from being scanned by AD .reason is I have a few home & assorted media which I made custom nfo's for and which are then being picked up by AD as some thing else and hence it downloads all wrong artwork.This keeps on happening, I have "cleaned the library " yet still happens. This is only the case for these custom tv shows , for all the rest it is working brialliantly.