VideoGuide 0.21 review

Download
by rbytes.net on

VideoGuide is content management system for video libraries

License: GPL (GNU General Public License)
File size: 0K
Developer: Mikhail Stepanov
0 stars award from rbytes.net

VideoGuide is content management system for video libraries. It allows you organize your video files, added film descriptions from IMDB.com or manually, assing genres, persons etc.

There is a new feature in the module IMDB::Film. Now you can retrieve a list of official sites of specified movie. Sometimes it might be useful especially for movie reviews . Also, I’ve improved a cache mechanism. I’ve added a new option - clear_cache which indicates clear cached data or not. Instead of removing cache directory manually you can just pass clear_cache => 1 in the object constructor and cache will be cleared.

To install this module type the following:
perl Makefile.PL
make
make test
make install

To install this module in the specific path use:
perl Makefile.PL PREFIX=/path/to/your/lib

To install the module in your home directory use that command:
perl Makefile.PL PREFIX=YOU_HOME/path/to/your/lib

Also, you can use CPAN shell:
> perl -MCPAN -e shell
cpan> install IMDB::Film

or use command 'cpan':
> cpan install IMDB::Film

What's New in This Release:
added retrieving official site urls for specified movie;
added possibility to clean cached data;
added new test for official sites;
fixed a bug with test of full plot of movie;
fixed a bug with test of movie trivia.

VideoGuide 0.21 keywords