i keep getting the genres i am trying to exclude, is this right or how is that done
Δεν μπορείτε να βρείτε κάποια ταινία ή σειρά; Συνδεθείτε για να τη δημιουργήσετε.
Θέλετε να αξιολογήσετε ή να προσθέσετε αυτό το στοιχείο σε μια λίστα;
Δεν είσαι μέλος;
Απάντηση από τον/την Travis Bell
στις 25 Ιανουάριος 2025 στις 06:59 ΜΜ
By using a comma, you’re asking to filter any movies that have all of those genres entered, and there is probably none.
You should switch to use a pipe
|
instead which turns it into an OR query, which I believe is what you’re actually looking for.Απάντηση από τον/την blaidyalah
στις 25 Ιανουάριος 2025 στις 07:13 ΜΜ
For some reason i still have the problem, for example when i call https://api.themoviedb.org/3/tv/popular?api_key=$$$$$&sort_by=popularity.desc I get squid game, i try calling the api with end point &without_genres=18, but i again get squid game which has a genre 18.
Απάντηση από τον/την Travis Bell
στις 25 Ιανουάριος 2025 στις 09:12 ΜΜ
Hi @blaidyalah,
I am not seeing Squid Game returned in this query:
When using
without_genres=18
, there are 149,775 results. When I remove it, there is 190,497 results which seems correct.Απάντηση από τον/την blaidyalah
στις 26 Ιανουάριος 2025 στις 04:16 ΕΊΜΑΙ
Oh yes, the problem is fixed when i use discover tv, instead of popular tv, appreciate it.