diff options
author | Max Kellermann <max@duempel.org> | 2015-01-22 19:10:15 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2015-01-22 19:10:15 +0100 |
commit | 72e44d596f16127f208221d8b455588bd03134e4 (patch) | |
tree | faeeb55702e39b0d2c577a3f277447068176e388 /doc/user.xml | |
parent | 8f2ca8f0853b3aea7897a464bf60efdf75bc91c9 (diff) | |
download | mpd-72e44d596f16127f208221d8b455588bd03134e4.tar.gz mpd-72e44d596f16127f208221d8b455588bd03134e4.tar.xz mpd-72e44d596f16127f208221d8b455588bd03134e4.zip |
tag/Format: add %iso8601%
Diffstat (limited to '')
-rw-r--r-- | doc/user.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/user.xml b/doc/user.xml index 3fe293ab9..9d95b2864 100644 --- a/doc/user.xml +++ b/doc/user.xml @@ -3192,6 +3192,11 @@ buffer_size: 16384</programlisting> <para> An alternative to <varname>path</varname> which provides a format string referring to tag values. + + The special tag <varname>iso8601</varname> emits + the current date and time in <ulink + url="https://en.wikipedia.org/wiki/ISO_8601">ISO8601</ulink> + format (UTC). Every time a new song starts or a new tag gets received from a radio station, a new file is opened. If the format does not render a file |