jayrambhia / MovieRatings

Android app to show movie ratings when browsing Netflix, Amazon Prime Video and other supported video streaming apps on the phone
GNU General Public License v3.0
73 stars 20 forks source link

Investigate other APIs (TVDb, etc) #35

Closed jayrambhia closed 6 years ago

jayrambhia commented 6 years ago

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

jayrambhia commented 6 years ago

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 commented 6 years ago

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 commented 6 years ago

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.