Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

exaile(1) [debian man page]

EXAILE(1)							   User Commands							 EXAILE(1)

NAME
exaile - music manager and player DESCRIPTION
exaile [OPTION]... [URI] OPTIONS
Playback Options: -n, --next Play the next track -p, --prev Play the previous track -s, --stop Stop playback -a, --play Play -t, --play-pause Pause or resume playback --stop-after-current Stop playback after current track Collection Options: --add=LOCATION Add tracks from LOCATION to the collection Track Options: -q, --query Query player --gui-query Show a popup with data of the current track --get-title Print the title of current track --get-album Print the album of current track --get-artist Print the artist of current track --get-length Print the length of current track --set-rating=N Set rating for current track to N% --get-rating Get rating for current track --current-position Print the current playback position as time --current-progress Print the current playback progress as percentage Volume Options: -i N, --increase-vol=N Increases the volume by N% -l N, --decrease-vol=N Decreases the volume by N% -m, --toggle-mute Mutes or unmutes the volume --get-volume Print the current volume percentage Other Options: --new Start new instance -h, --help Show this help message and exit --version Show program's version number and exit. --start-minimized Start minimized (to tray, if possible) --toggle-visible Toggle visibility of the GUI (if possible) --safemode Start in safe mode - sometimes useful when you're running into problems --force-import Force import of old data from version 0.2.x (Overwrites current data) --no-import Do not import old data from version 0.2.x --start-anyway Make control options like --play start Exaile if it is not running Development/Debug Options: --datadir=DIRECTORY Set data directory --debug Show debugging output --eventdebug Enable debugging of xl.event. Generates LOTS of output --eventfilter=TYPE Limits event debug to output of TYPE --quiet Reduce level of output --startgui --no-dbus Disable D-Bus support --no-hal Disable HAL support. exaile 0.3.2.2 May 2012 EXAILE(1)

Check Out this Related Man Page

rhythmbox(1)						      General Commands Manual						      rhythmbox(1)

NAME
rhythmbox-client - controls a running instance of rhythmbox SYNOPSIS
rhythmbox-client [option...][file...] DESCRIPTION
rhythmbox-client is a tool for controlling an already running instance of rhythmbox. It's useful for remote control scripting, adding spe- cific files to the library from the shell, or printing details of what's playing. Any files specified after the option arguments will be added to the library. If the --enqueue option is given, the files will also be added to the play queue. OPTIONS
-?,--help Show help options --debug Enable debug output --no-start Do not start a new instance of rhythmbox --quit Quit rhythmbox --no-present Don't present an existing rhythmbox window --hide Hide the rhythmbox window --next Jump to next song --previous Jump to previous song --notify Show notification of the playing song --play Resume playback if currently paused --pause Pause playback if currently playing --play-pause Toggle play/pause mode --play-uri=URI Play a specified URI, importing it if necessary --enqueue Add specified tracks already in the library to the play queue --clear-queue Empty the play queue before adding new tracks --print-playing Print the title and artist of the playing song --print-playing-format=format Print formatted details of the song (see FORMAT OPTIONS below). --set-volume Set the playback volume --volume-up Increase the playback volume --volume-down Decrease the playback volume --print-volume Print the current playback volume --mute Mute playback --unmute Unmute playback --select-source=URI Select the source corresponding to a URI (device or mount point) --activate-source=URI Select the source corresponding to a URI (device or mount point) and start playing from it if not already playing. --play-source=URI Select the source corresponding to a URI (device or mount point) and start playing from it. FORMAT OPTIONS
%at album title %aa album artist %aA album artist (lowercase) %as album artist sortname %aS album artist sortname (lowercase) %ay album year %ag album genre %aG album genre (lowercase) %an album disc number %aN album disc number, zero padded %st stream title %tn track number (i.e 8) %tN track number, zero padded (i.e 08) %tt track title %ta track artist %tA track artist (lowercase) %ts track artist sortname %tS track artist sortname (lowercase) %td track duration %te track elapsed time Variables can be combined using quotes. For example "%tn %aa %tt", will print the track number followed by the artist and the title of the track. AUTHOR
This manual page was written by Sven Arvidsson <sa@whiz.se>, for the Debian system (but may be used by others). SEE ALSO
rhythmbox(1). GNOME
2007-06-28 rhythmbox(1)
Man Page