Kodi Community Forum
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)



Universal Movie Scraper - olympia - 2020-05-16

You are talking about two different things.

One is the auto-select issue and the other one is the landscape language issue.

The former I am not sure about. What I can say is if there is an issue/ bug, it's not the scraper, but Kodi core. I see the issue too, not sure what @Karellen is doing differently.

The latter is surely a scraper bug, I will look into it asap.


RE: Universal Movie Scraper - Tobby - 2020-05-16

(2020-05-16, 13:59)olympia Wrote: You are talking about two different things.

One is the auto-select issue and the other one is the landscape language issue.

The former I am not sure about. What I can say is if there is an issue/ bug, it's not the scraper, but Kodi core. I see the issue too, not sure what @Karellen is doing differently.

The latter is surely a scraper bug, I will look into it asap.

I understand that. Much appreciated.


RE: Universal Movie Scraper - olympia - 2020-05-16

(2020-05-16, 09:40)Tobby Wrote: Here's a few.

https://www.themoviedb.org/movie/74626-j...uage=sv-SEhttps://www.themoviedb.org/movie/11634-f...uage=sv-SEhttps://www.themoviedb.org/movie/39749-d...uage=sv-SE
OK, this was a stupid copy-paste error by me.
Fixed in [metadata.common.themoviedb.org] v3.2.1


RE: Universal Movie Scraper - Tobby - 2020-05-17

(2020-05-16, 19:27)olympia Wrote:
(2020-05-16, 09:40)Tobby Wrote: Here's a few.

https://www.themoviedb.org/movie/74626-j...uage=sv-SEhttps://www.themoviedb.org/movie/11634-f...uage=sv-SEhttps://www.themoviedb.org/movie/39749-d...uage=sv-SE
OK, this was a stupid copy-paste error by me.
Fixed in [metadata.common.themoviedb.org] v3.2.1

Great. I'm not at home right now, but I'll try it out as soon as I am Smile


RE: Universal Movie Scraper - Tobby - 2020-05-17

@olympia Can confirm that Swedish now works. Thank you.


RE: Universal Movie Scraper - junitodx - 2020-05-18

Does UMS use the same scraping logic as TMDB scraper if themoviedb.org is selected as the search engine? When I try to scrape a Family Guy episode, that is categorized as a movie and in a movie set on TMDB, with UMS it is missing most of the metadata and is not included in the movie set. If I leave all settings the same and just switch the scraper to TMDB scraper and scrape again all metadata is pulled and it is automatically added to the movie set.

Here is the page on TMDB
https://www.themoviedb.org/movie/625651-something-something-something-dark-side?language=en-US

And here are the different ways the scraped results look:
watch gallery



RE: Universal Movie Scraper - Karellen - 2020-05-18

@junitodx

The IMDB lists your movie as an episode of a tv show so I guess the scraper is struggling to find the correct info... https://www.imdb.com/title/tt1329665/


RE: Universal Movie Scraper - junitodx - 2020-05-19

(2020-05-18, 21:12)Karellen Wrote: @junitodx

The IMDB lists your movie as an episode of a tv show so I guess the scraper is struggling to find the correct info... https://www.imdb.com/title/tt1329665/
@Karellen thanks for taking a look. 

So even though I have UMS set to use themoviedb.org as the search engine (2nd screenshot) it is still looking at IMDB? Also if that is the case why is TMDB scraper not having the same issue?


RE: Universal Movie Scraper - Karellen - 2020-05-19

(2020-05-19, 01:05)junitodx Wrote: So even though I have UMS set to use themoviedb.org as the search engine (2nd screenshot) it is still looking at IMDB?
I tested the movie and also had some missing data and movie set. There are quite a few 404 errors as shown in the log line 1079... https://paste.kodi.tv/petimetesu.kodi

I still think it has something to do with it being a tv show at IMDB, but maybe @olympia will know better.


RE: Universal Movie Scraper - rafikW - 2020-05-19

Just for your information: The Movie Database provider is unable to scrap Manhunt Unabomber S02 while The TVDB is scraping this season's episodes properly.


RE: Universal Movie Scraper - sallenko - 2020-05-20

I am using Universal Movie Scraper for movies which works flawless most times.
Fore some reason I am struggling with Scraping the following movie, https://m.imdb.com/title/tt4936322/
The movie scrapes, with DVD picture information, BUT for some reason the movie title shows up as blank (will not scrape title and text about movie). So I can play the movie correctly, I just cannot find it in my library Confused .I might add that I am scraping titles from TMDB.

[EDIT] It works now when I added the imdb link in TMDB database.


RE: Universal Movie Scraper - noamy - 2020-05-26

Will the new addon 'Universal Scraper' support TV shows?
Currently, the 'Universal Movie Scraper' does not.
Is there an ETA?
Thanks! it seemd a wonderful addon Smile but, the support for tv shows is really missing.


RE: Universal Movie Scraper - LorenzoMcMaster - 2020-05-26

The <clearstrings> regex that only let user remove everything right of regular expression is not enough to fix all filename issues. A more powerful regex that works in a sed way would be more useful.


RE: Universal Movie Scraper - Karellen - 2020-05-26

(2020-05-26, 13:24)noamy Wrote: Will the new addon 'Universal Scraper' support TV shows?
No.

(2020-05-26, 13:37)LorenzoMcMaster Wrote: The <clearstrings> regex that only let user remove everything right of regular expression is not enough to fix all filename issues.
Then I suggest you edit your filenames to something more sane.


RE: Universal Movie Scraper - LorenzoMcMaster - 2020-05-28

(2020-05-26, 20:20)Karellen Wrote:
(2020-05-26, 13:24)noamy Wrote: Will the new addon 'Universal Scraper' support TV shows?
No.
(2020-05-26, 13:37)LorenzoMcMaster Wrote: The <clearstrings> regex that only let user remove everything right of regular expression is not enough to fix all filename issues.
Then I suggest you edit your filenames to something more sane. 

My naming is not insane, it's just that I include the movie director before the year: Title - director(year) and the scrapper just want name and year.