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: Artwork Downloader - Roosvelt - 2017-07-30 (2017-07-30, 15:43)wgstarks Wrote:(2017-07-30, 15:28)Roosvelt Wrote: Thanks a lot shedrock works like a charm and thanks to wallacebw for the API . Thanks for your reply wgstarks so as you told me it's a normal process that artwork downloader only grab poster and fan art,I thought it was my settings who were wrong because even if I ran manually artwork downloader I'd never have the clearart logo and discard add to the movies or TV shows. That's why I've set watchdog too but still the same. And how about a scrip instead of cron? With cron it'll download automatically clearart logo and disc art each time I add a movie or TV show to my library ? RE: Artwork Downloader - wgstarks - 2017-07-30 (2017-07-30, 15:59)Roosvelt Wrote: Thanks for your reply wgstarksIf you have AD configured to download these types of art it should download it for all videos when you launch it manually. Perhaps you have some other problem. (2017-07-30, 15:59)Roosvelt Wrote: And how about a scrip instead of cron?I believe the CronXBMC AddOn is still supported if you don't want to configure your cron jobs manually. It was always a little buggy for me though. (2017-07-30, 15:59)Roosvelt Wrote: With cron it'll download automatically clearart logo and disc art each time I add a movie or TV show toNo. Cron works on a set schedule. Every hour, every day, every week, every startup, etc. RE: Artwork Downloader - wgstarks - 2017-07-30 (2017-07-29, 01:22)Lunatixz Wrote:(2017-07-29, 01:16)OrbS82User Wrote:(2017-07-16, 23:55)shedrock Wrote: I have fixed it. You just need to......Just a shame that the developer is not fixing it with registering a new API Key. Would only take 2mins. This is one of the most used addons in Kodi and he is ignoring all the posts here. @Lunatixz I don't think anyone has made any changes to the code AFAIK. The API's just need to be updated as described in post 2740. Apparently the current API's are no longer valid. RE: Artwork Downloader - ravenrocha - 2017-07-31 Hi, I'm using Kodi 17.3 and aeon mq 7 (2.0.7.5) and I'm having problems everytime I go to a Movie and try to open Get logo/clearart - GUI Mode. It doesn't open a new window where you can select different art, like discart, etc... It always worked but now I don't understand. Just says in the top that Artworkd downloader: 0 downloaded. For all my movies... What can be wrong? Already tried to reinstall Kodi 17.3 and also aenon mq 7, last version, but still no luck. In the log file I can see something like this: Control 61 in window 10147 has been asked to focus, but it can't Window Translator: Can't find window videolibrary EXCEPTION: Non-Existent Control 1 Windows Translator: Can't find window videolibrary Thanks very much for someone that can help me! Artwork Downloader - iMak - 2017-07-31 @ravenrocha Did you try modifying your API Keys? If not, read the links below... https://r.tapatalk.com/shareLink?share_fid=41882&share_tid=114633&share_pid=2618265&url=https%3A%2F%2Fforum%2Ekodi%2Etv%2Fshowthread%2Ephp%3Ftid%3D114633%26pid%3D2618265%23pid2618265&share_type=t https://r.tapatalk.com/shareLink?share_fid=41882&share_tid=114633&share_pid=2622487&url=https%3A%2F%2Fforum%2Ekodi%2Etv%2Fshowthread%2Ephp%3Ftid%3D114633%26pid%3D2622487%23pid2622487&share_type=t RE: Artwork Downloader - Guilouz - 2017-08-01 Is anyone have this issue ? I have my own API key, working few days ago and now download failed, see log : Code: 23:21:20.920 T:123145545703424 NOTICE: Artwork Downloader: ######## Artwork Downloader: Initializing............................... RE: Artwork Downloader - shedrock - 2017-08-02 (2017-08-01, 23:25)Guilouz Wrote: Is anyone have this issue ? I am running Jarvis on LibreELEC and it works well for me still. RE: Artwork Downloader - Guilouz - 2017-08-02 (2017-08-02, 00:36)shedrock Wrote:(2017-08-01, 23:25)Guilouz Wrote: Is anyone have this issue ? I'm on Kodi 18. Artwork Downloader - iMak - 2017-08-02 I agree with Guilouz, something is not right happening now. Yesterday was fine. RE: Artwork Downloader - Guilouz - 2017-08-02 (2017-08-02, 02:18)iMak Wrote: I agree with Guilouz, something is not right happening now. Yesterday was fine. Working on LibreELEC, not on OSX. RE: Artwork Downloader - JohnyBee - 2017-08-02 Hi Martijn, Maybe a small mistake in the code: File: default.py line 286 is: Code: currentmedia['id'] == '' and not should Code: currentmedia['id'] == '' or not Thanks for the great work RE: Artwork Downloader - movie78 - 2017-08-02 (2017-08-02, 12:25)JohnyBee Wrote: Hi Martijn, Just checked, still not working RE: Artwork Downloader - JohnyBee - 2017-08-03 (2017-08-02, 18:28)movie78 Wrote:(2017-08-02, 12:25)JohnyBee Wrote: Hi Martijn, Hi Movie78, My code was a suggestion for Martijn. Hmmm, ok full description: 1. You must have your active API_KEY from themoviedb.org (API_KEY included in Artwork Downloader does not work). - You login in to themoviedb.org and generate your API_KEY A) Testing API_KEY from themoviedb: - in Firefox type: Code: http://api.themoviedb.org/3/movie/274857/images?api_key=Your_API_KEY Code: { "Id": 274857, "backdrops": [{ "ASPECT_RATIO aspect": 1.777777777777778 "FILE_PATH" "/ 22eFfWlar6MtXO5qG25TkjLphoj.jpg", "height" 1080 "iso_639_1": "en", "vote_average": 5318, "vote_count" 3 "width": 1920}, { "ASPECT_RATIO aspect": 1.777777777777778 "FILE_PATH" "/ 5GhvQpK4XO16NJVUPljK27KUQYp.jpg", "height" 2160 "iso_639_1": null "vote_average": 5318 " vote_count "3" width ": 3840}, {" ASPECT_RATIO aspect ": 1.777777777777778" FILE_PATH "" / rhs0spoLwcdF7ftXwBCHUVZQoQ4.jpg "," height "1080" iso_639_1 ":" en "," vote_average ": 5312, "vote_count" 1 "width": 1920} ..................... 2. You must have your active Project_API_Key (no Personal API Key!) with fanart.tv (Project_API_Key included with Artwork Downloader does not work) - You login in to fanart.tv and generate your Project_API_Key (no Personal API Key!) A) Testing Project_API_Key from fanart: - in Firefox type: Code: http://webservice.fanart.tv/v3/movies/274857?api_key=Your_Project_API_Key Code: { 3. Type your API_KEY = ... from themoviedb.org (line 33) in the addons\script.artwork.downloader\lib\provider\tmdb.py file. 4. Enter your (not Personal API Key!) API_KEY = ... with fanart.tv (line 34) in addons\script.artwork.downloader\lib\provider\fanart.py file 5. Modify the addons\script.artwork.downloader\default.py file: Old code (lines 285-287): PHP Code: elif (currentmedia['mediatype'] == 'movie' and not New code: PHP Code: elif ((currentmedia['mediatype'] == 'movie') and (not currentmedia['id'] == '' or not currentmedia['id'].startswith('tt'))): EDIT: Now, "Artwork Downloader" can not cope with movies search by release date. Modify the V:\addons\script.artwork.downloader\lib\provider\tmdb.py file: old code: PHP Code: def _search_movie(medianame,year=''): new code: PHP Code: def _search_movie(medianame,year=''): For me Artwork Downloader works very well, Now . RE: Artwork Downloader - wgstarks - 2017-08-03 (2017-08-02, 12:25)JohnyBee Wrote: Hi Martijn, You might want to also submit a pull request- https://github.com/XBMC-Addons/script.artwork.downloader RE: Artwork Downloader - Ipaddle - 2017-08-03 (2017-08-03, 14:49)wgstarks Wrote:(2017-08-02, 12:25)JohnyBee Wrote: Hi Martijn, Yes, it would be nice with an addon update. Thanks. |