![]() |
|
[Release] Artwork Downloader - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: Add-ons Help and Support (/forumdisplay.php?fid=27) +---- Forum: Program Add-ons (/forumdisplay.php?fid=151) +---- Thread: [Release] Artwork Downloader (/showthread.php?tid=114633) Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 |
- Martijn - 2012-01-07 02:48 TRaSH- Wrote:Thnx, After some trying i found that skins will go looking for artwork in Quote:MOVIES/MOVIENAME/BDMC/and I don't think there is an easy solution for skins to change that. What you could do yourself is create and .iso from the blurays or make them write protected. Will ask skinners if there's a way of handling this. - toxicious - 2012-01-08 01:26 Great addon! Just one suggestion: The option to start at XBMC start (running windows) is good, though it would be better that a daemon started at xbmc startup, waiting like 5-10 seconds, then check if XBMC is doing a movie/tv-show scan. If it is, just wait another 5 seconds and check again. Do that until XBMC is not scanning anymore. Then you can launch the artwork downloading. It would be truly awesome since it then can download new artwork for the new movies directly, instead of doing it at next start-up
- shaktoo - 2012-01-08 20:58 martijn, I had to do a full reinstall and rescan all my media and now all problems been resolved so far, but the idea of delaying the AD to start after 2 mins xbmc seems to be a good one Translations.... - Martijn - 2012-01-10 11:42 If any one feels like translating the English string to their native language....? Currently available: English Dutch Polish How-to: The most recent Englsih strings file can be found here: https://github.com/paddycarey/script.artwork.downloader/blob/master/resources/language/English/strings.xml and here: https://github.com/paddycarey/script.artwork.downloader/blob/master/addon.xml The easiest way would be to fork the repo and send a pull request. Other methodes like send zipped file or post the strings on http://pastebin.com - exiledone1 - 2012-01-11 19:00 I love the plugin, but have a couple of questions. Before I found out about this I installed Extrafanart. I'm guessing I should remove that one and get rid of all the folders it created in my movie folder correct? The other issue is how to use it? I have it installed and I have about 120 movies and a few tv shows. The skin I'm using has views for Logos, Clearart, Banners and etc. How do I setup the program and use it to bulk scrape all the media I need? With the extra fanart I had to go into each tv show and movie and manually do it which took hours. I'm sure there was an easier way to do it, but couldn't figure it out. Any help in getting this plugin setup and running properly would be awesome. Thanks Josh - Martijn - 2012-01-11 19:04 exiledone1 Wrote:I love the plugin, but have a couple of questions. Before I found out about this I installed Extrafanart. I'm guessing I should remove that one and get rid of all the folders it created in my movie folder correct?Correct. Best grab the latest from the download section. Because there were some changes in the filename on the TMDB site remove all the 'extrafanart' folders. Extrathumbs can stay if you have them. Quote:The other issue is how to use it? I have it installed and I have about 120 movies and a few tv shows. The skin I'm using has views for Logos, Clearart, Banners and etc. How do I setup the program and use it to bulk scrape all the media I need? With the extra fanart I had to go into each tv show and movie and manually do it which took hours. Same as Extrafanart... Just run it from the programs section in xbmc by selecting it and hit ENTER
- exiledone1 - 2012-01-11 19:55 Martijn Wrote:Correct. Hmmmm...I tried that, but I'll make sure I do have the latest and test it again. I'll report back. Thanks for the quick reply. Great work on this plugin though. thanks Josh - deh2k7 - 2012-01-13 06:40 Hi Martijn - Any word on when season posters/banners will be re-enabled in the functionality? Thanks, Dave - Martijn - 2012-01-13 15:52 deh2k7 Wrote:Hi Martijn - When you least expect it
- shaktoo - 2012-01-13 17:18 Martijn, having some issuess with AD. it stopped collecting any art for last 2 days or so and started giving an error..script failed. I uninstalled it and have tried to reinstall the latest (1.04 RC2) but each time after installation its the same version 1.03 again ( the old Version without the time delay option ). I am currently at work and will post the log later. Any idea? here's the log: 19:43:04 T:9316 NOTICE: Artwork Downloader: Processing media: Don't Turn Back 19:43:04 T:9316 ERROR: Error Type: <type 'exceptions.NameError'> 19:43:04 T:9316 ERROR: Error Contents: global name 'xbmc' is not defined 19:43:04 T:9316 ERROR: Traceback (most recent call last): File "C:\Users\****\AppData\Roaming\XBMC\addons\script.artwork.downloader\default.py", line 816, in <module> Main() File "C:\Users\****\AppData\Roaming\XBMC\addons\script.artwork.downloader\default.py", line 133, in __init__ self.download_artwork(self.Medialist, self.musicvideo_providers) File "C:\Users\****\AppData\Roaming\XBMC\addons\script.artwork.downloader\default.py", line 358, in download_artwork self.media_id = tmdb._search_movie(self.media_name,currentmedia["year"]) File "C:\Users\****\AppData\Roaming\XBMC\addons\script.artwork.downloader\resources\lib\provider\tmdb.py", line 108, in _search_movie log( str( e ), xbmc.LOGERROR ) NameError: global name 'xbmc' is not defined 20:07:49 T:9084 NOTICE: -->Python Interpreter Initialized<-- 20:08:08 T:10048 ERROR: XFILE::CDirectory::GetDirectory - Error getting F:\Movies\Johnny English Reborn (2011)\extrafanart\ |