Media Info Fetcher 1.1 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Media Info Fetcher 1.1 (Default branch)
# 1  
Old 12-18-2008
Media Info Fetcher 1.1 (Default branch)

MediaInfoFetcher is a application and API that canbe used to retrieve TV show and movie metadatafrom Internet sources. This information is thenstored locally, and can be used to rename mediafiles with the correct title. It's written inJava, and should run on any platform with a JRE>= 1.6.License: GNU General Public License v3Changes:
The ability to rename Films with data fetched from the Web. A new Film source for fetching film information from imdb.com. Updated stores to store film information. A new MP4 store for storing metadata in mp4 files used in iTunes. Support for renaming .mp4 and .m4v files. Film posters are fetched from the Internet and stored in .mp4 and .m4v files. Updated to the latest format changes of the tv.com site.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
CPANPLUS::Shell::Default::Plugins::CustomSource(3pm)	 Perl Programmers Reference Guide     CPANPLUS::Shell::Default::Plugins::CustomSource(3pm)

NAME
CPANPLUS::Shell::Default::Plugins::CustomSource SYNOPSIS
### elaborate help text CPAN Terminal> /? cs ### add a new custom source CPAN Terminal> /cs --add file:///path/to/releases ### list all your custom sources by CPAN Terminal> /cs --list ### display the contents of a custom source by URI or ID CPAN Terminal> /cs --contents file:///path/to/releases CPAN Terminal> /cs --contents 1 ### Update a custom source by URI or ID CPAN Terminal> /cs --update file:///path/to/releases CPAN Terminal> /cs --update 1 ### Remove a custom source by URI or ID CPAN Terminal> /cs --remove file:///path/to/releases CPAN Terminal> /cs --remove 1 ### Write an index file for a custom source, to share ### with 3rd parties or remote users CPAN Terminal> /cs --write file:///path/to/releases ### Make sure to save your sources when adding/removing ### sources, so your changes are reflected in the cache: CPAN Terminal> x DESCRIPTION
This is a "CPANPLUS::Shell::Default" plugin that can add custom sources to your CPANPLUS installation. This is a wrapper around the "custom module sources" code as outlined in "CUSTOM MODULE SOURCES" in CPANPLUS::Backend. This allows you to extend your index of available modules beyond what's available on "CPAN" with your own local distributions, or ones offered by third parties. perl v5.12.1 2010-04-26 CPANPLUS::Shell::Default::Plugins::CustomSource(3pm)