Hi,
I am trying to enrich data for Netflix, and I need support for all countries Netflix offers a service in. If you are on Android and live in Canada, you can test the app here: https://play.google.com/store/apps/details?id=ca.ypg.converse . I will add support for all other countries when I can resolve this issue :)
Ok so, when I search for a movie for which I have a title in Portuguese (Brazil), for example the movie "Set Up" which is titled "Sem Lei" in Brazil, I get two results but I have no possible way to know which one is correct.
https://api.themoviedb.org/3/search/movie?query=Sem+lei&year=2011&api_key={API_KEY HERE}
Could it be possible to append "alternative titles" to the movie search response; this way I could figure out with one is the right one. Thanks.
M
找不到电影或节目?登录并创建它吧。
Travis Bell 的回复
于 2015 年 06 月 03 日 3:29下午
Hi mlegris,
We don't have any way of getting the functionality you're looking for with the way the API is designed right now. I'm aware of this limitation and it is something that will need a whole new implementation for I think (ie. a v4).
mlegris 的回复
于 2015 年 06 月 04 日 12:47下午
Hi Travis,
thanks for the response. Is your API open source? maybe I could code it? Been coding for 20 years, I'm sure there is a way ;)
danke
M
Travis Bell 的回复
于 2015 年 06 月 04 日 12:55下午
Hi mlegris,
Unfortunately, no, it is not. The problem originates at ElasticSearch, it's a significant re-factor to get the change you're looking for :D
mlegris 的回复
于 2015 年 06 月 04 日 12:56下午
mm refactoring regularly is good, otherwise I find I get stuck in patterns and hold back on my ideas. which sucks. but I see what you are saying. What's the stack?
Travis Bell 的回复
于 2015 年 06 月 04 日 1:09下午
Yup, it is but my time is limited and re-factoring search is not in the cards right now.
TMDb is primarily Ruby, MongoDB and ElasticSearch. We've recently introduced some Lua into the stack (via OpenResty) and are super impressed with it. There's likely a few of our services that will be re-written in Lua now.