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
|
Re: RE: [Release] Artwork Downloader - Martijn - 2012-11-25 (2012-11-25, 21:02)Mizaki Wrote: Films are already in the DB if that's what you mean? I meant is that artwork already in the db table? And like already mentioned in skin support it still checks site first before using local RE: [Release] Artwork Downloader - Mizaki - 2012-11-25 Nope. Re: RE: [Release] Artwork Downloader - Martijn - 2012-11-25 (2012-11-25, 21:05)Mizaki Wrote: Nope. Well then it's going to set that in database RE: [Release] Artwork Downloader - Mizaki - 2012-11-25 I just must not understand what is going on. I have 720 films and I've set it to only get logos and use local artwork. After over 30 minutes it's done 16%. I was expecting it to take 5 minutes max. RE: [Release] Artwork Downloader - ArieS - 2012-11-26 (2012-11-25, 04:18)ArieS Wrote: Probably a dumb question but here goes... How do I download logos for my whole library? Right now I need to go to each movie, info, get artwork. (2012-11-25, 07:17)dpar Wrote:(2012-11-25, 04:18)ArieS Wrote: Probably a dumb question but here goes... How do I download logos for my whole library? Right now I need to go to each movie, info, get artwork. (2012-11-25, 11:39)ArieS Wrote: Thanks dpar but unfortunately when I go there I just see the menu for Configure, Disable, Uninstall, Rollback, etc.Anyone can offer any help please? RE: [Release] Artwork Downloader - thrak76 - 2012-11-26 (2012-11-26, 12:02)ArieS Wrote: Anyone can offer any help please? I think the problem you're having is that you're trying to access the addons browser (probably through Enabled Addons, yes?), and then the programs category - which for some reason only allows you into the screen you currently see. Some skins have a menu item that already takes the user to the "executable" programs, like Artwork Downloader, and it's a slightly different path to get there. I'm not sure what skin you're using, but if it doesn't have a "Programs" menu item, then you may need to create for yourself. The function to open the window that will allow you to actually run the programs is: ActivateWindow(Programs,addons) You'll have to define that as a custom function somewhere... What skin are you using? Confluence has the "Programs" menu item on the Home screen. RE: [Release] Artwork Downloader - ArieS - 2012-11-26 Hey thrak, I'm using Aeon Nox. Yes, I tried to access it through Enabled Addons. RE: [Release] Artwork Downloader - thrak76 - 2012-11-26 In Nox, just use the menu item called "programs", and then click on Artwork Downloader. That will start the bulk downloader. RE: [Release] Artwork Downloader - ArieS - 2012-11-27 Thanks a lot thrak, it worked... but partially. There's a lot of logos that aren't picked up and I need to do them manually. Any idea why? RE: [Release] Artwork Downloader - thrak76 - 2012-11-27 I have noticed that it sometimes takes a bit of time before everything shows up. If you go to the "Choose Art" dialog, and there is an empty spot where the preview for the clearlogo should be, then I'm pretty sure it means it's downloaded, but has not hit the cache yet (?). It's been that way on my install at least, and i'm using Nox as well. RE: [Release] Artwork Downloader - ArieS - 2012-11-27 Got it, thanks again buddy. RE: [Release] Artwork Downloader - dpar - 2012-11-27 I have a (hopefully) simple question. I have uploaded about 30 or so logos to fanart.tv and they were approved several days ago, so they are available on the site. However, when using artwork downloader they are not downloaded, even if I try to do each individual movie, it does not find them. Someone on fanart.tv said that it just depends on when the program you are using updates its list. So if that is the case, how often does artwork downloader update its list so the logos would be available for download? RE: [Release] Artwork Downloader - Vaikin - 2012-11-28 Im assuming the api for fanart uses some cached version of the database to speed up search results. If so, newly added entries won't show up on the results page until the cache is updated. Probably every few days or so. RE: [Release] Artwork Downloader - Shinu - 2012-11-28 Can someone please grace me with a response? Third time I'm posting this. (2012-11-20, 05:10)Shinu Wrote: Hey Martijn, I have a question though. You said in the Nox 4.0 thread that I needed to run the Artwork Downloader script for the skin to detect logos and clearart again. But doing that doesn't detect logos or clearart that I haven't uploaded to Fanart.tv. I have quite a few of them that I kept, that didn't reach the site's standards. But running the script doesn't make then appear in the skin. Are you aware of this? RE: [Release] Artwork Downloader - sergiocos - 2012-11-28 you might wanna try a non official release: here |