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 - burekas - 2017-12-03 Fix for the fanart.tv problem with Fanarts & Posters results + Updated addon zip file 14.2.0.0 @Bitter First I think your problem "No provider ID found for looking up artwork." was because you also made changes in the code of default.py as @JohnyBee suggested in his post. (It reproduced when I tried his code) This code fix is wrong, you don't need to use it. UPDATE: It seems that this error probably occur to whom is using this specific skin: AeonMQ . So I think that its devloper should check it. Second, your version seems to be older. I have 14.1.0.0 (I don't remember from where it was) So I have already made for you a new version zip file 14.2.0.0 with all the necessary code fixes I have also done to Fanart.TV scraper (So it also able to bring Fanart and Posters results) I have checked it and it ok, just download it and install from a zip. Note: After update, enter your correct API key in the 'fanarttv.py' and 'tmdb.py' files (Kodi\addons\script.artwork.downloader\lib\provider) like the instructions: * For checking if your API Keys are ok follow the instructions below. 'fanarttv.py' (line 34) Code: API_KEY = '11111111111111111111 ' # Replace 11111111111111111111 with your own Project key from fanart.tv site, keep it between the apostrophes. Code: API_KEY = '22222222222222222222' # Replace 22222222222222222222 with your own private key from themoviedb.org site, keep it between the apostrophes. This is what I wrote in the changelog file: Code: v14.2.00 Then test it: - Go to your Movies library. - Choose a movie and open the information window. - Open "Choose art" and check Fanart for example. Tell me if it's ok now.
NOTE: - How to create your own API Keys - Ways to check if your APIs are ok Quote:themoviedb.org (tmdb.py) RE: Artwork Downloader - 214b1 - 2017-12-04 (2017-12-03, 16:31)Bitter Wrote:(2017-12-03, 15:52)214b1 Wrote: You need to refresh each problem video from the internet. The error goes away after that. RE: Artwork Downloader - burekas - 2017-12-04 This 'Refresh' option is using your Movies scraper by run it again on the specific movie, this is not relating to Artwork Downloader. For Artwork Download you have "Choose art" or a button like you have in the image you have post. If your Movie scraper is set to using Fanart.tv or themoviedb.org, so you check what is the API it is using in its addon. RE: Artwork Downloader - 214b1 - 2017-12-04 (2017-12-04, 00:39)burekas Wrote: This 'Refresh' option is using your Movies scraper by run it again on the specific movie, this is not relating to Artwork Downloader. I know it doesn't. I never said it did. The metadata scrappers update introduced a bug a few days ago. They corrected the problem and uploaded fixed scrappers last night on the repo, which fixed the problem. Content scrapped while using the scrappers that were broken, caused the Artwork Downloader error. Until the same videos are refreshed, using the fixed metadata scrappers, the Artwork Downloader error will persist. RE: Artwork Downloader - burekas - 2017-12-04 (2017-12-04, 01:48)214b1 Wrote:OK, understood.(2017-12-04, 00:39)burekas Wrote: This 'Refresh' option is using your Movies scraper by run it again on the specific movie, this is not relating to Artwork Downloader. I didn't have this problem, I'm using the Artwork Downloader if the scrapper doesn't find artwork or if I want to change it to something else from what the scraper chose automatically. But still I recommend to use the fixed addon I have uploaded with the Fanart.tv provider fix for extra results of Fanarts and Posters. I'm curios which API keys the scraper are using, if they are public so why not to use them in the Artwork Downloader too. Or they are using the Artwork Download files for scraping. RE: Artwork Downloader - xbmcwood - 2017-12-04 (2017-12-03, 23:22)burekas Wrote: Fix for the fanart.tv problem with Fanarts & Posters resultsit not working for Deadpool , Blade Runner 1. actually any new movie add to kodi does not work.. it works with old movies that i had in collection .. RE: Artwork Downloader - Bitter - 2017-12-04 The same that @xbmcwood , doesn't work TVShows are ok, but movies not. I check my keys and are good....... RE: Artwork Downloader - burekas - 2017-12-04 (2017-12-04, 09:52)Bitter Wrote: The same that @xbmcwood , doesn't work@Bitter You still haven't sent me your debug log yet. As I said, when you are in the Artwork Downloader dialog, do ctrl+shift+D to activate the debug mode, press on Fanart for example of a movie that doesn't work, go to Kodi folder, open the kodi.log file, upload it to pastebin.com site, and post me here the log url, so I could take a look. Basically in movies don't you get any result at all? Neither from Fanart.tv nor from themoviedb.org? @xbmcwoo , you too. Upload the log when you check it on the problematic movies. RE: Artwork Downloader - icemanxbe - 2017-12-04 (2017-12-04, 10:11)burekas Wrote:I'm having thesame issue.(2017-12-04, 09:52)Bitter Wrote: The same that @xbmcwood , doesn't work@Bitter New movies i get the provider ID error, TVshows work perfectly and I can select everything manually or automatically. This is a new issue for me, wasn't like this a couple of weeks ago. https://pastebin.com/QJwJ4AB4 RE: Artwork Downloader - icemanxbe - 2017-12-04 (2017-12-04, 10:40)icemanxbe Wrote:Just to try something I even changed the api key in extendedinfo script to my own api key from tmdb.(2017-12-04, 10:11)burekas Wrote:I'm having thesame issue.(2017-12-04, 09:52)Bitter Wrote: The same that @xbmcwood , doesn't work@Bitter Changed nothing. TV-shows work perfectly, with any new movie when I try to download artwork via artwork downloader it just give the provider ID error. RE: Artwork Downloader - burekas - 2017-12-04 (2017-12-04, 11:18)icemanxbe Wrote: Just to try something I even changed the api key in extendedinfo script to my own api key from tmdb.I don't know about the extendedinfo but have you tried my updated version (14.2.0.0) as described here? https://forum.kodi.tv/showthread.php?tid=114633&pid=2675231#pid2675231 Also, please upload a debug log when you check with Artwork Downloaded (14.2.0.0) as I told to @Bitter above. I don't have any problem. I'm using Titan skin, Kodi 17.6, Windows 10 64bit. RE: Artwork Downloader - icemanxbe - 2017-12-04 (2017-12-04, 11:32)burekas Wrote:the pastebin log is when I try using artwork downloader, your version. I updated it before using it, and changed the api's to my own keys.(2017-12-04, 11:18)icemanxbe Wrote: Just to try something I even changed the api key in extendedinfo script to my own api key from tmdb.I don't know about the extendedinfo but have you tried my updated version (14.2.0.0) as described here? RE: Artwork Downloader - Bitter - 2017-12-04 Here is my log https://pastebin.com/CXASucP4 I think there are a lot of "garbage", but you could find what you want Artwork Downloader - iMak - 2017-12-04 (2017-12-04, 00:13)214b1 Wrote:(2017-12-03, 16:31)Bitter Wrote:(2017-12-03, 15:52)214b1 Wrote: You need to refresh each problem video from the internet. The error goes away after that. Which skin is that? RE: Artwork Downloader - Bitter - 2017-12-04 (2017-12-03, 15:52)214b1 Wrote:(2017-12-03, 11:09)Grifone1893 Wrote: Update from scrapers received, but I still receive the provider ID error.You need to refresh each problem video from the internet. The error goes away after that. (2017-12-04, 00:13)214b1 Wrote:Thank you but the problem still remains(2017-12-03, 16:31)Bitter Wrote:(2017-12-03, 15:52)214b1 Wrote: You need to refresh each problem video from the internet. The error goes away after that. |