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-register-0.8(1)						   User Commands					       gst-register-0.8(1)

NAME
gst-register-0.8, gst-register - register GStreamer plugins SYNOPSIS
gst-register-0.8 [gst-std-options] gst-register [gst-std-options] [--gst-list-mm] [--gst-mm=string] [--print] DESCRIPTION
gst-register-0.8 registers all of the GStreamer plugins on your system. gst-register-0.8 creates a listing of their properties so that on startup of GStreamer-based applications, you do not need to load plugins until you need them. When run as the root user, gst-register-0.8 creates the Global GStreamer plugin registry which is stored in /var/cache/gstreamer-X.X/reg- istry.xml, where X.X is the GStreamer major and minor version number. When run as a user other than the root user, gst-register-0.8 creates a user registry ~/.gstreamer-X.X/registry.xml, where X.X is the GStreamer major and minor version number. Programs that uses GStreamer use the user plugin registry if it exists, and use the Global plugin registry if not. gst-register is a wrapper script that runs the latest installed version of gst-register-X.X. For example, if both gst-register-0.7 and gst- register-0.8 are installed on your system, gst-register runs gst-register-0.8. OPTIONS
The following options are supported by gst-register-0.8 and gst-register: gst-std-options Standard options available for use with most GStreamer applications. See gst-std-options(5) for more information. The following options are supported by gst-register only: --gst-list-mm List found major/minor versions. This option displays the versions that are available. --gst-mm=string Force major/minor version. This option enables you to specify a specific version to run, if you do not want to run the default version. --print Print wrapped command line. This option displays the command that will be run, and then runs the command. EXAMPLES
Example 1: Running the Wrapper Script and Displaying the Command Name example% gst-register --print /usr/bin/gst-register-0.8 FILES
The following files are used by this application: /usr/bin/gst-register-0.Executable to register GStreamer plugins /usr/bin/gst-register Wrapper script that runs the latest installed version of gst-register-X.X /var/cache/gstreamer-X.XGStreamer.global plugin registry, where X.X is the GStreamer major and minor version number. ~/.gstreamer-X.X/registrGStreamer user plugin registry, where X.X is the GStreamer major and minor version number. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWgnome-media | +-----------------------------+-----------------------------+ |Interface stability |External | +-----------------------------+-----------------------------+ SEE ALSO
gst-complete(1), gst-compprep(1), gst-feedback(1), gst-inspect(1), gst-launch(1), gst-launch-ext(1), gst-md5sum(1), gst-thumbnail(1), gst- typefind(1), gst-xmlinspect(1), gst-xmllaunch(1), gstreamer-properties(1), libgstreamer-0.8(3), libgstgetbits(3), gst-std-options(5) NOTES
Original man page written by the GStreamer team at http://gstreamer.net/. Updated by Brian Cameron, Sun Microsystems Inc., 2004. SunOS 5.10 14 Oct 2004 gst-register-0.8(1)
Man Page