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) - Karellen - 2021-09-29 (2021-09-29, 13:58)kofii12345 Wrote: It doesnt seem to work. I will check the code in free time.We tested it yesterday. It does work for us here. Provide the link to the movie that you are using, and a Debug Log and we might see what the problem is. RE: TMDb TV Show scraper (Python - Default Matrix Scraper) - pkscout - 2021-09-30 (2021-09-29, 20:39)Karellen Wrote:@kofii12345 just a clarification. A link to the TV show - not a movie. Karellen already made that mistake when we were testing. '-)(2021-09-29, 13:58)kofii12345 Wrote: It doesnt seem to work. I will check the code in free time.We tested it yesterday. It does work for us here. BTW, the movie scraper definitely doesn't do the new art, but the TV show scraper does. The two are different sets of code and handle images differently. RE: TMDb TV Show scraper (Python - Default Matrix Scraper) - kofii12345 - 2021-09-30 (2021-09-30, 15:48)pkscout Wrote:I mean clear art logo like this:(2021-09-29, 20:39)Karellen Wrote:@kofii12345 just a clarification. A link to the TV show - not a movie. Karellen already made that mistake when we were testing. '-)(2021-09-29, 13:58)kofii12345 Wrote: It doesnt seem to work. I will check the code in free time.We tested it yesterday. It does work for us here. https://www.themoviedb.org/movie/308266-war-dogs/images/logos?image_language=en&language=pl Doesnt work for any movie. I have "Enable fanarft from tmdb" checked. RE: TMDb TV Show scraper (Python - Default Matrix Scraper) - Karellen - 2021-09-30 (2021-09-30, 21:12)kofii12345 Wrote: I mean clear art logo like this:Yes, but that is a movie. You are in the TV Show thread. And as pkscout has already stated, we know that, they are two different scrapers. Ask your question in the correct thread. Thanks. RE: TMDb TV Show scraper (Python - Default Matrix Scraper) - kofii12345 - 2021-10-01 (2021-09-30, 22:47)Karellen Wrote:(2021-09-30, 21:12)kofii12345 Wrote: I mean clear art logo like this:Yes, but that is a movie. You are in the TV Show thread. Ohh. Sorry for my mistake. RE: TMDb TV Show scraper (Python - Default Matrix Scraper) - heslo - 2021-11-01 Anyone able to take a look at my log? https://paste.kodi.tv/peniqafabo.kodi It keeps coming up with a "TMDb TV Shows Error" but then still continues to scrape anyway. I've had a look at the log and I can't tell what the issue is; I'm sure it's just something simple that I'm overlooking. Can someone point me in the right direction? Thanks! RE: TMDb TV Show scraper (Python - Default Matrix Scraper) - Karellen - 2021-11-01 (2021-11-01, 07:52)heslo Wrote: It keeps coming up with a "TMDb TV Shows Error" but then still continues to scrape anywayI can see the error, but not what is causing it. Can you provide another log, and this time enable debug mode in Settings>System>Logging, restart and replicate the problem. RE: TMDb TV Show scraper (Python - Default Matrix Scraper) - heslo - 2021-11-01 (2021-11-01, 07:59)Karellen Wrote:https://paste.kodi.tv/eponotukon.kodi(2021-11-01, 07:52)heslo Wrote: It keeps coming up with a "TMDb TV Shows Error" but then still continues to scrape anywayI can see the error, but not what is causing it. There ya go, try that. Thanks for the quick reply by the way This is a clean Kodi install by the way RE: TMDb TV Show scraper (Python - Default Matrix Scraper) - Karellen - 2021-11-01 I think this might be causing the hiccup...
What is it? Should it be there? It does not look media related. Maybe move it out of your tv show folder and see if that fixes the problem. RE: TMDb TV Show scraper (Python - Default Matrix Scraper) - heslo - 2021-11-01 (2021-11-01, 08:20)Karellen Wrote: I think this might be causing the hiccup... You sir... are a genius! I put that file there moving it between systems and forgot to remove it. Got rid of it now and guess what? All fixed! True legend, thank you very much! RE: TMDb TV Show scraper (Python - Default Matrix Scraper) - Karellen - 2021-11-01 (2021-11-01, 08:25)heslo Wrote: You sir... are a genius! I put that file there moving it between systems and forgot to remove it. Got rid of it now and guess what? All fixed!You are welcome Enjoy!! RE: TMDb TV Show scraper (Python - Default Matrix Scraper) - hugepants - 2021-11-29 Hi thanks for the great work on this scraper. I am encountering the "Fields too small in MySQL Database" issue, even with the fixes in place since version 1.4.7 ( MAXIMAGES = 250 )I found some reports of this issue since March (link) but it seems that no one has submitted a debug log to get this pursued further. The problem is occuring with Family Guy (and possibly others, but for simplicity I have limited testing to one show for the moment). Kodi 19.3 on LibreELEC 10.0.1 MariaDB 10.6.5 on Docker / Ubuntu 20.04 Both are clean installs and mostly default settings except for the DB connection part in Kodi, and IMDB ratings enabled in the scraper. Debug log Thanks in advance RE: TMDb TV Show scraper (Python - Default Matrix Scraper) - Karellen - 2021-11-29 (2021-11-29, 18:46)hugepants Wrote: I am encountering the "Fields too small in MySQL Database" issue, even with the fixes in place since version 1.4.7 ( MAXIMAGES = 250 )Maybe @pkscout can tweak the scraper again. RE: TMDb TV Show scraper (Python - Default Matrix Scraper) - pkscout - 2021-11-30 I think I'm going to make the max images a setting. I keep changing to so that there is no way that it will get anywhere close to the size limit on that field, and then it does anyway. It doesn't look like the team is ever going to fix the database issue, so a setting is the best I can do. At least then people will be able to change it if they run into problems. RE: TMDb TV Show scraper (Python - Default Matrix Scraper) - hugepants - 2021-11-30 That's a good idea. In the meantime, if I manually edit the MAXIMAGES value in settings.py , what value would you recommend based on my debug log with Family Guy?Thanks |