$ cmus-remote -l music.m3u http://live.urn1350.net:8080/urn_high.ogg
cmus-remote - control cmus
cmus-remote [OPTION]… [FILE|DIR|PLAYLIST]…
cmus-remote -C COMMAND…
cmus-remote
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.
When -C is given all command line arguments are treated as raw commands.
Connect using socket SOCKET instead of /tmp/cmus-$USER.
Display usage information and exit.
Display version information and exit.
Start playing.
Toggle pause.
Stop playing.
Skip forward in playlist.
Skip backward in playlist.
Toggle repeat.
Toggle shuffle.
Change volume. See vol command in cmus(1).
Seek. See seek command in cmus(1).
Modify library instead of playlist.
Modify playlist (default).
Modify play queue instead of playlist.
Clear playlist, library (-l) or play queue (-q).
Treat arguments (instead of stdin) as raw commands.
$ cmus-remote -l music.m3u http://live.urn1350.net:8080/urn_high.ogg
$ cmus-remote -c music.m3u
$ cmus-remote -R $ cmus-remote -C "toggle repeat" $ cmus-remote toggle repeat ^D
Written by Timo Hirvonen <tihirvon@gmail.com>