aboutsummaryrefslogtreecommitdiffstats
path: root/doc/COMMANDS
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2004-02-25 00:14:27 +0000
committerWarren Dukes <warren.dukes@gmail.com>2004-02-25 00:14:27 +0000
commit5af6fa2accc701233d0d3b41488813e9108eef18 (patch)
tree1cc5119cbd2d1996894e180213a2e3e2224e3820 /doc/COMMANDS
parentaaf4282654277b26fa7889e9a4b36aa8080fd9e3 (diff)
downloadmpd-5af6fa2accc701233d0d3b41488813e9108eef18.tar.gz
mpd-5af6fa2accc701233d0d3b41488813e9108eef18.tar.xz
mpd-5af6fa2accc701233d0d3b41488813e9108eef18.zip
update pause command docs, and not how much each command
changes playlist version by git-svn-id: https://svn.musicpd.org/mpd/trunk@44 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'doc/COMMANDS')
-rw-r--r--doc/COMMANDS12
1 files changed, 10 insertions, 2 deletions
diff --git a/doc/COMMANDS b/doc/COMMANDS
index fb345fdd7..97fe32d0a 100644
--- a/doc/COMMANDS
+++ b/doc/COMMANDS
@@ -22,9 +22,11 @@ Commands:
add <string file>
add the file _file_ to the playlist
+ increments playlist version by 1
clear
clears the current playlist
+ increments playlist version by 1
clearerror
clear the current error message in status
@@ -42,6 +44,7 @@ crossfade <int seconds>
delete <int song>
delete _song_ from playlist
+ increments playlist version by 1
find <string type> <string what>
finds songs in the db that are exactly _what_
@@ -68,18 +71,21 @@ listall <string directory>
load <string name>
loads the playlist _name_.m3u from the playlist directory
+ increments playlist version by the number of songs added
lsinfo <string directory>
list contents of _directory_, from the db. _directory_ is optional
move <int from> <int to>
move song at _from_ to _to_ in the playlist
+ increments playlist version by 1
next
plays next song in playlist
-pause
- pause/resume playing
+pause <bool pause>
+ toggle pause/resume playing
+ _pause_ is optional and should be 0 or 1
password <string password>
this is used for authentication with the server.
@@ -126,6 +132,7 @@ setvol <int vol>
shuffle
shuffles the current playlist
+ increments playlist version by 1
stats
display stats
@@ -153,6 +160,7 @@ stop
swap <int song1> <int song2>
swap positions of _song1_ and _song2_
+ increments playlist version by 1
update
searches mp3 directory for new music and removes old music from the db