doc/protocol.xml: "addid" with negative position is deprecated
This commit is contained in:
parent
448aefaace
commit
57f69a2915
1
NEWS
1
NEWS
|
@ -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 @@
|
||||||
</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"
|
||||||
|
|
Loading…
Reference in New Issue