Closed mporsch closed 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.
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
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