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 - Karellen - 2021-01-20 @musera Apart from the seasonname, are you aware of any other tags that are not scanning correctly? Is this something you can test in your setup? RE: TMDB TV Show scraper - musera - 2021-01-20 (2021-01-20, 22:40)Karellen Wrote: Apart from the seasonname, are you aware of any other tags that are not scanning correctly? Is this something you can test in your setup? I can give it a go if you just tell me what you want tested. For now here is a log of a single show refresh, I've only included the parts relevant to the refresh (gotten from comparing the file immediately before and then after a refresh, then copying the new entries) but I can include everything if needed. The log was taken from KODI 18.9, scraped using "TMDb TV Shows" version 1.1.30 with the following nfo:
I've not seen any other tags that don't work but I've only just started using the TMDb scraper. Though I don't mind testing any tags you ask for. EDIT: Helps if I actually include the log. RE: TMDB TV Show scraper - Tobby - 2021-01-20 @Karellen @pkscout, got a response from the TMDb staff now that fallback language is a planned feature, but is not yet implemented. Thank you for taking an interest. https://www.themoviedb.org/talk/60020206cb3084003ed9e30c RE: TMDB TV Show scraper - pkscout - 2021-01-21 (2021-01-20, 22:40)Karellen Wrote: @museraI did a quick test with the show referenced. Good news (I guess). I added a plot to the nfo file, and Kodi stored that instead of the plot from TMDb. So this might just be restricted to named seasons. I still don't have a good idea on a solution, but I feel better that it might be only be this one thing. And it at least narrows where I need to look. RE: TMDB TV Show scraper - Karellen - 2021-01-21 @musera All other tags work except <seasonname> https://github.com/xbmc/metadata.tvshows.themoviedb.org.python/issues/27 Thanks @Tobby RE: TMDB TV Show scraper - Karellen - 2021-01-22 @musera @pkscout has coded a fix for your issue. Could you please test and see if it works as expected. Download and install the zip file from here... https://github.com/xbmc/metadata.tvshows.themoviedb.org.python/tree/matrix-namedseasons-fix The fix is for v19 but a backport will come in the next day or so for v18. Don't remember which version you are on. RE: TMDB TV Show scraper - musera - 2021-01-22 (2021-01-22, 08:48)Karellen Wrote: @museraUnfortunately I'm still on 18.9 and don't really want to move over until the Embuary skin updates for 19 (I don't think it has). Though naturally I'll update if you really need me to do some testing. Thanks for taking the time and doing the update so quickly. RE: TMDB TV Show scraper - pkscout - 2021-01-22 (2021-01-22, 09:21)musera Wrote:The fix has been backported to Leia. You can download it here to test:(2021-01-22, 08:48)Karellen Wrote: @museraUnfortunately I'm still on 18.9 and don't really want to move over until the Embuary skin updates for 19 (I don't think it has). Though naturally I'll update if you really need me to do some testing. https://github.com/xbmc/metadata.tvshows.themoviedb.org.python/tree/leia-namedseason-fix RE: TMDB TV Show scraper - musera - 2021-01-23 (2021-01-22, 18:31)pkscout Wrote: The fix has been backported to Leia. You can download it here to test: Just ran a quick test and everything seems to be working. I'm doing a much bigger scan now and let you know if I can find any issues after it finishes. Thank you for everything RE: TMDB TV Show scraper - pkscout - 2021-01-23 (2021-01-23, 00:16)musera Wrote:Good to hear. And please do report back. I'm going to hold off on pushing an update until we've had some time to test this more.(2021-01-22, 18:31)pkscout Wrote: The fix has been backported to Leia. You can download it here to test: RE: TMDB TV Show scraper - musera - 2021-01-23 @pkscout Just finished the scan and have went through a bunch of entries and they've all seemed to scan in correctly. However one problem did pop up, I found a show which had a problem with it's nfo which resulted in the season to be scanned in with it's tmdb name, after fixing the nfo and doing a refresh the season name didn't update. I could replicate this issue in other shows by removing the namedseason tag, doing a refresh and then adding it back in, the season name wouldn't change back on the second refresh. RE: TMDB TV Show scraper - Karellen - 2021-01-23 (2021-01-23, 07:02)musera Wrote: I could replicate this issue in other shows by removing the namedseason tag, doing a refresh and then adding it back in, the season name wouldn't change back on the second refresh.I think that is caused by the Pickle cache which is persistent for 3 hours. It saves unnecessary and numerous API calls to the providers. Once I deleted the pickle cache, the season names updated correctly. If you check your log, you should see something similar to the following which tells you where the cache is on your system. You can delete the ...\metadata. folder without harm. [metadata.tvshows.themoviedb.org.python (1.3.14)]: the cache dir is C:\KODI\KODI- v19 nightlies\portable_data\cache\scrapers\metadata.tvshows.themoviedb.org.python
RE: TMDB TV Show scraper - musera - 2021-01-23 (2021-01-23, 07:15)Karellen Wrote: I think that is caused by the Pickle cache which is persistent for 3 hours. It saves unnecessary and numerous API calls to the providers. I should have figured it would be something like that. Everything worked fine after deleting the cache RE: TMDB TV Show scraper - roby69 - 2021-01-27 Hello, I noticed that the local art does not appear in "choose art " window for season thing window, while he is present for tvshows and episode.Is this normal? thank. tvshows and episode Season Folder tvshows RE: TMDB TV Show scraper - pkscout - 2021-01-27 (2021-01-27, 13:01)roby69 Wrote: Hello,I don't believe that's a scraper function. That's a core Kodi behavior. You should be able to browse to select that art. |