tboothman / imdbphp

PHP library for retrieving film and tv information from IMDb
253 stars 84 forks source link

get images by type including image-tags #205

Open wunderkinnd opened 4 years ago

wunderkinnd commented 4 years ago

Hi, use the imdbphp quite some time now and you make a wonderful job, thank you very much

I would like to have a new feature. movie->mainPictures() retreaves only 6 images, I think.

It would be perfect, if it would be possible to get ALL images to a movie by type (Event, Still Frame, Publicity, Poster)

So the call picturesByType('Still Frame') retreaves every Image saved on imdb including the Tags (eg People)

tboothman commented 3 years ago

Similar request to #187