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-07-20 Give me a Debug Log (and enable debug in the add-on settings) on xbmclogs.com RE: [Release] Artwork Downloader - oksftw - 2012-07-20 (2012-07-20, 17:28)Martijn Wrote: Give me a debug log (and enable debug in the add-on settings) on xbmclogs.com this is just the end of it, wont let me do whole log file http://xbmclogs.com/show.php?id=5298 Re: RE: [Release] Artwork Downloader - Martijn - 2012-07-20 (2012-07-20, 18:27)oksftw Wrote:(2012-07-20, 17:28)Martijn Wrote: Give me a debug log (and enable debug in the add-on settings) on xbmclogs.com Like i already said. Permission problem RE: [Release] Artwork Downloader - oksftw - 2012-07-20 (2012-07-20, 18:30)Martijn Wrote:(2012-07-20, 18:27)oksftw Wrote:(2012-07-20, 17:28)Martijn Wrote: Give me a debug log (and enable debug in the add-on settings) on xbmclogs.com its very odd then as i can create from the xbmc and from other apps etc but not this? its completely open no permissions are set RE: [Release] Artwork Downloader - oksftw - 2012-07-20 its ok i found problem was below http://wiki.xbmc.org/index.php?title=Network_Filesystem_%28NFS%29 had to go into nas via ssh and change some perms through that to finally get it to work thanks for the help though Re: [Release] Artwork Downloader - Martijn - 2012-07-20 Glad you got it working RE: [Release] Artwork Downloader - gman3042 - 2012-07-26 love this addon.. but keep having issues with it downloading images for a tv show i deleted from the library.. i delete it from within xbmc and also delete the folder in my tv shows directory.. but it still keeps downloading images for the particular show that i deleted.. any ideas why it keeps downloading it? RE: [Release] Artwork Downloader - kryke - 2012-07-30 Would it be possible to expand the centralize extrafanart folder option to separate folders based on source instead of just tv and movie? I have anime and regular television shows as separate sources and display them using a smart list as different categories. I would like to use the slideshow option but not have the two categories overlap. Another idea is an option to append the series' title to the beginning of the centralized extrafanart so that it would be a bit easier to go in and manually move a series. If the option is enabled you'd end up with Its.Always.Sunny.in.Philadelphia.22212.jpg in the centralized folder instead of 22212.jpg. RE: [Release] Artwork Downloader - gman3042 - 2012-07-30 (2012-07-26, 04:12)gman3042 Wrote: love this addon.. but keep having issues with it downloading images for a tv show i deleted from the library.. i delete it from within xbmc and also delete the folder in my tv shows directory.. but it still keeps downloading images for the particular show that i deleted.. any ideas why it keeps downloading it? clean library fixed this RE: [Release] Artwork Downloader - charlie0440 - 2012-07-30 should this work with frodo openelec, i also get dependencies not met. debug log here http://xbmclogs.com/show.php?id=5882 RE: [Release] Artwork Downloader - Martijn - 2012-07-30 (2012-07-30, 22:41)charlie0440 Wrote: should this work with frodo openelec, i also get dependencies not met. debug log here http://xbmclogs.com/show.php?id=5882 It should. Runs fine on Frodo here (haven't got openelec Frodo). No idea about the dependencies. Only one not installed is this one http://mirrors.xbmc.org/addons/eden/script.module.elementtree/ Although it should be available RE: [Release] Artwork Downloader - charlie0440 - 2012-07-30 Just realised I've posted in the wrong thread. That was a debug log for trying to install cd art manager. Sorry RE: [Release] Artwork Downloader - NiklasK - 2012-08-02 Would it be possible to modify the add-on/script to have posters downloaded as <movie>.tbn or movie.tbn? RE: [Release] Artwork Downloader - Martijn - 2012-08-02 (2012-08-02, 14:19)NiklasK Wrote: Would it be possible to modify the add-on/script to have posters downloaded as <movie>.tbn or movie.tbn? Edit https://github.com/XBMC-Addons/script.artwork.downloader/blob/master/default.py#L531 and add: PHP Code: elif self.mediatype == 'movie' and art_type == 'poster': Completely untested so it might throw some errors. RE: [Release] Artwork Downloader - shaktoo - 2012-08-03 Martijn is there any way to exclude certain tv shows from being scanned by AD .reason is I have a few home & assorted media which I made custom nfo's for and which are then being picked up by AD as some thing else and hence it downloads all wrong artwork.This keeps on happening, I have "cleaned the library " yet still happens. This is only the case for these custom tv shows , for all the rest it is working brialliantly. |