spenap / butaca

Movie database application for the Nokia N9
GNU General Public License v3.0
7 stars 9 forks source link

add TV series information #22

Closed mporsch closed 10 years ago

mporsch commented 10 years ago

Should butaca list TV series as well?

Technically surely possible. I.e. add TV_credits to the API request here https://github.com/mporsch/butaca/blob/master/src/qml/PersonView.qml#L183

spenap commented 10 years ago

Back when I was most active, the popular website to look for TV series was http://thetvdb.com/, which had Free / Open Source API and database. Although TheMovieDb started with a similar open license, I couldn't find anything in their current license that supports that.

In my opinion, there are two possible options if you want to add TV Series support:

However, again this all depends on medium and long term goals. For a project like Butaca, it is probably better to think in short term, and simply keep the code a bit abstract so adding other backends in an hypothetical future is not impossible, and going now for TMDb instead of thetvdb.

mporsch commented 10 years ago

TMDB provides the required information and has the benefit to keep the app simpler by using one database API.

Implemented in commits https://github.com/spenap/butaca/commit/2a9f7ab346e1affd39e1f619539ade2047009113 https://github.com/spenap/butaca/commit/9041cc306cde6fc9bf7634eb25577221e70a00fb