xbmc / metadata.tvshows.themoviedb.org.python

themoviedb.org TV Show scraper in Python for Kodi 18 (Leia) or later.
GNU General Public License v3.0
19 stars 26 forks source link

Support for filename identifiers #117

Closed sundermann closed 4 months ago

sundermann commented 8 months ago

Add the needed changes for looking up by unique identifiers required for supporting filename identifiers. The current implementation tries to find a tmdb first falling back to find by id if needed to support other identifiers (imdb and tvdb being the most relevant).

For reference tmdb movies implementation

sundermann commented 8 months ago

@pkscout Did you have a chance to look at this?