Release Universal Movie Scraper - 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: Information Providers (scrapers) (https://forum.kodi.tv/forumdisplay.php?fid=147) +----- Forum: Movie Scrapers (https://forum.kodi.tv/forumdisplay.php?fid=302) +----- Thread: Release Universal Movie Scraper (/showthread.php?tid=129821) 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
|
RE: Universal Movie Scraper - Karellen - 2020-11-02 @Mister XY What is in your nfo file? RE: Universal Movie Scraper - Mister XY - 2020-11-02 Do you mean this? Quote:TMDBTitle: Family Guy Presents: Something, Something, Something, Dark Side RE: Universal Movie Scraper - Karellen - 2020-11-02 (2020-11-02, 22:13)Mister XY Wrote: Do you mean this?I don't know, you tell me. Is that your nfo file? If it is then it is completely wrong. Delete your nfo file and scrape again. RE: Universal Movie Scraper - Mister XY - 2020-11-02 The nfo file is only for me. The Scraper did not make a nfo file. Every movie work with my nfo files. Here is that with deleted nfo file. https://paste.kodi.tv/ojipuyotef.kodi RE: Universal Movie Scraper - Karellen - 2020-11-02 (2020-11-02, 22:33)Mister XY Wrote: The nfo file is only for me.That may be the case, but if you have a file with the nfo extension then kodi will use it. You can't switch that off. If you need some file with information, then name it something else. (2020-11-02, 22:33)Mister XY Wrote: The Scraper did not make a nfo fileThat is right, the scraper never makes a nfo file. (2020-11-02, 22:33)Mister XY Wrote: Every movie work with my nfo files.Then it is pure luck. (2020-11-02, 22:33)Mister XY Wrote: Here is that with deleted nfo file.No it is not...
Also please disable Component Logging. I don't need it and it complicates the log. Just leave debug mode enabled. RE: Universal Movie Scraper - Mister XY - 2020-11-02 pure luck with over 500 Files? https://paste.kodi.tv/uxadeziyih.kodi Quote:2020-11-02 21:43:06.071 T:3934233472 ERROR: CCurlFile::Open failed with code 404 for https://api.tmdb.org/3/movie/tt1329665?api_key=f090bb54758cabf231fb605d3e3e0468&language=de: 2020-11-02 21:43:06.071 T:3934233472 ERROR: Run: Unable to parse web site RE: Universal Movie Scraper - Karellen - 2020-11-02 I am guessing you made this change...
It should be de-DE Yes, there is a problem with this show, but I have run out of time now to look further into it. Maybe @olympia can check it out Change to one of the MovieDB scrapers and rescrape. As you can see in your Issue report in Github, it works perfectly fine with the Python scraper. RE: Universal Movie Scraper - Karellen - 2020-11-02 @olympia If you look at line 1370 in the log two posts back, you can see that the default UniqueID is being converted into the API search string for some reason. Also I thought you updated all the language codes, but it looks like you updated French only. I converted all the codes here, it just needed copying over... https://github.com/xbmc/metadata.themoviedb.org.python/issues/54#issuecomment-691743459 RE: Universal Movie Scraper - Mister XY - 2020-11-02 with Python Scraper i have so much wrong posters. Here i get the english posters instead the German Drei.Haselnuesse.fuer.Aschenbroedel.1973.German.AAC.1080p.BluRay.x265-own.mkv RE: Universal Movie Scraper - olympia - 2020-11-02 (2020-11-02, 23:19)Karellen Wrote: If you look at line 1370 in the log two posts back, you can see that the default UniqueID is being converted into the API search string for some reason.This is because imdb is used for search engine. In this case the movie is being looked by its imdb id on themoviedb.org. It should work and is working in the vast majority of the cases. tmdb doesn't find the movie by its imdb id in this particular case. Issue is on tmdb side. @Mister XY try to set tmdb as search language in Universal Movie Scraper settings. (2020-11-02, 23:12)Karellen Wrote: It should be de-DENot for imdb search language. (2020-11-02, 23:19)Karellen Wrote: Also I thought you updated all the language codes, but it looks like you updated French only. I converted all the codes here, it just needed copying over... https://github.com/xbmc/metadata.themovi...-691743459I only updated the ones you believed to be problematic. French and Italian if I remember correctly. I didn't feel the need to update all languages where there is no such language issue, because then everybody would've needed to re-set language settings. RE: Universal Movie Scraper - Mister XY - 2020-11-02 tmdb is the search language. i have not imdb as search language. RE: Universal Movie Scraper - olympia - 2020-11-02 (2020-11-02, 23:54)Mister XY Wrote: tmdb is the search language. i have not imdb as search language. Sorry, I wanted to say search engine. RE: Universal Movie Scraper - Karellen - 2020-11-02 @olympia No, he is using TMDB search. It is in the string on line 1346.
Even if he had IMDB set as search engine, which many, many users do, this problem would have come up before. RE: Universal Movie Scraper - Mister XY - 2020-11-02 and tmdb is also the search engine. RE: Universal Movie Scraper - olympia - 2020-11-03 (2020-11-02, 23:58)Karellen Wrote: @olympiaAs I said, the problem seems to be with this particular movie. TMDB finds the movies by their imdb id, but not this one. ...oh, or you are saying other movies are not getting looked by their imdb id, right? I would need to test this then. |