-
Notifications
You must be signed in to change notification settings - Fork 3
Description
We can probably just remove OMDb. Unfortunately we found it before TMDB. If we had found TMDB first, we probably wouldn't have added OMDb.
And yes I agree it would be good to fix for entries without IMDb IDs.
If we get ride of OMDb, do we really need OpenSubtitles, as it is mainly used to find the imdb id ?
Maybe I'm wrong but, if we are using only TMDB, we can implement TMDB directly on java side.
On app, users can add a TMDB key on config (as it is easy/free to have key) or leave empty.
App show them an advice that having a key is quicker.
If key, the app use direct TMDB requests with their own API key.
If no key (default), the app ask the api server to request for them (like a relay with some security to prevent bad usage) ?
I think it's like other app do.