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-19 They come from xbmc database. Ut just asks what movies there are. Make sure you clean your library more than an hour before running the script. RE: [Release] Artwork Downloader - knewknow - 2012-05-19 (2012-05-19, 17:18)Martijn Wrote: They come from xbmc database. Ut just asks what movies there are. Thanks. Just tried it again (after an hour) and everything is working as planned. Is there a mysql routine that refreshes this info from time to time? Re: [Release] Artwork Downloader - Martijn - 2012-05-19 Data is cached for one hour after it is run. This for speeding up sub sequent library calls if you want to make changes. I will reduse that time in next update. RE: [Release] Artwork Downloader - PatrickBateman - 2012-05-22 Hi, I'm having an issue with the plugin. It's basically freezing/crashing on the downloading part. This causes me to to have ctrl/alt/del my xbmc down. So, I tried using the run in background option and watch local tv show, all as fin gain during the search, but when it cme to the download it actually froze my tv show from playing altogether and again crashed my xbmc. It sits at around 2Gb of ram when in use (which seems large) and just completely freezes xbmc. Win7, Eden final, Clean install (just reimported my library from seperate files) I know a log will be required, but my reason for posting is perhaps Martijn or anyone already knows of this and is working on a fix etc. Thanks in advance, RE: [Release] Artwork Downloader - Vengent - 2012-05-25 Is there a way to limit how many movies it will process at a given time? (NOT the limit artwork per movie). I've got about 450 movies and have recently tried setting it to download on startup, noticed random crashes then. Turned debug on everything and last few times it gets to around 250th movie, then no debug no message, just boom, back to apple screen. (sadly, nothing in syslog and no crashreporter either). Disabling the auto-run eliminates the random crashes. If it could batch 10-20 at a time, then it would slowly make progress, but (going by the debug) it just parses everything to build the download list, then goes back to download everything at the end, and in my case that means nothing every downloads. It works great for the tv stuff, both one at a time, and all at once (I only have about 110 tv shows). Thanks for the cool addon! RE: [Release] Artwork Downloader - PatrickBateman - 2012-05-30 (2012-05-25, 05:20)Vengent Wrote: Is there a way to limit how many movies it will process at a given time? (NOT the limit artwork per movie). This is exactly what's happening to me I was just about to ask if we could set it off on certain drives or locations etc or limited to 100 at a time, then a break, then another 100 etc.. It's crashing for me every time I run it at the moment and can't get any artwork for new shows RE: [Release] Artwork Downloader - Martijn - 2012-05-30 (2012-05-30, 13:30)PatrickBateman Wrote:(2012-05-25, 05:20)Vengent Wrote: Is there a way to limit how many movies it will process at a given time? (NOT the limit artwork per movie). No sorry. It should keep last scraped data in it memory so re-running it would quickly start where ever it left. Crashes is probably something else. Best post crashlogs + Debug Log in general forum section. RE: [Release] Artwork Downloader - aelahi - 2012-05-31 How can I eliminate the pop-up dialogue from appearing? I've set the settings to run in background and turned off "show dialog on finished/errors". I just want it to run in the background when I start XBMC but I don't want to see any pop-up messages. Thx. Re: [Release] Artwork Downloader - Martijn - 2012-05-31 Unless every one starts paying for the software and images it stays RE: [Release] Artwork Downloader - RandomNinjaAtk - 2012-06-05 I'm having problem with the addon downloading logos that don't exist for my movies. This results in the same logo being copied, maybe from cache to every movie that doesn't have a logo. So I end up with like 100+ movies having the same exact logo. Is anyone else having this problem? RE: [Release] Artwork Downloader - Martijn - 2012-06-06 (2012-06-05, 23:51)RandomNinjaAtk Wrote: I'm having problem with the addon downloading logos that don't exist for my movies. This results in the same logo being copied, maybe from cache to every movie that doesn't have a logo. So I end up with like 100+ movies having the same exact logo. Is anyone else having this problem?IMPORTANT: There was a problem on fanart.tv site that has been fixed now. In case you had the same problem: Remove the commoncache.db from your XBMC userdata folder (see the wiki for this) and it should be fine again. RE: [Release] Artwork Downloader - Goulet - 2012-06-08 Hi everyone, This add-on looks amazing but I've so far been unsuccessful in getting it to work. When I try to get artwork for Movies or TV I just get "0 downloaded". Log: http://paste.ubuntu.com/1030379/ I'm using OpenELEC 2.0 Beta 4(1.95.4) and it's happening for all SMB sources. I get the same problem with cdart add-on so obviously something wrong with my setup but I can't figure out what I've checked that my sources have write access in case that might have been an issue. Can't wait to get this working, thanks so much for looking. RE: [Release] Artwork Downloader - schumi2004 - 2012-06-08 More and more i'm getting this nasty error which locks my XBMC instance. http://pastebin.com/QR0hx5gF Any ideas? RE: [Release] Artwork Downloader - Martijn - 2012-06-08 (2012-06-08, 16:21)Goulet Wrote: Hi everyone, (2012-06-08, 16:22)schumi2004 Wrote: More and more i'm getting this nasty error which locks my XBMC instance. No idea. Nothing I can do about at least. Perhaps the full Debug Log would tell something RE: [Release] Artwork Downloader - Goulet - 2012-06-08 (2012-06-08, 17:16)Martijn Wrote:(2012-06-08, 16:21)Goulet Wrote: Hi everyone, Hi Martijn, thanks for the quick reply. Is the log I pasted not the full debug log? One thing I've noticed when looking at the log myself is there seems to be a user and password in for the SMB that i don't recall putting myself. I have just deleted and readded the source without specifying any password and I'm still getting: 95458985792 DEBUG: OpenDir - Using authentication url smb://xbox:xbox@OURPC/L/Backup%20Movies/Men%20in%20Black%20%281997%29/extrathumbs 13:43:47 T:140695458985792 ERROR: SMBDirectory->GetDirectory: Unable to open directory : 'smb://xbox:xbox@OURPC/L/Backup%20Movies/Men%20in%20Black%20%281997%29/extrathumbs' unix_err:'2' error : 'No such file or directory' When I go into sources.xml I can see there's defintely no smb usernames/passwords specified Thanks again |