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: [Release] Universal Movie Scraper - wgstarks - 2015-07-28 (2015-07-28, 07:53)seftongillis Wrote: Hello, Have you tried creating a new "ignore" in advanced settings? Just a wild guess, but might work. RE: [Release] Universal Movie Scraper - seftongillis - 2015-07-28 Do you mean, an "exclude from scan"? These are the excludes added by VideoExtras to advancedsettings.xml: Code: <!-- VideoExtras: Section Start --> It is with these settings that the scraper reads the videoextras.nfo file as having information about the movie. I wasn't sure what ignore condition to add, so I tried this: Code: <regexp>/videoextras.nfo/</regexp> The movie is scraped properly but the extras are ignored. RE: [Release] Universal Movie Scraper - wgstarks - 2015-07-28 (2015-07-28, 21:56)seftongillis Wrote: Do you mean, an "exclude from scan"?That should do the trick then. I think the VideoExtras addon uses a seperate scan. This is really just a work around. Not sure why UMS would pick up a file named videoextras.nfo. RE: [Release] Universal Movie Scraper - seftongillis - 2015-07-28 Oh, should have made myself more clear. I mean, the scraper scans fine but the extras are ignored by VideoExtras, so my problem is yet unsolved. I wouldn't know for sure, but this makes me think VideoExtras actually depends on the movie scraper instead of using its own. RE: [Release] Universal Movie Scraper - donkamillo - 2015-07-30 Hi! It seams that I can no longer scrape movies with the universal movie scraper. I tried to re-add a movie from a NFO file, but absolutely nothing happens. In the log file I see always the same two lines after trying that: Code: 14:11:31 T:140099370014720 WARNING: failed to load scraper XML from /home/mediacenter/.kodi/addons/metadata.universal/universal.xml Anyone have an idea what that might be? A debug log is here: http://xbmclogs.com/pkc7k2ocd Regards! RE: [Release] Universal Movie Scraper - donkamillo - 2015-07-30 OK, it works again! :-) I deleted the .kodi folder to start from scratch. There were so many problems that a clean configuration was the easyest way to go. But as I installed all the plugins and addons, some dependencies were obviously not installed. I noticed that some folders, like metadata.common.imd.com were missing. I retreaved them from an older backup. At least the NFO files are imported correctly. Why the dependencies were not installed I cannot say. At least its working again! :-) Regards! RE: [Release] Universal Movie Scraper - Goran65 - 2015-07-31 (2015-07-17, 12:39)muzzakus Wrote: I'm getting cannot contact remote server with this. Anybody else? Have been using this successfully since the beginning. I am having the same problem. Can any one help? Best Goran [Release] Universal Movie Scraper - finalmakerr - 2015-07-31 I had this problem long time ago. I suggest to try the follow steps: 1. Uninstall addon and it's related addons (see the addon.xml file - Sections import). 2. Remove the addon userdata folder. 3. Install the addon back and check if issue is gone. 4. You may also try to scrape a different folder and see if problem solved. RE: [Release] Universal Movie Scraper - GStacks13 - 2015-07-31 I'm having a similar issue ever since I upgraded my computer to Windows 10. I decided to go for a fresh install, which meant starting from scratch with Kodi. But when I installed UMS, the installation failed, saying dependencies couldn't be installed. I actually got it to install once (don't ask me how), but then it would tell me it couldn't contact the remote server. I uninstalled, and now it's not letting me reinstall. Anyone have any luck solving this issue? RE: [Release] Universal Movie Scraper - Dave the Minion - 2015-07-31 I am having a new problem and I'm not sure if it's AD related or an issue with the Universal Scraper. When I scrape a new movie into my database when I've already created all the local extra art I want (logo, clearart and disc) Artwork Downloader would easily allow me to manually add these arts and when I accessed the artwork options I only had 2; local art or browse: When I run AD in automatic mode the proper local art is added no problem. Now when I go to quickly add these arts I've given a ton of options in these arts that all seem to be posters and banners and others things that are not the proper types of art let alone anything local. Is it AD doing something odd, or, as I suspect, the Universal Scraper populating thumbnail fields incorrectly? Thanks! RE: [Release] Universal Movie Scraper - DeCaf - 2015-08-01 I just created a fresh installation of Kodi Isengard, and I proceeded to then install the Universal Movie Scraper add-on, without changing any configuration. Then I attempted to add a source with movies, and scrape it, but it seems to terminate the scraping at the first Movie. Examining the log reveals the following lines: Code: 17:03:06 T:3772 DEBUG: VideoInfoScanner: Scanning dir 'smb://192.168.0.5/Storage/Video/Movies/' as not in the database Any ideas on how to solve this? EDIT: After much fiddling I discovered that if I copied the addon directory metadata.common.impa.com from an old (and working) installation of Kodi to the new installation, the Universal Movie Scraper works again. Shouldn't this be included per default when installing Universal Movie Scraper if it is required? RE: [Release] Universal Movie Scraper - rksn - 2015-08-01 (2015-08-01, 17:17)DeCaf Wrote: I just created a fresh installation of Kodi Isengard, and I proceeded to then install the Universal Movie Scraper add-on, without changing any configuration. Then I attempted to add a source with movies, and scrape it, but it seems to terminate the scraping at the first Movie. Examining the log reveals the following lines: Exactly the same issue here. I had no old installation, so i downloaded the impa scraper somewhere (just google for it) and dropped it into the addons folder. Now it works just fine. This issue is new for me, I never had any problems with the universal movie scraper before. RE: [Release] Universal Movie Scraper - mahidi - 2015-08-02 Hi all, I reinstalled my systems (Intel NUC with Openelec) with the latest version of Openelec with Kodi 15 RC2. When i tried to add new movies it showed me the message that the scraper was down. I found this error in the log file of Kodi: "WARNING: failed to load scraper XML from /storage/.kodi/addons/metadata.universal/universal.xml" I put in the settings of UMS to use multiple sites for the information, so i looked in the addon file for the required addons. After opening the file addon.xml that was located in /.kodi/addons/metadata.universal, i found the following: <requires> <import addon="xbmc.metadata" version="2.1.0"/> <import addon="metadata.common.fanart.tv" version="3.1.0"/> <import addon="metadata.common.hdtrailers.net" version="2.0.5"/> <import addon="metadata.common.imdb.com" version="2.7.8"/> <import addon="metadata.common.impa.com" version="1.1.2"/> <import addon="metadata.common.movieposterdb.com" version="1.1.1"/> <import addon="metadata.common.ofdb.de" version="1.0.3"/> <import addon="metadata.common.port.hu" version="1.0.3"/> <import addon="metadata.common.rt.com" version="1.4.0"/> <import addon="metadata.common.themoviedb.org" version="2.12.1"/> <import addon="metadata.common.trakt.tv" version="1.1.2"/> </requires> I was missing the first 4 when looking in to the addons folder (./kodi/addons) and i tried to install them through the addons option within Kodi. But they weren't there (yet). Since i've reinstalled my systems with the latest openelec version and i didn't created a backup (i wanted to start fresh), i couldn't get them from a earlier backup. So what i did was this. 1. check which addons your missing 2a. copy them from an earlier created backup 2b. download them from a Kodi ftp or mirror site (http://ftp.bit.nl/pub/xbmc/addons/helix/) 3. extract the files in to the same name as the download file 4. copy the folders to /.kodi/addons folder 5. restart Kodi or System (restart did it for me) 6. try to rescan for new movies The movies we're added fine like i was used to and no errors we're found in the log file from Kodi. I hope this will work also for you guys. Mahidi RE: [Release] Universal Movie Scraper - Goran65 - 2015-08-03 (2015-07-31, 15:13)Goran65 Wrote:(2015-07-17, 12:39)muzzakus Wrote: I'm getting cannot contact remote server with this. Anybody else? Have been using this successfully since the beginning. Last update yesterday of the scraper did solv the problem. PS I use Andoid /Goran RE: [Release] Universal Movie Scraper - seftongillis - 2015-08-08 Well, I managed to solve my issue in two different ways. I'm not sure I picked up on this the other day, but the extras are properly linked to the movie if I leave the videoextras.nfo file inside the individual movie folder, although, as I mentioned before, no information on the film is downloaded and it's given an empty title. However, I can scrape a movie that way so that the extras are associated to the entry, and then manually refresh from the information window, telling the scraper to ignore the nfo file when prompted. Another solution I discovered is to create an additional nfo file with the name of the movie file, leaving it empty (since I don't need to add any information manually). Apparently, it works as a bait of sorts to the scraper: it's read, but since it's empty, all the information is obtained from the internet automatically and, at the same time, the extras are detected thanks to the videoextras.nfo file, which is ignored by the scraper because it already read the "dummy" nfo. I must say I have no idea as to why Kodi would pick up any random nfo in a movie folder. The wiki says it should read files named either movie.nfo or [moviename].nfo. The problem definitely doesn't seem to be related to the VideoExtras addon, which works as expected. Could this be a Kodi issue or a specific scraper issue? For what it's worth, I have the "Movies are in separate folders that match the movie title" option enabled, and all the others disabled. |