Commit 57f69a29 authored by Max Kellermann's avatar Max Kellermann

doc/protocol.xml: "addid" with negative position is deprecated

parent 448aefaa
...@@ -6,6 +6,7 @@ ver 0.16 (20??/??/??) ...@@ -6,6 +6,7 @@ ver 0.16 (20??/??/??)
- added the "findadd" command - added the "findadd" command
- range support for "delete" - range support for "delete"
- "previous" really plays the previous song - "previous" really plays the previous song
- "addid" with negative position is deprecated
* input: * input:
- lastfm: use metadata - lastfm: use metadata
* tags: * tags:
......
...@@ -645,10 +645,7 @@ ...@@ -645,10 +645,7 @@
</para> </para>
<para> <para>
<varname>URI</varname> is always a single file or <varname>URI</varname> is always a single file or
URL. <varname>POSITION</varname> is optional, a URL. For example:
negative number means it is relative to the currently
playing song in the playlist (if there is one).
For example:
</para> </para>
<screen> <screen>
addid "foo.mp3" addid "foo.mp3"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment