VideoGuide Blog


July 19, 2007

The IMDB::Film 0.29 is out!

Filed under: Modules, Development, IMDB::Film — Michael Stepanov @ 5:48 am

Yesterday I released a new version of IMDB::Film. The changelog includes following:

  • added a possibility to find movie by its title together with year:
    my $imdb_obj = new IMDB::Film(crit => 'Jack', year => 2003);
    As result the Jack 2003 will be loaded into created object instead of first movie in the search results as it was before.
  • modified a logic of movie search to avoid including icons URls into result set;
  • removed duplicates from the search list;
  • fixed a bug with parsing list of writes in case if there is an only one person.

The module is available in CPAN. Enjoy!

April 2, 2007

Yet another bug fixes

Filed under: Releases, Development, IMDB::Film — Michael Stepanov @ 10:43 pm

Yesterday I released a new version of IMDB::Film. There are manly bug fixes. I modified a parsing of list of writes and directors to avoid adding wrong items into result (thanks a lot to Andy Dales for his bugreport). Also, I added a few tests to cover modified functionality.
You can download the IMDB::Film 0.26 from CPAN and test it. Enjoy!

February 20, 2007

New release IMDB::Film

Filed under: Development, IMDB::Film — Michael Stepanov @ 6:53 am

Today I release a new version of IMDB::Film. The reason was an update of IMDB site. As result of this update most functions in the module return wrong information. I fixed it and uploaded a correct version to the CPAN. Enjoy!

December 21, 2006

Subversion repository for modules

Filed under: Modules, Development — Michael Stepanov @ 9:10 am

Now all modules are available in Subversion repository:

  • IMDB::Film
    svn co https://videoguide.svn.sourceforge.net/svnroot/videoguide/trunk/modules/IMDB-Film IMDB-Film
  • WWW::Yahoo::Movies
    svn co https://videoguide.svn.sourceforge.net/svnroot/videoguide/trunk/modules/WWW-Yahoo-Movies WWW-Yahoo-Movies

There are a few development modules related with movie. You can try them as well:

  • Movie-Kinoafisha - Perl extension to grub movie info from Russian site kinoafish.ru
    svn co https://videoguide.svn.sourceforge.net/svnroot/videoguide/trunk/modules/Movie-Kinoafisha
    Movie-Kinoafisha
  • WWW-IMDB-Tops - Perl extension to get IMDB tops -
    svn co https://videoguide.svn.sourceforge.net/svnroot/videoguide/trunk/modules/WWW-IMDB-Tops WWW-IMDB-Tops
  • WWW-IMDB-MyAccount - Perl extension to get your IMDB account info -
    svn co https://videoguide.svn.sourceforge.net/svnroot/videoguide/trunk/modules/WWW-IMDB-MyAccount WWW-IMDB-MyAccount

December 18, 2006

WWW::Yahoo::Movies 0.03 is out

Filed under: Modules, Development, WWW::Yahoo::Movies — Michael Stepanov @ 11:38 pm

I’ve released a new version of WWW::Yahoo::Movies. This module may help you grub information about your favorite movies from Yahoo! Movies.
The changes are not so big. I’ve added new methods to retrieve a list of movie people: cast, directors and producers. Also, I’ve fixed a bug with processing main movie info. So, test it, use it and send me bug-reports/suggestions/ideas.