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) |
RE: TMDb TV Show scraper (Python - Default Matrix Scraper) - jeelmisc - 2021-08-14 (2021-08-14, 03:27)Karellen Wrote:I see. So where does the scraper log if its not in kodi log(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. 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 logThe 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. 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 fileLast 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 fileLast 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: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.(2021-08-14, 03:27)Karellen Wrote:I see. So where does the scraper log if its not in kodi lo(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. 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: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.(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.I see. So where does the scraper log if its not in kodi lo 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: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(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 loHere 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. 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:sorry(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. 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: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.(2021-08-18, 20:44)pkscout Wrote:sorry(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. |