Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
c07536be
Commit
c07536be
authored
Feb 24, 2004
by
Warren Dukes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update with new commands
git-svn-id:
https://svn.musicpd.org/mpd/trunk@29
09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent
8a8f1f2d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
1 deletion
+18
-1
COMMANDS
doc/COMMANDS
+18
-1
No files found.
doc/COMMANDS
View file @
c07536be
...
...
@@ -33,6 +33,13 @@ clearerror
close
close the connection with the MPD
crossfade <int seconds>
sets and gets crossfading between songs
(a value of 0 disables crossfading).
if _seconds_ is not specified, then the return crossfade returns:
crossfade: <unsigned integer >= 0>
delete <int song>
delete _song_ from playlist
...
...
@@ -55,6 +62,10 @@ listall <string directory>
lists all songs and directories in _directory_ (recursively)
_directory_ is optional
listall <string directory>
same as listall command, except it also returns metadata info
in the same format as lsinfo
load <string name>
loads the playlist _name_.m3u from the playlist directory
...
...
@@ -70,6 +81,13 @@ next
pause
pause/resume playing
password <string password>
this is used for authentication with the server.
_password_ is simply the plaintext password
ping
does nothing but return "OK"
play <int song>
begin playing playlist at song number _song_, _song_ is optional
...
...
@@ -117,7 +135,6 @@ stats
uptime: daemon uptime in seconds
db_update: last db update in UNIX time
playtime: time length of music played
songs_played: total number of songs played
status
reports current status of player, and volume level.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment