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
toolbar(3erl)						     Erlang Module Definition						     toolbar(3erl)

NAME
toolbar - GUI for Starting Tools and User Contributions DESCRIPTION
Toolbar makes it easier to use the different Erlang tools - and the user contributions - which are provided. It has a graphical user inter- face with an icon for each tool. Clicking the icon activates the corresponding tool. All tools to be included on Toolbar must have a configuration file containing information about the tool, for example its start function and help information location. Configuration files must have the .tool suffix. When started, Toolbar automatically checks for *.tool files in the current path and adds the corresponding tools. For each ebin directory found in the path, it will also look in a priv directory next to it. This is a feature of the Erlang file structure. EXPORTS
start() -> ok | already_started Creates a window containing tool icons. version() -> string() Returns the current version number of Toolbar. update() -> ok | {error,not_started} Makes a search for new tool files in the current path and adds the corresponding tools to Toolbar window. quit() -> ok | {error,not_started} create_tool_file() -> ok | {error,not_started} Starts the GUI used for creating and editing tool files. add_gs_contribs() -> ok | {error,not_started} Adds the path to the directory where the GS contributions are situated and add the tools found there, if any. Ericsson AB toolbar 1.4.1 toolbar(3erl)