Hey, I want to include the tmdb-api in my website where you can describe a scene and get the movies back that contain that scene. But how can I search for the movies. The normal movie search and the keyword search are only for the title
فیلم و نمایش تلویزیونی را نمیتوانید پیدا کنید؟ به سیستم وارد شوید تا آن را ایجاد کنید.
آیا میخواهید به این مورد امتیاز دهید یا به فهرست اضافه کنید؟
عضو نیستید؟
پاسخ توسط ticao2 🇧🇷 pt-BR
در تاریخ ژوئیه 26, 2024 ساعت 10:37 ق.ض
What you want to do is search the TMDb database with only scene descriptions?
That's not possible.
There is no field with scene descriptions in the database.
What exists is a field with keywords.
And keywords are not for words in the title. It's a field with only keywords.
Maybe this will help you.
https://developer.themoviedb.org/reference/discover-movie
Using the with_keywords filter.
پاسخ توسط byPandaDev
در تاریخ ژوئیه 26, 2024 ساعت 1:22 ب.ض
But I can get any results with only keywords
پاسخ توسط Travis Bell
در تاریخ اوت 1, 2024 ساعت 11:32 ق.ض
Hi @byPandaDev,
As @ticao2 mentioned, this is not possible right now. I've created a new ticket to think about this here.
Cheers.