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) 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
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
|
- Mudislander - 2011-11-22 Machine-Sanctum Wrote:For the ones interested I have made a service plug-in so when XBMC start this will also automaticly start Artwork Downloader using the normal settings. Installed & restarted XBMC - script works for me - Martijn - 2011-11-23 Mudislander Wrote:Installed & restarted XBMC - script works for me Added silent run option so only a notification at start and finish will be shown. Requires latest versions of downloader & service - PantsOnFire - 2011-11-24 Thought I should write here, rather than abuse the thread I started elsewhere. I have only Dharma only my main HTPC, I can't seem to download this from your downloads page? Not sure what the problem is. - Martijn - 2011-11-24 PantsOnFire Wrote:Thought I should write here, rather than abuse the thread I started elsewhere.For Dharma you should install Extrafanart Downloader. You can get it from xbmc.org repo.it has much less options but does have extrathumbs. Here's the thread about that version. http://forum.xbmc.org/showthread.php?tid=111031 Artwork Downloader Service - Martijn - 2011-11-26 Important: Just a heads-up for anyone (all 8 of them ) who had installed the service plugin for this!!! Remove the service add-on because it is now integrated into the add-on itself. New test version: This version fixes some provider timeouts https://github.com/paddycarey/script.artwork.downloader/downloads - deh2k7 - 2011-11-27 This looks like a great addon! Thank you for your time and hard work building it. I'm looking forward to getting this working properly on my system I'm having some problems, though, getting it to run. I'm running a 11/21 DSPlayer/Pre-Eden build, and keep getting an error when I try to run the script: Code: 22:00:46 T:3496 NOTICE: -->Python Interpreter Initialized<-- I have tried setting the script to run with the background mode both on and off, but get the same error each time. Any thoughts on what could be causing this or how I can resolve the issue? Thanks for the help! - Martijn - 2011-11-27 deh2k7 Wrote:This looks like a great addon! Thank you for your time and hard work building it. I'm looking forward to getting this working properly on my systemWhen did you download this version? I have no problems at the moment running when startup/service. I see you used the download zipfile so you might download a version between fixes. It is best to clean out your addons folder from the custom installs and use the one from https://github.com/paddycarey/script.artwork.downloader/downloads - deh2k7 - 2011-11-27 Machine-Sanctum Wrote:When did you download this version? I got it last evening from the links on the first post, addon version says its 0.4.1. - Martijn - 2011-11-27 deh2k7 Wrote:I got it last evening from the links on the first post, addon version says its 0.4.1. Well this: Quote:C:\Users\XBMC\AppData\Roaming\XBMC\addons\paddycarey-script.artwork.downloader-ba7b122\tells me that you used the ZIP button on Github. If you use that you can get a broken version sometimes when we are fixing things because it is from the development branch. So best is to clean all the folders containing 'artwork.downloader' from this path Quote:C:\Users\XBMC\AppData\Roaming\XBMC\addons\and download a RC version - deh2k7 - 2011-11-27 Machine-Sanctum Wrote:Well this: Yes - that did the trick. It was late when I was working on things last nite and I must have not been paying attention. Thanks for the help!. I have it running in the background now! - Martijn - 2011-11-27 deh2k7 Wrote:Yes - that did the trick. It was late when I was working on things last nite and I must have not been paying attention. Thanks for the help!. I have it running in the background now! That's good to hear Although we found a bug in there. It's downloading extrathumbs that are to big. I'll put up a fixed version now. EDIT: It's uploaded Artwork Downloader Eden ONLY (0.4.2)-RC9 Release version 1.0.0 - Martijn - 2011-11-28 The latest version can now be downloaded from the official xbmc.org repo. Enjoy - butchabay - 2011-11-28 Machine-Sanctum Wrote:The latest version can now be downloaded from the official xbmc.org repo. We get a chance to start the script in solo mode from within the info screen for Movies and TVShows? If yes, how? Thanx mate ... - Martijn - 2011-11-28 butchabay Wrote:We get a chance to start the script in solo mode from within the info screen for Movies and TVShows? If yes, how? There are some example in the docs folder Here's how BigNoid did some voodoo http://pastebin.com/XEsx0jG6 - butchabay - 2011-11-28 Machine-Sanctum Wrote:There are some example in the docs folder Thank you and ofcourse thanx to big_noid |