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からの返信
投稿:2024年07月26日 10:37 AM
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からの返信
投稿:2024年07月26日 1:22 PM
But I can get any results with only keywords
Travis Bellからの返信
投稿:2024年08月01日 11:32 AM
Hi @byPandaDev,
As @ticao2 mentioned, this is not possible right now. I've created a new ticket to think about this here.
Cheers.