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
Nu găsiți un film sau un serial? Autentificați-vă pentru a-l crea.
Doriți să evaluați sau să adăugați acest articol într-o listă?
Nu sunteți membru?
Răspuns de Travis Bell
pe data de 22 septembrie 2015 la ora 11:00 AM
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.
Răspuns de bernardofbbraga
pe data de 22 septembrie 2015 la ora 11:39 AM
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).
Răspuns de Travis Bell
pe data de 5 decembrie 2016 la ora 6:51 PM
Hi @bernardofbbraga I just added a
with_original_language
filter.Cheers.