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: [Release] Artwork Downloader - Martijn - 2012-05-02 It's just the XBMC debulog itself it writes to. I added that option cause other devs where complaining about the log spamming cause usually user forgot to turn of the scanning. you can use the link in my signature or directly share it on xbmclogs.com RE: [Release] Artwork Downloader - detroitdr - 2012-05-02 Here is the xbmc debug log. I tried two different tv shows on two different drives. Both shows were scattered across multipaths that i defragged onto 1 drive under 1 directory. All artwork and any other files were deleted except the main video files. I deleted the tv show from the xbmc library and cleaned up before rescanning back into xbmc. ran your script by going to the tv show, typing "I" for info and started your script with no user input. http://pastebin.com/sr7meu1k RE: [Release] Artwork Downloader - Martijn - 2012-05-02 (2012-05-02, 17:21)detroitdr Wrote: Here is the xbmc debug log. I tried two different tv shows on two different drives. Both shows were scattered across multipaths that i defragged onto 1 drive under 1 directory. I can only say they work for me. could you add this code on line 285 of default.py: PHP Code: log(currentitem) so it looks like: PHP Code: for currentitem in self.Medialist: and re-do a log? RE: [Release] Artwork Downloader - detroitdr - 2012-05-03 I've updated the script and currently doing a library inport.. so once it's done I'll be able to redo the log for us. Thx RE: [Release] Artwork Downloader - detroitdr - 2012-05-03 ok Here is the updated log. http://pastebin.com/kZDdiNeH RE: [Release] Artwork Downloader - Martijn - 2012-05-03 (2012-05-03, 20:33)detroitdr Wrote: ok Here is the updated log. It seems to find no tvshow at all in your library. Can you try this one test version It will probably fail but tell me why RE: [Release] Artwork Downloader - detroitdr - 2012-05-04 Here is your test version running. Error in script it says.. here is a debug log: http://pastebin.com/2wbBdwsP thank-you in advance. RE: [Release] Artwork Downloader - Martijn - 2012-05-04 (2012-05-04, 15:05)detroitdr Wrote: Here is your test version running. Error in script it says.. here is a debug log:Think I found it Try this one if you get anything now: download RE: [Release] Artwork Downloader - detroitdr - 2012-05-04 You sir, are a genius!!! It's working again. So what was the issue? RE: [Release] Artwork Downloader - Martijn - 2012-05-04 (2012-05-04, 19:04)detroitdr Wrote: You sir, are a genius!!! It's working again. It seemed that your tvshows didn't have any season info (very very strange) in it so it failed on that. Just moved the value on which it failed when it wasn't there two lines up so it's always there even if there is no season info. shows the fix RE: [Release] Artwork Downloader - detroitdr - 2012-05-04 Very odd indeed. However you are still a genius. Thank-you for working with me, greatly appreciate it. NOW your addon is a 5 Start with me!! ***** Take care, RE: [Release] Artwork Downloader - tinybutstrong - 2012-05-04 This addon can take poster from TMDB? Was testing here and listed images are different from themovidedb website, for example this movie bellow: http://www.themoviedb.org/movie/52520-underworld-awakening/posters Code used by my skin in movie info: Code: <onclick>RunScript(script.artwork.downloader,mode=gui, mediatype=movie,medianame=$INFO[ListItem.Title],mediapath=$INFO[ListItem.Path],extrathumbs)</onclick> EDIT: looks like imdb id is wrong for this movie, the edit is blocked for me, I will contact support to check it. Will report later. EDIT²: yes, it is, the movie is duplicate. Ignore my initial question. Thanks for this great addon. RE: [Release] Artwork Downloader - deh2k7 - 2012-05-07 (2012-05-02, 02:16)deh2k7 Wrote: Martjin - Martjin - just wanted to bump this to get your thoughts. RE: [Release] Artwork Downloader - crimsonfury - 2012-05-10 Can this be setup to download all artwork for TV shows in each show's folder/season folder and not to the general thumbnail folder? RE: [Release] Artwork Downloader - kamil365 - 2012-05-12 I've got some problems with artwork downloader. It can't download anything at all. I'm running ubuntu 12.04 32bit Logs: http://pastebin.com/Deb2UxH0 Edit: and from debug mode. I don't know if it's more helpful or not. http://pastebin.com/nWxk6uWi |