Hello, I'm currently trying to replicate the brazilian movies in my local database. I am currently parsing through the movies one by one as suggested here: https://www.themoviedb.org/talk/52e7eb18760ee3244902ac8d I keep the movies produced in brazil and with portuguese as the original language. It is taking a long time to process with the 40 requests/10 seconds rule and I'm not getting many hits because some Brazilian movies are not tagged as such. Is there a way to query the database to get specific results such as the ones I'm looking for? I guess Discover would be an option but the 1000 page limit doesn't allow this method to be good enough for me
thank you
Etkö löydä elokuvaa tai TV-ohjelmaa? Kirjaudu sisään lisätäksesi se.
Haluatko pisteyttää vai lisätä tämän nimikkeen listaan?
Ei rekisteröitynyt jäsen?
Vastaus käyttäjältä Travis Bell
22 syyskuu 2015 klo 11:00AM
Hi bernardofbbraga,
Unfortunately there isn't really a great way to do this right now. I think you're looking for ticket #464. It is really the only way you could accurately get the information you're looking for.
Vastaus käyttäjältä bernardofbbraga
22 syyskuu 2015 klo 11:39AM
Yes, most likely. I've created an account and I'm watching that ticket now, thanks.
For reference to future people with a problem similar as mine: I've managed to find a list of brazilian movie names in wikipedia and I'm picking them by name, which kind of deals with the problem of some movies not having language or release data and is a much faster approach. Caveat, there still may be movies in themoviedb that are not in the wikipedia list (and there are movies in the list which are not in themoviedb).
Vastaus käyttäjältä Travis Bell
5 joulukuu 2016 klo 6:51PM
Hi @bernardofbbraga I just added a
with_original_language
filter.Cheers.