Komet / MediaElch

Media Manager for Kodi
https://mediaelch.github.io/mediaelch-doc/about.html
GNU Lesser General Public License v3.0
832 stars 93 forks source link

Add info for shows using the id #1723

Open kolbdog3333 opened 7 months ago

kolbdog3333 commented 7 months ago

Is your feature request related to a problem? Please describe. Sometimes not all info is grabbed when you do the scraping

Describe the solution you'd like Would be nice if you could type in the id from one of the supported sites like tvdb, tvmaze, imdb, tmdb and then it can get the missing info from that site. Like for example if you scrape a tvshow episode using tvmaze but not all the info is there like overview or missing picture you can put in the id and then it will get the info from that scraper.

bugwelle commented 7 months ago

Indeed. It works(/worked) in the past for IMDb. But because not all sites have an ID format and sometimes it is ambiguous, there is no generic "insert ID and we'll select the correct scraper". It should work for some scrapers to insert an ID if the correct scraper is selected.

Please note that I no longer have the time for big feature requests, see this issue for details. If any other developer wants to add support for this feature, I'll gladly review any code changes.

Regards, Andre