Simple Movie Catalog 1.3.0 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Simple Movie Catalog 1.3.0 (Default branch)
# 1  
Old 01-11-2009
Simple Movie Catalog 1.3.0 (Default branch)

Image 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. License: GNU General Public License v3 Changes:
This release adds the ability to tag movies and then use these tags in the report filtering. Tags are assigned automatically based on IMDB movie type, path matching, and movie matching, and can also be user defined. This release adds also an option to specify additional media file extensions as well as recognition of the ratdvd and tivo media file types. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
HTML::FormHandler::Widget::Wrapper::Simple(3pm) 	User Contributed Perl Documentation	   HTML::FormHandler::Widget::Wrapper::Simple(3pm)

NAME
HTML::FormHandler::Widget::Wrapper::Simple - simple field wrapper VERSION
version 0.40013 SYNOPSIS
This is the default wrapper role. It will be installed if no other wrapper is specified and widget_wrapper is not set to 'none'. Relevant field flags: do_wrapper do_label If 'do_label' is set and not 'do_wrapper', only the label plus the form element will be rendered. Supported 'tags': wrapper_tag -- the tag to use in the wrapper, default 'div' label_tag -- tag to use for label (default 'label') label_after -- string to append to label, for example ': ' to append a colon before_element -- string that goes right before the element after_element -- string that goes right after the element no_errors -- don't issue error messages on the field error_class -- class for error messages (default 'error_message') warning_class -- class for warning messages (default 'warning_message' ) no_wrapped_label -- for checkboxes. Don't provide an inner wrapped label (from Base wrapper) AUTHOR
FormHandler Contributors - see HTML::FormHandler COPYRIGHT AND LICENSE
This software is copyright (c) 2012 by Gerda Shank. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. perl v5.14.2 2012-06-25 HTML::FormHandler::Widget::Wrapper::Simple(3pm)