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 @214b1 Sorry, I don't have your problem of "No provider ID found for looking up artwork." I had this once while I played with the api key or touching the code. But now I don't have this. It just not found fanart although the url is correct. themoviedb is ok. the problem is with fanart.tv. Are you sure the key is ok? Have you touched the code maybe? RE: Artwork Downloader - burekas - 2017-12-03 (2017-12-03, 00:20)burekas Wrote: Why "No Artwork Found"? ("Fanart not found!" in the GUI) RE: Artwork Downloader - 214b1 - 2017-12-03 (2017-12-03, 00:34)burekas Wrote: @214b1All the metadata scrappers were updated from the repo just moments ago. It seems the provider error was corrected, but I can only download posters and fanart, no disc art or logo's... I must have broke something while tinkering with the PY files. RE: Artwork Downloader - burekas - 2017-12-03 Hello all, I have finally fixed the fanart.tv problem with Fanarts & Posters Replace your fanarttv.py code with the code from here: https://pastebin.com/raw/fEstm44M Then put your own project key here: Code: API_KEY = 'Type here your own Project API key' Code: API_KEY = '586118be1ac673f74963cc284d46bd8e I have also uploaded the tmdb.py content here: https://pastebin.com/raw/UbweT2M0 Because part of the code fix that was published here was wrong. Also here, put your own project key here: Code: API_KEY = 'Type here your own API key' Code: API_KEY = '586118be1ac673f74963cc284d46bd8e The files are located here: Code: Kodi\addons\script.artwork.downloader\lib\provider * There is still a small open issue when searching Discart in tv shows it search for Banners instead. But this is not critical for now. RE: Artwork Downloader - Grifone1893 - 2017-12-03 Update from scrapers received, but I still receive the provider ID error. RE: Artwork Downloader - Bitter - 2017-12-03 (2017-12-03, 02:39)burekas Wrote: Hello all,Only tell that don't works for me....... RE: Artwork Downloader - burekas - 2017-12-03 (2017-12-03, 13:03)Bitter Wrote: Only tell that don't works for me....... @Bitter What specific doesn't work? Error / Not Found...? Have you checked if your project API Key in fanart.tv is ok? Have you copied it correctly? (It recommanded to do it with proper a text editor for python) Use this url in your browser, put your key instead this text 'Your_Project_API_Key', and check if you actually get valid results (This is for "Wonder Woman" for example) Code: [syntax]http://webservice.fanart.tv/v3/movies/297762?api_key=Your_Project_API_Key[/syntax] Then, if you can, before you press on "Fanart", do ctrl+shift+D in order to be on debug mode, then press Fanart. Put here your log file with Pastebin. RE: Artwork Downloader - Bitter - 2017-12-03 @burekas. I'll answer point by point - No ID found - Is the error that I have - Yes I checked and it's ok - I'll try with another editor and tell you I done copy/paste from your text I'll send the log, now i'm not near the computer. Thank you RE: Artwork Downloader - Bitter - 2017-12-03 @burekas....What phyton editor do you recomend? Thanks RE: Artwork Downloader - burekas - 2017-12-03 (2017-12-03, 14:10)Bitter Wrote: @burekas....What phyton editor do you recomend?Basically you can Notepad++ But sometimes you can get errors when edit in this way, so I'm using Microsoft Visual Studio. (If this was the case, I think you were see kind of Kodi error notification, so I don't think it's the issue here) If you want I can upload these files or all the addon as a zip file for installation from zip, just tell me where. But basically your error doesn't happen to me. Are you sure it relates to fanart.tv? Maybe it's "themoviedb" provider? RE: Artwork Downloader - Bitter - 2017-12-03 @burekas There is something more that makes that the script doens't works Now, I install Kodi in the notebook, same version of artworkdownloader (13.1.0), API's changed.....in the notebook works, but in the laptop doesn't With films, don't works, with tv shows seems to work good...... I copy all the folder script.artwork.downloader from notebook (working) to laptop and no works.......Maybe have eny issue betwee scripts or something like that RE: Artwork Downloader - Bitter - 2017-12-03 (2017-12-03, 15:21)burekas Wrote: If you want I can upload these files or all the addon as a zip file for installation from zip, just tell me where. Yes it will be good to make some test. Better all the script.artwork.downloader folder Thank you RE: Artwork Downloader - 214b1 - 2017-12-03 (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. RE: Artwork Downloader - Bitter - 2017-12-03 (2017-12-03, 15:52)214b1 Wrote: You need to refresh each problem video from the internet. The error goes away after that. Please, can you explain more this? RE: Artwork Downloader - elthi - 2017-12-03 Hello, I found this in log file: 15:47:06.320 T:9344 NOTICE: Artwork Downloader: ######## Artwork Downloader: Initializing............................... 15:47:06.320 T:9344 NOTICE: Artwork Downloader: ## Add-on Name = Artwork Downloader 15:47:06.320 T:9344 NOTICE: Artwork Downloader: ## Version = 13.1.0 15:47:06.574 T:9344 ERROR: Artwork Downloader: 'HTTP Error 401: Unauthorized' 15:47:10.906 T:9344 NOTICE: Artwork Downloader: script stopped |