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 - mosley93 - 2019-01-22 Yes, posters without text. I didn't know that they were called as a keyart images. RE: Universal Movie Scraper - BigTulsa - 2019-01-22 I'm having a problem using the Universal Scraper and 18 RC5 on a ShieldTV 2017 (not rooted). One specific title isn't being recognized no matter what I do. I am using a MySql shared DB (I have two Shields running the same RC5 of Kodi). Here's the debug log: http://paste.kodi.tv/okujogehak Thanks for any help. It looks like it scrapes OK but can't insert into the DB for whatever reason. RE: Universal Movie Scraper - BigTulsa - 2019-01-22 I think I may have figured it out. MySQL error 1406 indicates data is too long for the column. So I need to figure out which data and column. RE: Universal Movie Scraper - Karellen - 2019-01-23 UPDATE v5.3.0 New Features - v18 Leia This version introduces scraping and loading of extended artwork for Movies and Movie Sets/Collections The following images are now scraped for Movies and Movie Sets...
Requirements
The options to download Extended Artwork are disabled by default in the Universal Movie Scraper. Adjust the scraper settings as required. Ensure this is done via the scraper settings page at the Source, not via Add-ons from the main menu.
Artwork Whitelist The following XML code must be entered into your Advancedsettings.xml (wiki) file. (Do not duplicate the <advancedsettings> tags if they already exist) These tags are used for both online and local artwork. Extended Artwork for Movie Sets will not be added to existing sets. Only new sets will have extended artwork scraped using this method. More Information Forum Notice... https://forum.kodi.tv/showthread.php?tid=337089 Github... https://github.com/xbmc/xbmc/pull/14667 RE: Universal Movie Scraper - soexplorer - 2019-01-30 I have a problem parsing movie name. Only first word Hleda is parsed from ../Hleda se Dory (2016)/Hleda se Dory (2016).mkv filepath. RE: Universal Movie Scraper - soexplorer - 2019-01-30 (2019-01-30, 22:00)soexplorer Wrote: I have a problem parsing movie name. Only first word Hleda is parsed from ../Hleda se Dory (2016)/Hleda se Dory (2016).mkv filepath.Log is here: https://paste.kodi.tv/ovazeguseb.kodi RE: Universal Movie Scraper - Karellen - 2019-01-30 @soexplorer 5 lines of a log is absolutely useless to us. Read here... https://forum.kodi.tv/showthread.php?tid=336969&pid=2786578#pid2786578 RE: Universal Movie Scraper - RChadwick - 2019-02-01 Although I just installed Leia fresh, I also had this problem with the previous version of Kodi, using OpenELEC. Certain movies are scraped with the UK title. For instance, I have the movie Puncture(2011), but no matter what I do it keps getting renamed to Injustice. What could I do to stop that? Thanks! RE: Universal Movie Scraper - Karellen - 2019-02-01 @RChadwick OpenELEC is a dead fork that has not been updated in over 14 months. It is no longer compatible with the current scrapers. Upgrade to LibreELEC. If you are still having problems after the upgrade, read here... https://forum.kodi.tv/showthread.php?tid=336969 RE: Universal Movie Scraper - RChadwick - 2019-02-02 Actually, I just upgraded to the latest CoreELEC, with the same issue. RE: Universal Movie Scraper - Karellen - 2019-02-02 Like I said in my previous post... read here Nothing I can do until you read and supply the required info. RE: Universal Movie Scraper - olympia - 2019-02-02 Title from IMDb will never be 100% reliable. I strongly recommend title from themoviedb.org. RE: Universal Movie Scraper - sluggi0815 - 2019-02-12 Hi guys. I have a strange issue with scraping movies since Leia, when some of my newer movies (out of 50 around 10% had this behaviour) weren't recognized anymore. I rename all my movies like "<name> (YYYY).mkv" and this never was an issue, but some movies simply won't be added using Leia. I started investigating and noticed, that the scraper takes the title from the file (not the actual name of the file, but rather the metadata INSIDE the file) and tries searching for this, which obviously doesn't work in some case. In the following example it should have picked up "Searching (2018)", but rather it did search using "ift" from the metadata. I can provide the logs from kodi, if you like, but I verified it with two different files and movies. In both cases the metadata title was used, not the filename. I can also provide more logs for different movies, if you like. Is this some kind of new behavior, or is there any way to influence / change it from my side? Am I missing some settings? I never bothered, because my file naming schema was working perfectly prior to Leia. Extract from the log, which shows, that it searched imdb using "ift", not the filename. Code:
Thanks and best regards RE: Universal Movie Scraper - sluggi0815 - 2019-02-12 To round this up... Just took the test with Kodi 17.6 and version 4.1.11 of the universal scraper. --> Working, as intended and picking up the movies flawlessly. ALL the missing ones from Leia have been scraped, as intended. Any suggestions for using this scraper behavior on Leia? RE: Universal Movie Scraper - Karellen - 2019-02-12 @sluggi0815 Read item 1d here... https://forum.kodi.tv/showthread.php?tid=336969 |