Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate other APIs (TVDb, etc) #35

Closed
jayrambhia opened this issue May 7, 2018 · 3 comments
Closed

Investigate other APIs (TVDb, etc) #35

jayrambhia opened this issue May 7, 2018 · 3 comments
Labels
Projects

Comments

@jayrambhia
Copy link
Owner

Right now, Flutter is using OMDb API. It works most of the times, but we need something better.

  • Better search results even if provided year is incorrect.
  • Able to find movies based on translated titles.
  • Give rotten tomatoes ratings also.
@jayrambhia jayrambhia created this issue from a note in Features (To Do) May 7, 2018
@jayrambhia
Copy link
Owner Author

TMDb

pros cons
supports translated titles limting rate
huge community and data does not provide imdb rating

TVDb

pros cons
supports translated titles Only TV data
huge community and data login mechanism is restricting

@jayrambhia
Copy link
Owner Author

Imdb offers their exported database for non-commercial usage https://www.imdb.com/interfaces/ which are updated daily.

Proposal: Make a backend server system for ratings as the database has translated titles.

@jayrambhia
Copy link
Owner Author

After looking into this, TMDb and TVDb are not a good fit. I have started working on my own server which will feed imdb ratings.

Features automation moved this from To Do to Done Jul 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Features
  
Done
Development

No branches or pull requests

1 participant