diff options
author | kaliko <kaliko@azylum.org> | 2020-12-12 14:42:49 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2020-12-14 13:03:30 +0100 |
commit | af2896547a553e7608a631074ae0d0534280bb40 (patch) | |
tree | 2e58355854d1fb066a16aa3aaae9161b70a4fdca /doc | |
parent | d9583faf06d9ca8eeb2fe089d566e20d9cb73d69 (diff) |
doc/protocol.rst: Add missing "originaldate" to the list of supported tags
Diffstat (limited to 'doc')
-rw-r--r-- | doc/protocol.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/protocol.rst b/doc/protocol.rst index bcbe16155..7b9dbf806 100644 --- a/doc/protocol.rst +++ b/doc/protocol.rst @@ -281,6 +281,7 @@ The following tags are supported by :program:`MPD`: * **name**: a name for this song. This is not the song title. The exact meaning of this tag is not well-defined. It is often used by badly configured internet radio stations with broken tags to squeeze both the artist name and the song title in one tag. * **genre**: the music genre. * **date**: the song's release date. This is usually a 4-digit year. +* **originaldate**: the song's original release date. * **composer**: the artist who composed the song. * **performer**: the artist who performed the song. * **conductor**: the conductor who conducted the song. |