Simple Movie Catalog will scan a given directory for movies, query IMDb for info, and generate a catalog in HTML that offers sorting and grouping of found movies by different criteria.
| Tags | multimedia |
|---|---|
| Licenses | GPLv3 |
| Operating Systems | OS Independent |
| Implementation | Perl |
Recent releases


Release Notes: This release updates IMDB rating and adds minor fixes and improvements.


Release Notes: This release adds updates for IMDB site changes and removes deprecated use of goto in Perl.


Release Notes: This version updates parsing of movie titles.


Release Notes: This release updates parsing of IMDB rating values and sets the default theme to white.


Release Notes: The option -origtitle has been fixed. A new theme has been added (grey), which is now the default. The white theme has been updated for better compatibility with Firefox and IE.
Recent comments
18 Mar 2010 21:47
blaer: thanks, I release 1.4.0 now which should fix this and other imdb layout changes.
24 Feb 2010 14:27
IMDB seems to have changed their layout a bit. Plot's were not downloaded by smoviecat.
In file IMDB_Movie.pm change the line that says:
my $plot = _get_info(shift, "plot");
into
my $plot = _get_info(shift, "plot","h5","/div");
to get it working again.