diff options
author | Max Kellermann <max@duempel.org> | 2014-08-29 23:46:38 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-08-29 23:46:38 +0200 |
commit | d5287682d14c0f6e99ba721fa844fd29d90b583a (patch) | |
tree | a63d4fd35015d289659580cfac9c7e841eef7d1f /doc | |
parent | 7c567e3cbd2cc136ee029cf9300f73eb8f1118c6 (diff) | |
download | mpd-d5287682d14c0f6e99ba721fa844fd29d90b583a.tar.gz mpd-d5287682d14c0f6e99ba721fa844fd29d90b583a.tar.xz mpd-d5287682d14c0f6e99ba721fa844fd29d90b583a.zip |
ArgParser: allow fractional seconds in ParseCommandArg(SongTime)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/protocol.xml | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/doc/protocol.xml b/doc/protocol.xml index cff685060..af2a312d2 100644 --- a/doc/protocol.xml +++ b/doc/protocol.xml @@ -877,8 +877,8 @@ <listitem> <para> Seeks to the position <varname>TIME</varname> (in - seconds) of entry <varname>SONGPOS</varname> in the - playlist. + seconds; fractions allowed) of entry + <varname>SONGPOS</varname> in the playlist. </para> </listitem> </varlistentry> @@ -893,7 +893,8 @@ <listitem> <para> Seeks to the position <varname>TIME</varname> (in - seconds) of song <varname>SONGID</varname>. + seconds; fractions allowed) of song + <varname>SONGID</varname>. </para> </listitem> </varlistentry> @@ -907,9 +908,10 @@ </term> <listitem> <para> - Seeks to the position <varname>TIME</varname> within the - current song. If prefixed by '+' or '-', then the time - is relative to the current playing position. + Seeks to the position <varname>TIME</varname> (in + seconds; fractions allowed) within the current song. If + prefixed by '+' or '-', then the time is relative to the + current playing position. </para> </listitem> </varlistentry> |