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
|
Artwork Downloader - Martijn - 2011-11-14 FRODO 12.0 / GOTHAM 13.0 / HELIX 14.0 Features:
Versions: Official releas is always in XBMC.org repo Test version are available in the download section (only for the brave ) !!!!Image file names are still subjected to changes. So no guarantees on that!!!! Previous users of Extrafanart Downloader should delete their extrafanart due to filename changes. Bugs:
Frodo:
Buy me a beer. - Martijn - 2011-11-14 Current Features and other info: See the Artwork Downloader wiki for more information - Martijn - 2011-11-14 Some screenshots (using skin: Aeon Nox) - Martijn - 2011-11-14 GUI mode - NeXrom - 2011-11-14 Hey there! Nice Add on, very useful for me. Is it possible to set a higher resolution in extrathumbs.jpgs than 300*169? - Martijn - 2011-11-14 NeXrom Wrote:Hey there!For now only by editing the code. May i'll add an option in a next version. Extrathumbs should not be to large dough because they are regularly only displayed small. - mad-max - 2011-11-15 Hey MS... as extrafanart-downloadet was so successful it should not be necessary to wish you good luck with this project...anyway...good luck guys...awesome project... Cheers, mm - B-Fir3 - 2011-11-15 Most amazing plugin yet. - distracto - 2011-11-15 thanks for including the non text fanarts! congratulations on the success of the plug-in - Martijn - 2011-11-15 mad-max Wrote:good luck guys...awesome project... B-Fir3 Wrote:Most amazing plugin yet. distracto Wrote:thanks for including the non text fanarts! Thank you all for your comments. So no issues so far Now I am surprised NOTE: Remember if you have used Extrafanart Downloader: remove all existing "extrafanart" because of some file naming changes. Else they will all appear double. - User 52808 - 2011-11-15 Hi ! Machine-Sanctum Wrote:Thank you all for your comments. so you're asking for troubles ? I have one for you ! actually I have the same problem with the old extrafanart downloader script. I have configured the addon to download only TV show extrafanart (and I limited the number of downloaded extrafanart to 20). When I launch it (bulk mode, but the problem seems to be the same if I launch it via skin integration), I have an immediate error. Here's what I have in xbmc.log: Code: 19:44:48 T:140483762075392 NOTICE: -->Python Interpreter Initialized<-- any idea why this is happening ? I'm using XBMC pre-Eden on Ubuntu 10.10 and here's some other info, don't know if it helps: Code: xbmc@xbmc:~$ python --version - paddycarey - 2011-11-15 Machine-Sanctum Wrote:NOTE: If you're on linux then this is as simple as: Code: find /path/to/your/tvlibrary -type d -name "extrafanart" | while read x; do rm -rfv "$x"; done careful though, rm's dangerous when not used responsibly (as i found out just the other day :S) - User 52808 - 2011-11-15 paddycarey Wrote:If you're on linux then this is as simple as: even simpler: Code: find /path/to/your/tvlibrary -type d -name "extrafanart" -exec rm -rf {} \; - paddycarey - 2011-11-15 PunkyMatt Wrote:Hi ! looks like a problems with your settings, can you post your settings.xml too please? - User 52808 - 2011-11-15 paddycarey Wrote:looks like a problems with your settings, can you post your settings.xml too please? Code: <settings> |