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
7684c446
Commit
7684c446
authored
Mar 26, 2009
by
Jeffrey Middleton
Committed by
Jeffrey Middleton
Mar 26, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: updated ranged playlist commands
Clearly specified the format (song1:song2) for range argumentst, and added the range capability of the playlistinfo command.
parent
272a7d08
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
6 deletions
+10
-6
protocol.xml
doc/protocol.xml
+10
-6
No files found.
doc/protocol.xml
View file @
7684c446
...
...
@@ -714,14 +714,18 @@ OK
<term>
<cmdsynopsis>
<command>
playlistinfo
</command>
<arg><replaceable>
SONGPOS
</replaceable></arg>
<group>
<arg><replaceable>
SONGPOS
</replaceable></arg>
<arg><replaceable>
START:END
</replaceable></arg>
</group>
</cmdsynopsis>
</term>
<listitem>
<para>
Displays a list of songs in the playlist.
<varname>
SONGPOS
</varname>
is optional and specifies
a single song to display info for.
Displays a list of all songs in the playlist, or if the optional
argument is given, displays information only for the song
<varname>
SONGPOS
</varname>
or the range of songs
<varname>
START:END
</varname>
</para>
</listitem>
</varlistentry>
...
...
@@ -782,13 +786,13 @@ OK
<term>
<cmdsynopsis>
<command>
shuffle
</command>
<arg><replaceable>
S
ONGRANGE
</replaceable></arg>
<arg><replaceable>
S
TART:END
</replaceable></arg>
</cmdsynopsis>
</term>
<listitem>
<para>
Shuffles the current playlist.
<varname>
S
ONGRANGE
</varname>
is optional and specifies
<varname>
S
TART:END
</varname>
is optional and specifies
a range of songs.
</para>
</listitem>
...
...
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