diff options
author | Max Kellermann <max@musicpd.org> | 2019-06-11 09:38:10 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2019-06-17 22:40:36 +0200 |
commit | ca8451cdbce482f09566099df0993dd9ebe81f11 (patch) | |
tree | dd59bfe78a4845be02ed025d13816ed08a0dc5ba /doc/protocol.rst | |
parent | 28e07e900f397bb2146a02b166cbc00e8ad40a5d (diff) |
tag/Type: add tag "Work"
Closes https://github.com/MusicPlayerDaemon/MPD/issues/577
Diffstat (limited to 'doc/protocol.rst')
-rw-r--r-- | doc/protocol.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/protocol.rst b/doc/protocol.rst index 854dcd0c8..c4ee57bcd 100644 --- a/doc/protocol.rst +++ b/doc/protocol.rst @@ -274,6 +274,8 @@ The following tags are supported by :program:`MPD`: * **date**: the song's release date. This is usually a 4-digit year. * **composer**: the artist who composed the song. * **performer**: the artist who performed the song. +* **work**: `"a work is a distinct intellectual or artistic creation, + which can be expressed in the form of one or more audio recordings" <https://musicbrainz.org/doc/Work>`_ * **grouping**: "used if the sound belongs to a larger category of sounds/music" (`from the IDv2.4.0 TIT1 description <http://id3.org/id3v2.4.0-frames>`_). |