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
|
- Martijn - 2012-02-12 takhrai Wrote:Hi all, My magic 8-ball doesn't know either error using script - LinarSavion - 2012-02-12 Hi, when i try to run the script i get script failed (downloaded from 1.0.7 and 1.0.8) Code: 14:30:14 T:1932 NOTICE: -->Python Interpreter Initialized<-- - Martijn - 2012-02-12 LinarSavion Wrote:Hi, when i try to run the script i get script failed (downloaded from 1.0.7 and 1.0.8) You need to install using .zip file and what XBMC version are you on? - LinarSavion - 2012-02-12 Martijn Wrote:You need to install using .zip file and what XBMC version are you on? i re-installed xbmc then installed from zip and suddenly it works just fine... - DandareBR - 2012-02-13 Been trying to use this add on with no success. When it runs it just create 0 kb images for the Series (poster.jpg, banner.jpg and fanart.jpg). The images files were downloaded by logo downloader and are fine (Clearart.png Landscape.jpg and logo.png). My movies pictures are fine but I already had image for them (using Ember) so I think that Artwork Downloader just skipped them. Different from other users that had issues with 0 kb files with no extension, in my case the files are .jpg. I'm using Pre-Eden Beta 3 with Neon MQ 3. Windows 7 x64. Thanks - Martijn - 2012-02-13 DandareBR Wrote:Been trying to use this add on with no success. When it runs it just create 0 kb images for the Series (poster.jpg, banner.jpg and fanart.jpg). The images files were downloaded by logo downloader and are fine (Clearart.png Landscape.jpg and logo.png). Gonna need a full debug log posted on http://paste.ubuntu.com when you run the add-on. I have no real explanation why this is happening. - DandareBR - 2012-02-14 Just posted the log but I don't know if I did it correclty. I deleted all 0 and 1 kb .jpg files entered the series section and started the Artwork Downloader. Opened the log and posted the section on Ubuntu Pastebin Is this what you wanted? http://paste.ubuntu.com/841573/ The files that are 1kb are: Poster.jpg, banner.jpg, fanart.jpg, seasonX-banner.jpg and several .jpg with six numbers as its filename as 131911.jpg, 131930.jpg and so. - PatOso - 2012-02-14 strings spanish: http://www.mediafire.com/?qr2qwoctotk87y9 Please, update. Thanks - Martijn - 2012-02-15 DandareBR Wrote:Just posted the log but I don't know if I did it correclty. I deleted all 0 and 1 kb .jpg files entered the series section and started the Artwork Downloader. Opened the log and posted the section on Ubuntu Pastebin Yes that what i needed but i have really no idea what could be wrong. There are no weird errors in the logs. Tried myself with a local library and local drive and worked perfect. Is that a mounted remote drive or a local harddrive? - DandareBR - 2012-02-15 Martijn Wrote:Yes that what i needed but i have really no idea what could be wrong. There are no weird errors in the logs. Tried myself with a local library and local drive and worked perfect. Local. It's in a different HDD but all in the same computer. This is the drive that I store all my movies and series. Also there is more than enough space (more than 100gb free) avaiable for the files. I'll try to install XBMC again too see if it helps. - eijnar - 2012-02-15 I seem to run into problems when using pathsubstitution for the addon settings (see settings below). The script tries to find the local addon_data path even tho settings are stored on the remote location (log). Manually adding the local path takes the script one step further in wich it downloads the files fine but can't move them to the share (log). In the case i remove the pathsubstitution for the addon_data everything works fine, but this doesn't let me have a centralized place for all the addon settings (have four xbmc up and running and keeping them in order without this is not an easy task). Any ideas? Artwork downloader 1.0.7 & 1.0.8 RC2 Running XBMC EDEN 11.0 beta 3 W7 64bit & OS X MYSQL database SMB shares (full access for everyone right now) Code: <substitute> - Slurrrp - 2012-02-15 Great add-on Martijn! Thanks for all the work you do.. - Martijn - 2012-02-15 eijnar Wrote:Any ideas? I hate to tell ya but this is not the only add-on that has issues with the path substitution. If you check that piece of log there's also problem with: TV show next aired TVDB scraper and probably much more add-ons that have problems. Even though you fixed the path manually there is still the problem we use a temp folder for downloading files and that is simple not possibly directly to a remote share. I think it's just not gonna work and you are better of using symbolic folders instead of path substitution for the addon_data - Martijn - 2012-02-15 Slurrrp Wrote:Great add-on Martijn! Thanks for all the work you do.. Thanks - eijnar - 2012-02-15 Martijn Wrote:I think it's just not gonna work and you are better of using symbolic folders instead of path substitution for the addon_data Funny tho how the script couldn't copy the files from my local folder to the network share when the temp folder was created. No idea why this is? Any temp folder should still reside on the local side of things in my opinion. I'll have to make a script syncing the settings.xml files instead. Symlinks isn't a viable option in my case i'm afraid. Thank you very much for a quick reply and very nice add-on. /E |