Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

goobox(1) [debian man page]

GOOBOX(1)						      General Commands Manual							 GOOBOX(1)

NAME
goobox -- graphical CD player and ripper for GNOME SYNOPSIS
goobox [OPTION] [...] DESCRIPTION
goobox is an easy-to-use graphical CD player and ripper for GNOME 2 desktop environment. It can play CDs, rip them (i.e. save them to files) and display album cover images for them. It uses the GStreamer framework to rip and play the CD and musicbrainz to index the CD. OPTIONS
Application Options: --eject Eject the CD --hide-show Hide/Show the main window. --next Play the next track. --play Play the CD on startup. --play-pause Play/Pause --previous Play the previous track. --quit Quit the application. --stop Stop playing --volume-down Volume down --volume-up Volume up -d --device=DEVICE_PATH CD device to be used. --display=DISPLAY X display to use. -v --version Show version of program. Help Options: -h --help Show help options. --help-all Show all help options. --help-gst Show GStreamer options. --help-gtk Show GTK+ options. --help-sm-client Show session management options. GStreamer Options: --gst-version Show the GStreamer version. --gst-fatal-warnings Make all warnings fatal. --gst-debug-help Show available debug categories and exit. --gst-debug-level=LEVEL Default debug level from 1 (only error) to 5 (anything) or 0 for no output. --gst-debug=LIST Comma-separated list of category_name:level pairs to set specific levels for the individual categories. Example: GST_AUTO- PLUG:5,GST_ELEMENT_*:3. --gst-debug-no-color Disable colored debugging output. --gst-debug-disable Disable debugging. --gst-plugin-spew Enable verbose plugin loading diagnostics. --gst-plugin-path=PATHS Colon-separated paths containing plugins. --gst-plugin-load=PLUGINS Comma-separated list of plugins to preload in addition to the list stored in environment variable GST_PLUGIN_PATH. --gst-disable-segtrap Disable trapping of segmentation faults during plugin loading. --gst-disable-registry-update Disable updating the registry. --gst-disable-registry-fork Disable the use of fork() while scanning the registry. GTK+ Options: --class=CLASS Program class as used by the window manager. --name=NAME Program name as used by the window manager. --screen=SCREEN X screen to use. --sync Make X calls synchronous. --gtk-module=MODULES Load additional GTK+ modules. --g-fatal-warnings Make all warnings fatal. Session management Options: --sm-client-id=ID Specify session management ID. --sm-client-state-file=FILE Specify file containing saved configuration. --sm-disable Disable connection to session manager. SEE ALSO
gnome-cd(1), sound-juicer(1), grip(1) AUTHOR
This manual page was written by Dan Korostelev dan@ats.energo.ru for the Debian system (but may be used by others). It was later updated by Helge Kreutzmann debian@helgefjell.de. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 or any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. GOOBOX(1)

Check Out this Related Man Page

gst-std-options(5)						   User Commands						gst-std-options(5)

NAME
gst-std-options - standard options available for most GStreamer applications DESCRIPTION
GStreamer standard options which are available for most GStreamer based applications. OPTIONS
The following options are supported: --help-gst Display GStreamer help options. --gst-debug-disable Disables debugging. --gst-debug-help Prints a list of available debug categories and their default debugging level. --gst-debug-level=level Sets the threshold for printing debugging messages. A higher level prints more messages. The useful range is 0-5, the default value is 0. --gst-debug-no-color GStreamer normally prints debugging messages so that the messages are color-coded when printed to a terminal that handles ANSI escape sequences. This option causes GStreamer to print messages without color. Setting the GST_DEBUG_NO_COLOR environment variable achieves the same thing. --gst-debug=string Specifies debugging levels for each category, where string is a colon-separated list of category_name=level pairs. level is in the range 0-5 where 0 shows no messages and 5 shows all messages. The wildcard * can be used to match category names. Use the --gst-debug- help option to show category names. Example: GST_CAT=5:GST_ELEMENT_*=3 --gst-disable-registry-fork Disable the use of fork(2) when scanning the registry. --gst-disable-segtrap Disables trapping of segmentation faults during plugin loading. --gst-fatal-warnings Causes GStreamer to abort if a warning message occurs. --gst-plugin-load=plugins Preloads the plugins specified in a comma-separated list. Another way to specify plugins to preload is to use the environment variable GST_PLUGIN_PATH. --gst-plugin-path=path Adds directories separated with ':' to the plugin search path. --gst-plugin-spew GStreamer info flags to set Enable printout of errors while loading GStreamer plugins. --gst-version Prints the version string of the GStreamer core library. ENVIRONMENT VARIABLES
See environ(5) for descriptions of the following environment variables: GST_DEBUG Comma-separated list of debug categories and levels. Values are the same as used with the --gst-debug argument. GST_DEBUG_NO_COLOR When this environment variable is set, colored debug output is disabled. GST_REGISTRY Path of the registry file. Default is ~/.gstreamer-0.10/registry-*.xml. GST_PLUGIN_PATH Specify a list of directories to scan for additional plugins. These take precedence over the system plugins. GST_PLUGIN_SYSTEM_PATH Specifies a list of plugins that are always loaded by default. If not set, this defaults to the system-installed path, and the plugins installed in the user's home directory. OIL_CPU_FLAGS Useful liboil environment variable. Set OIL_CPU_FLAGS=0 when debugging tools trip over liboil's CPU detection. FILES
The following files are used by GStreamer based applications: ~/gstreamer-0.10/registry-*.xml The XML plugin database. Can be deleted at any time, and it will be recreated automatically when it is needed or when the installed plugins change. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWgnome-media | +-----------------------------+-----------------------------+ |Interface stability |Volatile | +-----------------------------+-----------------------------+ SEE ALSO
gst-feedback(1), gst-inspect(1), gst-launch(1), gst-typefind(1), gst-xmlinspect(1), gst-xmllaunch(1), gstreamer-properties(1), libgstreamer-0.10(3), attributes(5), environ(5), gnome-interfaces(5) NOTES
Original man page written by the GStreamer team at http://gstreamer.net/. Updated by Brian Cameron, Sun Microsystems Inc., 2004, 2006, 2007. SunOS 5.11 12 Nov 2007 gst-std-options(5)
Man Page