wunderkinnd

Results 3 issues of wunderkinnd

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...

enhancement
help wanted

Returning empty array when calling $movie->awards(); eg on tt0059575 code example $imdbid = 0059575; $config = new \Imdb\Config(); $config->language = 'de-DE,de,en'; $movie = new \Imdb\Title($imdbid, $config); $imdb_awards = $movie->awards(); echo...

When I try to run the html locally (without apache) I get an error, that the json File is not reachable. Uploaded to a webserver everything works fine. Is there...