diff options
author | Warren Dukes <warren.dukes@gmail.com> | 2004-02-24 01:37:42 +0000 |
---|---|---|
committer | Warren Dukes <warren.dukes@gmail.com> | 2004-02-24 01:37:42 +0000 |
commit | 636f83dc7bc8909032cbfe9e92cf24542b45cad7 (patch) | |
tree | 5871f30a4b5131d183e728bcd66fb1b5692ed853 /doc/COMMANDS | |
parent | d35747a40c7dea12de95f78a4f283a45ef687597 (diff) | |
download | mpd-636f83dc7bc8909032cbfe9e92cf24542b45cad7.tar.gz mpd-636f83dc7bc8909032cbfe9e92cf24542b45cad7.tar.xz mpd-636f83dc7bc8909032cbfe9e92cf24542b45cad7.zip |
deprecate volume and add setvol
git-svn-id: https://svn.musicpd.org/mpd/trunk@6 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to '')
-rw-r--r-- | doc/COMMANDS | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/doc/COMMANDS b/doc/COMMANDS index 4bcc9899f..61624f3b9 100644 --- a/doc/COMMANDS +++ b/doc/COMMANDS @@ -58,11 +58,6 @@ listall <string directory> load <string name> loads the playlist _name_.m3u from the playlist directory -ls <string directory> - list files in _directory_. _directory_ is optional. - NOTE: us this only for debugging, not meant to be used by a client. - instead use 'lsinfo' - lsinfo <string directory> list contents of _directory_, from the db. _directory_ is optional @@ -108,6 +103,9 @@ seek <int song> <int time> seeks to the position _time_ (in seconds) of entry _song_ in the playlist +setvol <int vol> + set volume to _vol_ + shuffle shuffles the current playlist @@ -144,6 +142,7 @@ update volume <int change> change volume by amount _change_ + NOTE: volume command is deprecated, use setvol instead COMMAND LIST ------------ |