summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRasmus Steinke <rasi@xssn.at>2018-07-20 23:42:45 +0200
committerRasmus Steinke <rasi@xssn.at>2018-07-20 23:42:45 +0200
commit10b925e7ac09437d41462bd1584a5479a8878b21 (patch)
treea84d2fffbd6276dae0324c60426a7f7217ca7dc3 /doc
parentc9942846c93ceb03fe87dec2e1eae7694f703b78 (diff)
highlight actual tag_names
Diffstat (limited to 'doc')
-rw-r--r--doc/user.rst42
1 files changed, 21 insertions, 21 deletions
diff --git a/doc/user.rst b/doc/user.rst
index 16c56dc3a..f0c6b42fd 100644
--- a/doc/user.rst
+++ b/doc/user.rst
@@ -704,27 +704,27 @@ Metadata
When scanning or playing a song, :program:`MPD` parses its metadata. The following tags are supported:
-* artist: the artist name. Its meaning is not well-defined; see "*composer*" and "*performer*" for more specific tags.
-* artistsort: same as artist, but for sorting. This usually omits prefixes such as "The".
-* album: the album name.
-* albumsort: same as album, but for sorting.
-* albumartist: on multi-artist albums, this is the artist name which shall be used for the whole album. The exact meaning of this tag is not well-defined.
-* albumartistsort: same as albumartist, but for sorting.
-* title: the song title.
-* track: the decimal track number within the album.
-* 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.
-* composer: the artist who composed the song.
-* performer: the artist who performed the song.
-* comment: a human-readable comment about this song. The exact meaning of this tag is not well-defined.
-* disc: the decimal disc number in a multi-disc album.
-* musicbrainz_artistid: the artist id in the `MusicBrainz <https://picard.musicbrainz.org/docs/mappings/>`_ database.
-* musicbrainz_albumid: the album id in the `MusicBrainz <https://picard.musicbrainz.org/docs/mappings/>`_ database.
-* musicbrainz_albumartistid: the album artist id in the `MusicBrainz <https://picard.musicbrainz.org/docs/mappings/>`_ database.
-* musicbrainz_trackid: the track id in the `MusicBrainz <https://picard.musicbrainz.org/docs/mappings/>`_ database.
-* musicbrainz_releasetrackid: the release track id in the `MusicBrainz <https://picard.musicbrainz.org/docs/mappings/>`_ database.
-* musicbrainz_workid: the work id in the `MusicBrainz <https://picard.musicbrainz.org/docs/mappings/>`_ database.
+* **artist**: the artist name. Its meaning is not well-defined; see "*composer*" and "*performer*" for more specific tags.
+* **artistsort**: same as artist, but for sorting. This usually omits prefixes such as "The".
+* **album**: the album name.
+* **albumsort**: same as album, but for sorting.
+* **albumartist**: on multi-artist albums, this is the artist name which shall be used for the whole album. The exact meaning of this tag is not well-defined.
+* **albumartistsort**: same as albumartist, but for sorting.
+* **title**: the song title.
+* **track**: the decimal track number within the album.
+* **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.
+* **composer**: the artist who composed the song.
+* **performer**: the artist who performed the song.
+* **comment**: a human-readable comment about this song. The exact meaning of this tag is not well-defined.
+* **disc**: the decimal disc number in a multi-disc album.
+* **musicbrainz_artistid**: the artist id in the `MusicBrainz <https://picard.musicbrainz.org/docs/mappings/>`_ database.
+* **musicbrainz_albumid**: the album id in the `MusicBrainz <https://picard.musicbrainz.org/docs/mappings/>`_ database.
+* **musicbrainz_albumartistid**: the album artist id in the `MusicBrainz <https://picard.musicbrainz.org/docs/mappings/>`_ database.
+* **musicbrainz_trackid**: the track id in the `MusicBrainz <https://picard.musicbrainz.org/docs/mappings/>`_ database.
+* **musicbrainz_releasetrackid**: the release track id in the `MusicBrainz <https://picard.musicbrainz.org/docs/mappings/>`_ database.
+* **musicbrainz_workid**: the work id in the `MusicBrainz <https://picard.musicbrainz.org/docs/mappings/>`_ database.
The queue
---------