WebService::IMDBAPI is a Perl 5 interface to the IMDB API, a free service which provides a nice API to the IMDB data.
The synopsis shows how to use it:
|
I will be using this as a source to App::MP4Meta. It currently uses IMDB::Film, which gets its data by screen scraping but was once again broken by changes to the IMDB. Using this API should be a lot more reliable.
A new version of App::MP4Meta which uses WebService::IMDBAPI should be ready a bit later.