Hello,
I couldn't find any information on this to see if someone has previously asked, but is there any way we can include the IMDBId in the result for /search/movie
?
Thanks, Jamie.
Δεν μπορείτε να βρείτε κάποια ταινία ή σειρά; Συνδεθείτε για να τη δημιουργήσετε.
Θέλετε να αξιολογήσετε ή να προσθέσετε αυτό το στοιχείο σε μια λίστα;
Δεν είσαι μέλος;
Απάντηση από τον/την Travis Bell
στις 19 Οκτώβριος 2016 στις 06:53 ΜΜ
Hi Jamie,
Unfortunately, no. This is not currently supported.
Απάντηση από τον/την tidusjar
στις 20 Οκτώβριος 2016 στις 03:59 ΕΊΜΑΙ
Thanks for the reply Travis.
Is this something that will be added in the future? My reason for this request, is that when using the search API I format the results into a list and include the imdb link with TheMovieDB link, to do this i am having to call
/search/movie
and then/movie/{movie_id}
to get the imdb, this means for each item returned in/search/movie
there will always be another API call, more traffic for you and slower searching for my users :(Απάντηση από τον/την Travis Bell
στις 20 Οκτώβριος 2016 στις 09:57 ΕΊΜΑΙ
Hi Jamie,
No plans right now, no. One of the things that might get introduced in v4 is the ability to build custom responses. It should be noted however that work on v4 is low-ish priority but the wheels are starting to turn about what could be done in the new version.
Απάντηση από τον/την tidusjar
στις 20 Οκτώβριος 2016 στις 10:08 ΕΊΜΑΙ
Ok thanks for the help! Guess if I want that functionality I'll have to make 2 calls :'(
Απάντηση από τον/την Travis Bell
στις 20 Οκτώβριος 2016 στις 10:29 ΕΊΜΑΙ
Yes, that's right.