Imdb
Categories
Component ID
2784905
Component name
Imdb
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Component created
Component changed
Component body
This module provides an API for developers to use on their custom work.
Imdb module uses imdbphp library to grab movie data from imdb title id and search titles.
Requirements
Install imdbphp library version 4.1.0 or above. The path should be sites/all/libraries/imdbphp/bootstrap.php
Usage
1. Get full movie attributes from imdb title id:$title = imdb_get_full(0390244);
It returns an object with a lot of attributes.
2. Search titles:$titles = imdb_search("The Matrix","Movie")
It returns a number of search results
