2019-12-05, 11:50

It's always good to have an alternative so I have made a TV show scraper for https://www.tvmaze.com site. They have a nice API that currently does not require credentials.
The scraper can be installed from Kodi Addon Manager - Information providers - TV information section.
Source code on GitHub: https://github.com/romanvm/kodi.tvmaze
Known limitations:
- English only.
- Additional artwork (fanart, banners) may be missing for some shows, although TVmaze maintainers are working to fill this gap.
- Possible problems with special episodes (see below).
Handling Specials:
TVmaze does not follow TheTVDB's convention of naming special episodes using zero season number. Instead, it uses its own definition of "insignificant" and "significant" specials depending on their significance of the storyline of a show. Insignificant specials are listed separately while significant specials are listed within their respective seasons. Starting from v.1.0.6 the scraper follows this convention. To list significant special and regular episodes in their correct order you need to select "by date" ordering in Kodi view settings.
How to name special episode files to be listed correctly in Kodi when using TVmaze scraper:
Insignificant specials must have zero season number and episode number must correspond to the place of the episode in TVmaze "insignificant" listing. For example: Eureka.S00E01. See: https://www.tvmaze.com/shows/542/eureka/episodes
Significant specials must include episode airdate in their file names, for example: Doctor.Who.2021-01-01. See: https://www.tvmaze.com/shows/210/doctor-who/episodes
Possible issue with date-based naming may arise when several episodes have the same airdate. Currently there is no solution for this issue.
The scraper is written in Python and available starting from Kodi 18 (Leia) version. Note that minimum required Kodi version is Kodi 18.9 since it introduced an important fix for local path settings. The scraper is fully Python 3 compatible so it should work with Kodi 19 "Matrix" and above.
If you want to report an issue with the scraper please always post a link to a debug log: https://kodi.wiki/view/Log_file/Easy
?? Good luck to anyone that watches Pawn Stars or America Pickers. TVMaze is the only one that actually lists them the same as the network does.