Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gmpc-remote(1) [debian man page]

gmpc-remote(1)					    Gnome Music Player Client - Remote control					    gmpc-remote(1)

NAME
gmpc-remote - a remote control for GMPC. SYNOPSIS
gmpc-remote [OPTION] DESCRIPTION
If GMPC is compiled with IPC support gmpc-remote can send commands to the running instance of GMPC. OPTIONS
--version Display version. --help Show all available application options. --quit Quit the running gmpc. --play Give GMPC the play command. --pause Give GMPC the pause command. --next Give GMPC the next command. --prev Give GMPC the previous command. --stop Give GMPC the stop command. --stream Gives mpd a stream to parse and play. --easycommand Send an 'easy command' query to GMPC. --toggle-view Give GMPC the command to show/hide itself. --hide-view Give GMPC the command to hide itself. --show-view Give GMPC the command to show itself. SEE ALSO
Website: http://gmpclient.org/ MPD Website: http://www.musicpd.org Bug tracker: http://www.musicpd.org/mantis/ gmpc-remote-stream(1) gmpc(1) mpd(1) AUTHOR
gmpc-remote was written by Qball Cow <qball@gmpclient.org> February 21, 2010 gmpc-remote(1)

Check Out this Related Man Page

CMUS-REMOTE(1)						      General Commands Manual						    CMUS-REMOTE(1)

NAME
cmus-remote - control cmus SYNOPSIS
cmus-remote [OPTION]... [FILE|DIR|PLAYLIST]... cmus-remote -C COMMAND... cmus-remote DESCRIPTION
Add FILE/DIR/PLAYLIST to playlist, library (-l) or play queue (-q). If no arguments are given cmus-remote reads raw commands from stdin (one command per line). Raw commands are cmus' command mode commands. These same commands are used in configuration files and key bindings. cmus(1) contains full list of commands. For consistency also searching is supported: -C /text. When -C is given all command line arguments are treated as raw commands. OPTIONS
--server SOCKET Connect using socket SOCKET instead of ~/.cmus/socket. --help Display usage information and exit. --version Display version information and exit. -p, --play Start playing. -u, --pause Toggle pause. -s, --stop Stop playing. -n, --next Skip forward in playlist. -r, --prev Skip backward in playlist. -R, --repeat Toggle repeat. -S, --shuffle Toggle shuffle. -v, --volume VOL Change volume. See vol command in cmus(1). -k, --seek SEEK Seek. See seek command in cmus(1). -Q Get player status information. Same as -C status. Note that status is a special command only available to cmus-remote. -l, --library Modify library instead of playlist. -P, --playlist Modify playlist (default). -q, --queue Modify play queue instead of playlist. -c, --clear Clear playlist, library (-l) or play queue (-q). -C, --raw Treat arguments (instead of stdin) as raw commands. EXAMPLES
Add playlists/files/directories/URLs to library view (1 & 2): $ cmus-remote -l music.m3u http://live.urn1350.net:8080/urn_high.ogg Load (clear and add) playlist to playlist view (3): $ cmus-remote -c music.m3u Three different ways to toggle repeat: $ cmus-remote -R $ cmus-remote -C "toggle repeat" $ cmus-remote toggle repeat ^D Query settings or key bindings: $ cmus-remote -C "set repeat?" setting: 'repeat=false' $ cmus-remote -C "showbind common a" bind common a win-add-l Dump the playlist to stdout: $ cmus-remote -C "save -p -" [...] Search works too: $ cmus-remote -C /beatles SEE ALSO
cmus(1) AUTHOR
Written by Timo Hirvonen <tihirvon@gmail.com> cmus 05/11/2006 CMUS-REMOTE(1)
Man Page