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) - LeshaRB - 2023-01-26 Thanks I selected "The TVDB (new)" and the scan went without errors (TVmaze also works) I may not quite understand the principle of the Kodi player, I just recently bought a device
RE: TMDb TV Show scraper (Python - Default Matrix Scraper) - Karellen - 2023-01-26 (2023-01-26, 13:09)LeshaRB Wrote: In my remote folder, there are three different serials... Why is only 1 shown in the library after scanning? [url=https://mega.nz/folder/LAxnCDAB#UIV6rLmH0gI7A7Z5hRiA6w][/url]Because you have not named the TV Show folder correctly. I guess the episodes will be incorrectly named also. The TV show folder should be The Last of Us The episodes should be The Last of Us S01E01 format (2023-01-26, 13:09)LeshaRB Wrote: Is it possible to just display folders without any information and posters?Use Videos>Files Also, do not use TVDB (new) as it is unsupported. Use the TheTVDB v4 scraper RE: TMDb TV Show scraper (Python - Default Matrix Scraper) - LeshaRB - 2023-01-27 @Karellen thanks for the information RE: TMDb TV Show scraper (Python - Default Matrix Scraper) - ksc1 - 2023-02-03 Hello, how I can configurate scraper to get keywords or tag for tvshow? Actually I get keywords for movies but not tvshow. Using kodi 19.4 matrix RE: TMDb TV Show scraper (Python - Default Matrix Scraper) - ksc1 - 2023-02-03 (2023-02-03, 23:36)ksc1 Wrote: Hello, how I can configurator scraper to get keywords or tag for tvshow? Actually I get keywords for movies but not tvshow. Using kodi 19.4 matrix In the scraper configurations for movie there is a section to get the keywords but in the tvshow scraper I don't see those RE: TMDb TV Show scraper (Python - Default Matrix Scraper) - Karellen - 2023-02-03 (2023-02-03, 23:48)ksc1 Wrote: In the scraper configurations for movie there is a section to get the keywords but in the tvshow scraper I don't see thoseIt was never added to this scraper. There did not seem to be any interest in it and you are the first person to query it. Not sure if pkscout, the scraper developer, has any interest adding it. Lets wait and see what he says. RE: TMDb TV Show scraper (Python - Default Matrix Scraper) - ksc1 - 2023-02-04 (2023-02-03, 23:55)Karellen Wrote:(2023-02-03, 23:48)ksc1 Wrote: In the scraper configurations for movie there is a section to get the keywords but in the tvshow scraper I don't see thoseIt was never added to this scraper. There did not seem to be any interest in it and you are the first person to query it. Ok maybe for my English u don't understand me, but what I trying to get is the keywords for tvshow in my library. I have keywords in my movies metadata but not in my tvshows. Thanxs RE: TMDb TV Show scraper (Python - Default Matrix Scraper) - pkscout - 2023-02-04 (2023-02-03, 23:48)ksc1 Wrote:I'll take a look at it. No promises on when, and it will probably only be for Nexus (I no longer have a Matrix setup on which to test), but it doesn't look *that* hard to add.(2023-02-03, 23:36)ksc1 Wrote: Hello, how I can configurator scraper to get keywords or tag for tvshow? Actually I get keywords for movies but not tvshow. Using kodi 19.4 matrix RE: TMDb TV Show scraper (Python - Default Matrix Scraper) - ksc1 - 2023-02-04 (2023-02-04, 00:04)pkscout Wrote:(2023-02-03, 23:48)ksc1 Wrote:I'll take a look at it. No promises on when, and it will probably only be for Nexus (I no longer have a Matrix setup on which to test), but it doesn't look *that* hard to add.(2023-02-03, 23:36)ksc1 Wrote: Hello, how I can configurator scraper to get keywords or tag for tvshow? Actually I get keywords for movies but not tvshow. Using kodi 19.4 matrix That will be nice, so to be clear, actually there is no way to put keywords on tvshows? Are any add-ons that make that. Cus I use keywords in movie to make my owns list and I would like make them too for tvshows. And thanks again. And great work!!! RE: TMDb TV Show scraper (Python - Default Matrix Scraper) - Karellen - 2023-02-04 (2023-02-04, 00:12)ksc1 Wrote: actually there is no way to put keywords on tvshows? Are any add-ons that make thatYou can use nfo files. Add <tag><tag>
RE: TMDb TV Show scraper (Python - Default Matrix Scraper) - ksc1 - 2023-02-04 (2023-02-04, 00:14)Karellen Wrote:(2023-02-04, 00:12)ksc1 Wrote: actually there is no way to put keywords on tvshows? Are any add-ons that make thatYou can use nfo files. Add Thanks, meanwhile I would have to do it. I hope in future we can get keywords automatic from scraper to tvshows. RE: TMDb TV Show scraper (Python - Default Matrix Scraper) - pkscout - 2023-02-04 (2023-02-04, 00:12)ksc1 Wrote:There is a beta version of the Nexus scraper that adds TMDb keywords as tags by default now. There is also a setting to turn it off. This mirrors the functionality and behavior on the TMDb Movies side. One note though. In order for the settings change to work (i.e. turn the saving of tags off), you have to change the setting on the source and then restart Kodi. At least on my test setup that was the only way to get source setting changes to be recognized. I basically never change my source settings, so it's possible it's always been that way. It's also possible there's just something weird in my test setup.(2023-02-04, 00:04)pkscout Wrote:(2023-02-03, 23:48)ksc1 Wrote: In the scraper configurations for movie there is a section to get the keywords but in the tvshow scraper I don't see thoseI'll take a look at it. No promises on when, and it will probably only be for Nexus (I no longer have a Matrix setup on which to test), but it doesn't look *that* hard to add. Anyway, here's the test version: https://github.com/xbmc/metadata.tvshows.themoviedb.org.python/tree/nexus Download the zip from the green CODE button and then install from zip on Kodi. RE: TMDb TV Show scraper (Python - Default Matrix Scraper) - Karellen - 2023-02-04 (2023-02-04, 17:53)pkscout Wrote: At least on my test setup that was the only way to get source setting changes to be recognized. I basically never change my source settings, so it's possible it's always been that way. It's also possible there's just something weird in my test setup.Yes, that's normal. Settings are saved in the database. When a new setting is added to the scraper, there is no way for the addon to add the new setting to the database, so you need to change to another scraper, then change back so the new settings are written to the database. RE: TMDb TV Show scraper (Python - Default Matrix Scraper) - twolaw - 2023-02-20 Can anyone tell me if those assertions are right or wrong please: - The scraper can fetch show metadata if there is no tvshow.nfo file. - If there is a tvshow.nfo file, the episodeguide node is mandatory for the scraper to fetch metadata. - id and uniqueid nodes from tvshow.nfo are never read by the scraper. - Kodi can write data in tvshow.nfo, scrapers cannot. - The scrapers can change episodeguide value in tvshow.nfo by sending a string to Kodi which will write it in the file. - The NFO_files/TV_shows (wiki) page (stating tvshow, title and uniqueid are the only required nodes in tvshow.nfo) is outdated. RE: TMDb TV Show scraper (Python - Default Matrix Scraper) - Karellen - 2023-02-20 (2023-02-20, 12:35)twolaw Wrote: - The scraper can fetch show metadata if there is no tvshow.nfo file.Correct. As long as you have named the tv show correctly (2023-02-20, 12:35)twolaw Wrote: - If there is a tvshow.nfo file, the episodeguide node is mandatory for the scraper to fetch metadata.It's not mandatory, but is recommended. (2023-02-20, 12:35)twolaw Wrote: - id and uniqueid nodes from tvshow.nfo are never read by the scraper.id is never read. UniqueID can be read as a last resort fallback. (2023-02-20, 12:35)twolaw Wrote: - Kodi can write data in tvshow.nfo, scrapers cannot.When you run an Export Library, Kodi will write nfo files. (2023-02-20, 12:35)twolaw Wrote: - The scrapers can change episodeguide value in tvshow.nfo by sending a string to Kodi which will write it in the file.No (2023-02-20, 12:35)twolaw Wrote: - The NFO_files/TV_shows (wiki) page (stating tvshow, title and uniqueid are the only required nodes in tvshow.nfo) is outdated.Why is it oudated? No, they are not the only tags that need to be added. That would be pretty stupid using only title and uniqueid to add to your library. Out of all the tags that you add to your nfo, those green items are mandatory and must always be used. |