Suggestion: Use IMDB as an information provider - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111) +---- Forum: OS independent / Other (https://forum.kodi.tv/forumdisplay.php?fid=228) +---- Thread: Suggestion: Use IMDB as an information provider (/showthread.php?tid=370554) |
Suggestion: Use IMDB as an information provider - iamGOTI - 2022-11-25 Hi can you please add an information provider for IMDB, for TV Shows & Movies? It has more information in my opinion and it's more popular, so I don't see why it isn't a feature. THank you in advance. RE: Suggestion: Use IMDB as an information provider - jjd-uk - 2022-11-25 It is also extremely expensive if you want to use their API RE: Suggestion: Use IMDB as an information provider - pkscout - 2022-11-27 I feel like "extremely expensive" might not properly capture the cost. '-) It's $150K (US) a year PLUS bandwidth usage. Developing the scraper would be the easy part. Finding someone to give Kodi a quarter of a million dollars a year would be the hard part. RE: Suggestion: Use IMDB as an information provider - jbinkley60 - 2022-11-27 (2022-11-27, 18:00)pkscout Wrote: I feel like "extremely expensive" might not properly capture the cost. '-) It's $150K (US) a year PLUS bandwidth usage. Individuals can get 5,000 API requests a day for $11.24 a month. I bought one for a year for my own use. Jeff RE: Suggestion: Use IMDB as an information provider - jjd-uk - 2022-11-27 That's the cost of a streaming service 😲 A rip off IMHO RE: Suggestion: Use IMDB as an information provider - pkscout - 2022-11-27 (2022-11-27, 18:16)jbinkley60 Wrote:That's not the official IMDB API. That's some random third party in France, and it isn't clear how they're getting access to the IMDB information. There is nothing on their site about any agreement with IMDB to resell IMDB's information, so I'm a little leery of it.(2022-11-27, 18:00)pkscout Wrote: I feel like "extremely expensive" might not properly capture the cost. '-) It's $150K (US) a year PLUS bandwidth usage. I guess if someone really wanted to, they could build a scraper that required someone to buy an API key from this place, although the idea of asking someone to pay $144 a year just to be able to use IMDB as a scraper source seems a little strange. I doubt Team Kodi would do that as an official project. Between the officially supported TMDb scrapers, there are free scrapers available for TVDB (movies and TV shows) as well as TVMaze (TV shows only). RE: Suggestion: Use IMDB as an information provider - scott967 - 2022-11-28 I suppose you could write an actual scraper rather than accessing the api, but I'm guessing IMDB employs various anti-scraper blocks/blacklists. scott s. . RE: Suggestion: Use IMDB as an information provider - jbinkley60 - 2022-11-28 (2022-11-27, 23:34)pkscout Wrote: That's not the official IMDB API. That's some random third party in France, and it isn't clear how they're getting access to the IMDB information. There is nothing on their site about any agreement with IMDB to resell IMDB's information, so I'm a little leery of it. Good callout. I actually missed that this isn't officially with IMDB. It's a web services front end. I do have to believe they have some arrangement with IMDB or they would have been shutdown by now. The API is hosted in the US via Cloudflare. I did write an artwork scraper for actors / actresses that isn't on other metadata sites. I'll decide after the year is up whether I keep the service. Jeff |