Kodi Community Forum
Release TMDb TV Show scraper (Python - Default Matrix 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: TV Show Scrapers (https://forum.kodi.tv/forumdisplay.php?fid=305)
+----- Thread: Release TMDb TV Show scraper (Python - Default Matrix Scraper) (/showthread.php?tid=357232)

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


RE: TMDb TV Show scraper (Python - Default Matrix Scraper) - jeelmisc - 2021-08-14

(2021-08-14, 03:27)Karellen Wrote:
(2021-08-14, 03:16)jeelmisc Wrote: And here is a tvshow.nfo: ajebogewaq.kodi (paste)
Yep, that is TVDB scraper with artwork from fanart.tv and TMDB also. Maybe a wrong setting in your TMM setup? I don't use a media manager, so can't give you specifics on settings.
(2021-08-14, 03:16)jeelmisc Wrote: I have debug logging enabled
Not in that log, so there is nothing for me to see except for all the Banned Add-ons (wiki) Sad which means I can't assist further until they are removed.

The forum moderators have determined that banned addons (wiki) are present on your system. To receive assistance here, these banned items must be removed. If a clean log is not submitted within 3 days, then the relevant post(s) will be removed after this time.
I see. So where does the scraper log if its not in kodi log


RE: TMDb TV Show scraper (Python - Default Matrix Scraper) - Karellen - 2021-08-14

(2021-08-14, 03:32)jeelmisc Wrote: So where does the scraper log if its not in kodi log
The scraper logs in the Kodi log. But you did not enable debug mode so there is nothing scraper related of any value in the log you provided. Settings>System>Logging>Debug Mode.


RE: TMDb TV Show scraper (Python - Default Matrix Scraper) - jeelmisc - 2021-08-14

Does tvshow.nfo need the episodeguide tag inside the file or can the scraper work without it?


RE: TMDb TV Show scraper (Python - Default Matrix Scraper) - Karellen - 2021-08-14

(2021-08-14, 06:12)jeelmisc Wrote: Does tvshow.nfo need the episodeguide tag inside the file or can the scraper work without it?
If you have nfo files for all your episodes, you don't need the tag.
If some episode nfo files are missing, the newer python scrapers (the in this thread) will look it up. The older scrapers cannot do the lookup.


RE: TMDb TV Show scraper (Python - Default Matrix Scraper) - jeelmisc - 2021-08-14

(2021-08-14, 07:04)Karellen Wrote:
(2021-08-14, 06:12)jeelmisc Wrote: Does tvshow.nfo need the episodeguide tag inside the file or can the scraper work without it?
If you have nfo files for all your episodes, you don't need the tag.
If some episode nfo files are missing, the newer python scrapers (the in this thread) will look it up. The older scrapers cannot do the lookup.

Thank you for the information. It really helps me understand how things work. Since i do use TMM, all my episodes have an nfo file. So I will make sure to remove episodeguide tags from my tvshow.nfo file


RE: TMDb TV Show scraper (Python - Default Matrix Scraper) - Karellen - 2021-08-14

(2021-08-14, 07:09)jeelmisc Wrote: Thank you for the information. It really helps me understand how things work. Since i do use TMM, all my episodes have an nfo file. So I will make sure to remove episodeguide tags from my tvshow.nfo file
Last time I spoke to mlaggner he was going to add a setting to disable adding that tag in tvshow.nfo files as most TMM users didn't need it.


RE: TMDb TV Show scraper (Python - Default Matrix Scraper) - jeelmisc - 2021-08-14

(2021-08-14, 07:45)Karellen Wrote:
(2021-08-14, 07:09)jeelmisc Wrote: Thank you for the information. It really helps me understand how things work. Since i do use TMM, all my episodes have an nfo file. So I will make sure to remove episodeguide tags from my tvshow.nfo file
Last time I spoke to mlaggner he was going to add a setting to disable adding that tag in tvshow.nfo files as most TMM users didn't need it.

Yes, there is a setting to not write episodeguide in TMM. I just unselected that and rewrote all the nfos for tvshows.


RE: TMDb TV Show scraper (Python - Default Matrix Scraper) - jeelmisc - 2021-08-14

On a different note. If I use TMDB scraper in TMM to scrape movies, can i set Universal movie scraper for my movies in Kodi or do i have to set TMDB scraper there as well?


RE: TMDb TV Show scraper (Python - Default Matrix Scraper) - jeelmisc - 2021-08-14

(2021-08-14, 03:32)jeelmisc Wrote:
(2021-08-14, 03:27)Karellen Wrote:
(2021-08-14, 03:16)jeelmisc Wrote: And here is a tvshow.nfo: ajebogewaq.kodi (paste)
Yep, that is TVDB scraper with artwork from fanart.tv and TMDB also. Maybe a wrong setting in your TMM setup? I don't use a media manager, so can't give you specifics on settings.
(2021-08-14, 03:16)jeelmisc Wrote: I have debug logging enabled
Not in that log, so there is nothing for me to see except for all the Banned Add-ons (wiki) Sad which means I can't assist further until they are removed.

The forum moderators have determined that banned addons (wiki) are present on your system. To receive assistance here, these banned items must be removed. If a clean log is not submitted within 3 days, then the relevant post(s) will be removed after this time.
I see. So where does the scraper log if its not in kodi lo
Here is the Debug log trying to add "Its Always Sunny in Philadelphia": https://paste.kodi.tv/ivehonaciz.kodi. A show of this size is taking at least 10+mins to add to the library.
And here is the corresponding tvshow.nfo file: https://paste.kodi.tv/kowivoyomo.kodi


RE: TMDb TV Show scraper (Python - Default Matrix Scraper) - pkscout - 2021-08-14

(2021-08-14, 17:47)jeelmisc Wrote:
(2021-08-14, 03:32)jeelmisc Wrote:
(2021-08-14, 03:27)Karellen Wrote: Yep, that is TVDB scraper with artwork from fanart.tv and TMDB also. Maybe a wrong setting in your TMM setup? I don't use a media manager, so can't give you specifics on settings.
Not in that log, so there is nothing for me to see except for all the Banned Add-ons (wiki) Sad which means I can't assist further until they are removed.

The forum moderators have determined that banned addons (wiki) are present on your system. To receive assistance here, these banned items must be removed. If a clean log is not submitted within 3 days, then the relevant post(s) will be removed after this time.
I see. So where does the scraper log if its not in kodi lo
Here is the Debug log trying to add "Its Always Sunny in Philadelphia": https://paste.kodi.tv/ivehonaciz.kodi. A show of this size is taking at least 10+mins to add to the library.
And here is the corresponding tvshow.nfo file: https://paste.kodi.tv/kowivoyomo.kodi

That's not the whole log. That's a piece of it.  Given previous posts, I'm going to have to assume you didn't post a full log because you have not removed the banned add-ons.  We won't be able to help until we see a full log that doesn't list any banned add-ons showing the behavior. And please don't try and go through and edit the log line by line to remove the references to the banned add-ons. Either remove them, or don't ask for help.


RE: TMDb TV Show scraper (Python - Default Matrix Scraper) - jeelmisc - 2021-08-15

(2021-08-14, 17:55)pkscout Wrote:
(2021-08-14, 17:47)jeelmisc Wrote:
(2021-08-14, 03:32)jeelmisc Wrote: I see. So where does the scraper log if its not in kodi lo
Here is the Debug log trying to add "Its Always Sunny in Philadelphia": https://paste.kodi.tv/ivehonaciz.kodi. A show of this size is taking at least 10+mins to add to the library.
And here is the corresponding tvshow.nfo file: https://paste.kodi.tv/kowivoyomo.kodi

That's not the whole log. That's a piece of it.  Given previous posts, I'm going to have to assume you didn't post a full log because you have not removed the banned add-ons.  We won't be able to help until we see a full log that doesn't list any banned add-ons showing the behavior. And please don't try and go through and edit the log line by line to remove the references to the banned add-ons. Either remove them, or don't ask for help.
Okay. I reset my whole kodi installation and started fresh. It seems like that solved the problem and tvshows are scanning faster. Here is the log so my posts dont get banned: https://paste.kodi.tv/difikuvimu.kodi


RE: TMDb TV Show scraper (Python - Default Matrix Scraper) - iJays - 2021-08-18

I am having a problem when trying to update my library. It always gets stuck on the "scanning new content" of tv shows.


2021-08-18 22:59:50.510 T:3892675456   DEBUG: -->Python Interpreter Initialized<--
2021-08-18 22:59:50.510 T:3892675456   DEBUG: CPythonInvoker(44, /storage/.kodi/addons/metadata.tvshows.themoviedb.org.python/main.py): the source file to load is "/storage/.kodi/addons/metadata.tvshows.themoviedb.org.python/main.py"
2021-08-18 22:59:50.510 T:3892675456   DEBUG: CPythonInvoker(44, /storage/.kodi/addons/metadata.tvshows.themoviedb.org.python/main.py): setting the Python path to /storage/.kodi/addons/metadata.tvshows.themoviedb.org.python:/usr/lib/python27.zip:/usr/lib/python2.7:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload:/usr/lib/python2.7/site-packages:/usr/lib/python2.7/site-packages/gtk-2.0
2021-08-18 22:59:50.511 T:3892675456   DEBUG: CPythonInvoker(44, /storage/.kodi/addons/metadata.tvshows.themoviedb.org.python/main.py): entering source directory /storage/.kodi/addons/metadata.tvshows.themoviedb.org.python
2021-08-18 22:59:50.511 T:3892675456   DEBUG: CPythonInvoker(44, /storage/.kodi/addons/metadata.tvshows.themoviedb.org.python/main.py): instantiating addon using automatically obtained id of "metadata.tvshows.themoviedb.org.python" dependent on version 2.26.0 of the xbmc.python api
2021-08-18 22:59:50.574 T:3892675456   DEBUG: [metadata.tvshows.themoviedb.org.python (1.1.34)]: the cache dir is /storage/.kodi/temp/scrapers/metadata.tvshows.themoviedb.org.python
2021-08-18 22:59:50.612 T:3892675456   DEBUG: CAddonSettings[metadata.tvshows.themoviedb.org.python]: loading setting definitions
2021-08-18 22:59:50.612 T:3892675456   DEBUG: CAddonSettings[metadata.tvshows.themoviedb.org.python]: trying to load setting definitions from old format...
2021-08-18 22:59:50.614 T:3892675456   DEBUG: CAddonSettings[metadata.tvshows.themoviedb.org.python]: loading setting values
2021-08-18 22:59:50.711 T:3892675456   DEBUG: [metadata.tvshows.themoviedb.org.python (1.1.34)]: Called addon with params: ['plugin://metadata.tvshows.themoviedb.org.python/', '34', '?action=find&pathSettings=%7b%22cat_landscape%22%3atrue%2c%22certprefix%22%3a%22Rated%20%22%2c%22enab_trailer%22%3atrue%2c%22enable_fanarttv_backdrops%22%3afalse%2c%22enable_fanarttv_banner%22%3afalse%2c%22enable_fanarttv_characterart%22%3afalse%2c%22enable_fanarttv_clearart%22%3afalse%2c%22enable_fanarttv_clearlogo%22%3afalse%2c%22enable_fanarttv_landscape%22%3afalse%2c%22enable_fanarttv_posters%22%3afalse%2c%22enable_fanarttv_seasonbanner%22%3afalse%2c%22enable_fanarttv_seasonlandscape%22%3afalse%2c%22enable_fanarttv_seasonposters%22%3afalse%2c%22fanarttv_clientkey%22%3a%22%22%2c%22imdbanyway%22%3atrue%2c%22keeporiginaltitle%22%3afalse%2c%22language%22%3a%22zh-CN%22%2c%22lastUpdated%22%3a%220%22%2c%22originalUrl%22%3a%22%22%2c%22previewUrl%22%3a%22%22%2c%22ratings%22%3a%22IMDb%22%2c%22tmdbanyway%22%3atrue%2c%22tmdbcertcountry%22%3a%22zh%22%2c%22traktanyway%22%3afalse%2c%22usecertprefix%22%3atrue%2c%22verboselog%22%3afalse%7d&title=%e6%89%ab%e9%bb%91%e9%a3%8e%e6%9a%b4.Crime.Crackdown&year=2021', 'resume:false']
2021-08-18 22:59:50.711 T:3892675456   DEBUG: [metadata.tvshows.themoviedb.org.python (1.1.34)]: performing find action
2021-08-18 22:59:50.712 T:3892675456   DEBUG: [metadata.tvshows.themoviedb.org.python (1.1.34)]: Searching for TV show Crime.Crackdown (2021)
2021-08-18 22:59:50.712 T:3892675456   DEBUG: [metadata.tvshows.themoviedb.org.python (1.1.34)]: using title of Crime.Crackdown to find show
2021-08-18 22:59:50.712 T:3892675456   DEBUG: [metadata.tvshows.themoviedb.org.python (1.1.34)]: Calling URL "https://api.themoviedb.org/3/search/tv?query=%E6%89%AB%E9%BB%91%E9%A3%8E%E6%9A%B4.Crime.Crackdown&api_key=af3a53eb387d57fc935e9128468b1899&first_air_date_year=2021&language=zh-CN"
2021-08-18 22:59:51.475 T:3302331264   DEBUG: CWebServer[8080]: request received for /jsonrpc
2021-08-18 22:59:51.483 T:3892675456    INFO: CPythonInvoker(44, /storage/.kodi/addons/metadata.tvshows.themoviedb.org.python/main.py): script successfully run
2021-08-18 22:59:51.483 T:3892675456   DEBUG: onExecutionDone(44, /storage/.kodi/addons/metadata.tvshows.themoviedb.org.python/main.py)
2021-08-18 22:59:51.484 T:3287282560   DEBUG: Thread VideoInfoDownloader 3287282560 terminating
2021-08-18 22:59:51.487 T:3302331264   DEBUG: CWebServer[8080]: request received for /jsonrpc
2021-08-18 22:59:51.503 T:4094152688 WARNING: No information found for item 'smb://192.168.1.10/iTVs/Crime.Crackdown.2021.1080p.WEB-DL.H264.AAC-OurTV/', it won't be added to the library.


RE: TMDb TV Show scraper (Python - Default Matrix Scraper) - pkscout - 2021-08-18

(2021-08-18, 17:19)iJays Wrote: I am having a problem when trying to update my library. It always gets stuck on the "scanning new content" of tv shows.
Please don't post log snippets to the forum.  You need to provide a link to a complete debug log posted somewhere like pastebin.


RE: TMDb TV Show scraper (Python - Default Matrix Scraper) - iJays - 2021-08-19

(2021-08-18, 20:44)pkscout Wrote:
(2021-08-18, 17:19)iJays Wrote: I am having a problem when trying to update my library. It always gets stuck on the "scanning new content" of tv shows.
Please don't post log snippets to the forum.  You need to provide a link to a complete debug log posted somewhere like pastebin.
sorry

debug log:https://paste.kodi.tv/hulumivasu.kodi


RE: TMDb TV Show scraper (Python - Default Matrix Scraper) - pkscout - 2021-08-19

(2021-08-19, 02:50)iJays Wrote:
(2021-08-18, 20:44)pkscout Wrote:
(2021-08-18, 17:19)iJays Wrote: I am having a problem when trying to update my library. It always gets stuck on the "scanning new content" of tv shows.
Please don't post log snippets to the forum.  You need to provide a link to a complete debug log posted somewhere like pastebin.
sorry

debug log:https://paste.kodi.tv/hulumivasu.kodi
You need to upgrade to Kodi 19 and then see if the problem persists.  Your log shows you're running 18.6 (which isn't even the newest version of Kodi 18).  Also, that wasn't a debug log.  You need to turn on debug logging in the Kodi settings in the future.  But upgrade first.