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
Δεν μπορείτε να βρείτε κάποια ταινία ή σειρά; Συνδεθείτε για να τη δημιουργήσετε.
Θέλετε να αξιολογήσετε ή να προσθέσετε αυτό το στοιχείο σε μια λίστα;
Δεν είσαι μέλος;
Απάντηση από τον/την Travis Bell
στις 22 Σεπτέμβριος 2015 στις 11:00 ΕΊΜΑΙ
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.
Απάντηση από τον/την bernardofbbraga
στις 22 Σεπτέμβριος 2015 στις 11:39 ΕΊΜΑΙ
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).
Απάντηση από τον/την Travis Bell
στις 5 Δεκέμβριος 2016 στις 06:51 ΜΜ
Hi @bernardofbbraga I just added a
with_original_language
filter.Cheers.