Kodi Community Forum
Release TheMovieDB - TV Show scraper (XML) - 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: TV Show Scrapers (https://forum.kodi.tv/forumdisplay.php?fid=305)
+----- Thread: Release TheMovieDB - TV Show scraper (XML) (/showthread.php?tid=200504)

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


RE: TheMovieDB - TV Show scraper - AKjell - 2020-09-03

@Karellen , sorry, I must have missed that... here it is:
https://gist.github.com/AndKe/320e16459663b284395abb6a31e0b0a5


RE: TheMovieDB - TV Show scraper - Karellen - 2020-09-03

@AKjell

Still no good. Please follow the Debug Log instructions exactly as listed. You enabled debug mode too late, then disabled it too early so the log is of no help. Also as explained in the guide use Kodi Paste Site with your other site as a fallback if the log is too big.

Your filenaming is absolutely terrible and certainly does not match the correct titles at TheMovieDB and do not follow Kodi requirements. It is a wonder the scraper is able to find anything at all. At this stage all your failed scrapes I would put down to bad filenaming.

Also, please check item 1d is disabled as explained here... https://forum.kodi.tv/showthread.php?tid=336969


RE: TheMovieDB - TV Show scraper - Kazuya FR - 2020-09-05

Hi,
I have a problem since the last update of "metadata.themoviedb.org", my Kodi can't connect to the server.
I tried different versions of the plugin but nothing work.
My Kodi is old, but I would not prefer to update it...

Thanks for the help ! Angel

(TVDB is working for TV shows)


RE: TheMovieDB - TV Show scraper - Karellen - 2020-09-05

@Kazuya FR

It is a known issue and resulted due to changes at TheMovieDB. The problem is not the scraper but the outdated protocols in older versions of Kodi.

If you do not upgrade your Kodi version, then your only solution is to create your own NFO files or a Media Manager to create them for you.

Other reports...
https://forum.kodi.tv/showthread.php?tid=356833
https://forum.kodi.tv/showthread.php?tid=356651&pid=2972712#pid2972712


RE: TheMovieDB - TV Show scraper - Kazuya FR - 2020-09-06

Ok thanks, I will check this !


RE: TheMovieDB - TV Show scraper - BartZorn - 2020-09-25

(2020-05-11, 04:24)brokenangel Wrote:
(2020-05-11, 04:15)Karellen Wrote:
(2020-05-11, 04:07)brokenangel Wrote: How do I force the scrape to know which series is which?
You would name the tv show exactly as shown with the year in brackets V (2009) TheMovieDB always shows the year, unlike TVDB.
Image

If that fails then you can...

1. Use a Parsing NFO file... https://kodi.wiki/view/NFO_files#Parsing_nfo
or
2. After the wrong show is scraped, use the Refresh button from the Information Page and select the correct show when the options are offered. 

Trying that now.
I have a similar problem. It is about the series "Prime Suspect", TVDB id 76329, IMDB id tt0098898 and TMDB id 2583.
I am using a parsing nfo file, pointing to the correct page on TMDB. (https://www.themoviedb.org/tv/2583-prime-suspect?language=en-US)
Searching on TMDB for "Prime Suspect" gives 4 shows matching. The first one is the one I need.

However, the scraper consistently uses the second show, giving incorrect results. The second show has a different URL, of course.

Using the Refresh button as described above only gives me the 2nd, 3rd and 4th show from TMDB, and not the one I want.

I have read all the WIKI material on file naming and I believe I have it correct.

The TVDB scraper handles this correctly, but I want to standardize on TMDB

Anyone any idea?

TIA

Bart


RE: TheMovieDB - TV Show scraper - Karellen - 2020-09-25

@BartZorn

If Kodi is not scraping the correct show with a Parsing NFO, then there is something wrong with the Parsing NFO file.

Make sure it contains the link, and only the link. Nothing else. No codes, no tags, nothing but the link.

Make sure it is named correctly tvshow.nfo. It is NOT primesuspect.nfo or anything else. It is tvshow.nfo

If you think you have the above right, then provide a Debug Log and we might spot what the problem is.


RE: TheMovieDB - TV Show scraper - BartZorn - 2020-09-25

(2020-09-25, 13:05)Karellen Wrote: @BartZorn

If Kodi is not scraping the correct show with a Parsing NFO, then there is something wrong with the Parsing NFO file.

Make sure it contains the link, and only the link. Nothing else. No codes, no tags, nothing but the link.

Make sure it is named correctly tvshow.nfo. It is NOT primesuspect.nfo or anything else. It is tvshow.nfo

If you think you have the above right, then provide a Debug Log and we might spot what the problem is.
I thought that I had read and understood all the relevant WIKI pages, but I missed the point about the name of the parsing nfo file.
I thought that they should be named after the tvshow name.

Now it works!

Never too old to learn! THANK YOU!

Bart


RE: TheMovieDB - TV Show scraper - bobandre - 2020-09-27

Tell me pls, does the scraper have a limit on the number of files in the series? I can't add the Simpsons to my library, there are more than 600 episodes. The series name scraper recognizes but does not match series and files, episodes are not added, and the TV show remains empty-0/0.. I checked all the file and folder names. Everything is correct.


RE: TheMovieDB - TV Show scraper - Karellen - 2020-09-27

(2020-09-27, 09:38)bobandre Wrote: Tell me pls, does the scraper have a limit on the number of files in the series? I can't add the Simpsons to my library, there are more than 600 episodes. The series name scraper recognizes but does not match series and files, episodes are not added, and the TV show remains empty-0/0.. I checked all the file and folder names. Everything is correct.
Are you using a MySQL/MariaDB setup?


RE: TheMovieDB - TV Show scraper - bobandre - 2020-09-27

(2020-09-27, 10:03)Karellen Wrote:
(2020-09-27, 09:38)bobandre Wrote: Tell me pls, does the scraper have a limit on the number of files in the series? I can't add the Simpsons to my library, there are more than 600 episodes. The series name scraper recognizes but does not match series and files, episodes are not added, and the TV show remains empty-0/0.. I checked all the file and folder names. Everything is correct.
Are you using a MySQL/MariaDB setup?
Yes, MySQL


RE: TheMovieDB - TV Show scraper - Karellen - 2020-09-27

(2020-09-27, 10:06)bobandre Wrote: Yes, MySQL
Ok, it is a know problem and it affects some other shows like Game of Thrones and some movies as well. See here... https://github.com/xbmc/xbmc/issues/15768

Your options are...
1. Make the change as described in the above link
2. Install the brand new TheMovieDB scraper created by @pkscout and use it as it overcomes the problem. It is not in the repo yet, so you need to download and install via zip... https://forum.kodi.tv/showthread.php?tid=357232
I know this scraper works as The Simpsons was the show we were using during the testing phase last week Smile


RE: TheMovieDB - TV Show scraper - bobandre - 2020-09-27

(2020-09-27, 10:13)Karellen Wrote:
(2020-09-27, 10:06)bobandre Wrote: Yes, MySQL
Ok, it is a know problem and it affects some other shows like Game of Thrones and some movies as well. See here... https://github.com/xbmc/xbmc/issues/15768

Your options are...
1. Make the change as described in the above link
2. Install the brand new TheMovieDB scraper created by @pkscout and use it as it overcomes the problem. It is not in the repo yet, so you need to download and install via zip... https://forum.kodi.tv/showthread.php?tid=357232
I know this scraper works as The Simpsons was the show we were using during the testing phase last week Smile
many thanks for you! have a nice day!


RE: TheMovieDB - TV Show scraper - macomeau - 2020-10-03

I am having one issue that I cannot solve with the TMDB scraper: One specific episode of one specific show will not show up in my library. I suspect the problem is actually on TMDB's end, but I want to get more input.

The series in question is Endeavour (2013). The problem is the pilot, Season 0, Episode 1. I suspect TMDB is the problem because the episode on that page actually hyperlinks to Season 1, Episode 1 on the site. Browsing the debug log, which I really have no particular knowledge of, makes it look like this re-direct is making its way through the scraper, both 0x1 and 1x1 show up to Kodi as 1x1, and that there is no 0x1 as far as Kodi is concerned. Since my file is in the Season 0 directory and named S00E01, Kodi skips over it. It does find the actual 1x01 in the Season 1 directory, with the S01E01 name, and gives it the correct title. Is that what's happening here? If so, is there anything I can do either here or at TMDB's end?

My logfile is here.


RE: TheMovieDB - TV Show scraper - Karellen - 2020-10-03

I have seen this problem before @macomeau and it is a problem at TheMovieDB. They are aware of the issue... https://www.themoviedb.org/tv/34891-jake-and-the-never-land-pirates/discuss/5ca265eb9251411a1809bff7

It would be worth reporting the bug on that episode also, if you have an account there.

Your workarounds are...
1. Use an nfo file for that Pilot episode
2. Scrape the show from TVDB. Their episode numbering is all the same, so a quick change of the scraper for this one show should be easy.
https://www.thetvdb.com/series/endeavour/seasons/official/0

Strange that the Pilot is considered a Special, and not the first episode of season 1