MPlayer Tools 7.0.20090202 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News MPlayer Tools 7.0.20090202 (Default branch)
# 1  
Old 02-02-2009
MPlayer Tools 7.0.20090202 (Default branch)

Image mplayer-tools is a CLI tool collection for MPlayer with a GUI frontend.You can record and timeshift from your TV tuner. It also remembers movies and positions to resume a movie easily. It has support for movie series, play history, playlist in the GUI, and many useful options. License: GNU General Public License (GPL) Changes:
This release adds a GUI. It adds condition subject ps (currently running processes), subject gui, and guiguest with values on or off. It adds the options enable_output, force_gui_osd, disable_logging, disable_guiguest, and eof_tresshold. Player mode output has been optimized for slow terminals. Erroneous sorting in msize is fixed. extractseries() has been modified for DVD streams and for files (lower case and spaces). mstrip has disable_consecutivegather. mhelp accepts an object name (and a filename) to dump. msynclog has been added. The tvrecord option chunksize and quality override from the CLI have been added. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
QWPrimitives(3pm)					User Contributed Perl Documentation					 QWPrimitives(3pm)

NAME
Net::DNS::SEC::Tools::QWPrimitives - QWizard primitives for DNSSEC-Tools SYNOPSIS
use Net::DNS::SEC::Tools::QWPrimitives; use Getopt::Long::GUI; our @guiargs; DTGetOptions( ..., ['GUI:nootherargs',1], ['GUI:otherprimaries',dnssec_tools_get_qwprimitives()], ['GUI:submodules','getzonefiles','getzonenames'], ); DESCRIPTION
QWizard is a dynamic GUI-construction kit. It displays a series of questions, then retrieves and acts upon the answers. This module provides access to QWizard for DNSSEC-Tools software. In particular, the dnssec_tools_get_qwprimitives() returns a set of primary screens for requesting a set of zone files followed by a set of domain names for those zone files. These are then pushed into the @guiargs which should be treated as the final ARGV array to process. COPYRIGHT
Copyright 2005-2012 SPARTA, Inc. All rights reserved. See the COPYING file included with the DNSSEC-Tools package for details. AUTHOR
Wes Hardaker <hardaker@users.sourceforge.net> SEE ALSO
Getopt::GUI::Long(3), Net::DNS(3), QWizard(3) http://www.dnssec-tools.org perl v5.14.2 2012-01-27 QWPrimitives(3pm)