phpVideoPro 0.2 (Tools branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News phpVideoPro 0.2 (Tools branch)
# 1  
Old 01-23-2009
phpVideoPro 0.2 (Tools branch)

ImagephpVideoPro is a program to manage your collectionof DVDs, Video CDs, and video tapes. It stores alldata in a database, and provides you with featuresfor adding/changing entries, displaying lists,printing labels and lists, and more. An onlinehelp system is built-in to guide you whennecessary, and an integrated user/sessionmanagement protects your data against unauthorizedaccess. Support for multiple languages isprovided, and supported databases include MySQLand PostgreSQL.License: GNU General Public License (GPL)Changes:
A script to retrieve the person IMDB IDs for thecrew members has beenadded. Due to changes in phpVideoPro (e.g., thedatabase), the movie IDscript had to be updated as well. Its name hasbeen changed to make itspurpose clearer.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
WebService::YouTube::Video(3pm) 			User Contributed Perl Documentation			   WebService::YouTube::Video(3pm)

NAME
WebService::YouTube::Video - Video class for YouTube. VERSION
This document describes WebService::YouTube::Video version 1.0.3 SYNOPSIS
use WebService::YouTube::Video; my $video = WebService::YouTube::Video->new( { ... } ); DESCRIPTION
This is a video class for YouTube. SUBROUTINES
/METHODS new(\%fields) Creates and returns a new WebService::YouTube::Video object. %fields can contain parameters enumerated in "ACCESSORS" section. ACCESSORS id author comment_count description length_seconds rating_avg rating_count tags thumbnail_url title upload_time url view_count DIAGNOSTICS
None. CONFIGURATION AND ENVIRONMENT
WebService::YouTube::Video requires no configuration files or environment variables. DEPENDENCIES
WebService::YouTube, Class::Accessor::Fast INCOMPATIBILITIES
None reported. BUGS AND LIMITATIONS
No bugs have been reported. Please report any bugs or feature requests to "bug-webservice-youtube@rt.cpan.org", or through the web interface at <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=WebService-YouTube>. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes. AUTHOR
Hironori Yoshida <yoshida@cpan.org> LICENSE AND COPYRIGHT
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic. perl v5.10.1 2009-01-20 WebService::YouTube::Video(3pm)