Re: [Musicpd-dev-team] [PATCH] mpd.conf(5): Document the existence of musicbrainz_ tags

2012-08-14 Thread Max Kellermann
On 2012/08/11 13:47, Wieland Hoffmann themi...@gmail.com wrote:
 Additionally, update mpdconf.example to refer to mpd.conf(5) for the
 complete list of tags instead of trying to repeat it.

Merged to v0.17.x, thanks.

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Musicpd-dev-team mailing list
Musicpd-dev-team@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/musicpd-dev-team


[Musicpd-dev-team] [PATCH] mpd.conf(5): Document the existence of musicbrainz_ tags

2012-08-11 Thread Wieland Hoffmann
Additionally, update mpdconf.example to refer to mpd.conf(5) for the
complete list of tags instead of trying to repeat it.
---
 doc/mpd.conf.5  | 11 ++-
 doc/mpdconf.example |  7 +++
 2 Dateien geändert, 9 Zeilen hinzugefügt(+), 9 Zeilen entfernt(-)

diff --git a/doc/mpd.conf.5 b/doc/mpd.conf.5
index d15d0fd..d502e05 100644
--- a/doc/mpd.conf.5
+++ b/doc/mpd.conf.5
@@ -252,11 +252,12 @@ when saving playlists.  The default is no.
 This specifies the tag types that will be scanned for and made available to
 clients.  Note that you must recreate (not update) your database for changes to
 this parameter to take effect.  Possible values are artist, album, title,
-track, name, genre, date, composer, performer, comment, and disc.  Multiple
-tags may be specified as a comma separated list.  An example value is
-artist,album,title,track.  The special value none may be used alone to
-disable all metadata.  The default is to use all known tag types except for
-comments.
+track, name, genre, date, composer, performer, comment, disc,
+musicbrainz_artistid, musicbrainz_albumid, musicbrainz_albumartistid,
+musicbrainz_trackid.  Multiple tags may be specified as a comma separated list.
+An example value is artist,album,title,track.  The special value none may
+be used alone to disable all metadata.  The default is to use all known tag
+types except for comments and those starting with musicbrainz.
 .TP
 .B auto_update yes or no
 This specifies the wheter to support automatic update of music database when
diff --git a/doc/mpdconf.example b/doc/mpdconf.example
index 0045d31..8cae72e 100644
--- a/doc/mpdconf.example
+++ b/doc/mpdconf.example
@@ -113,10 +113,9 @@
 #
 #save_absolute_paths_in_playlists  no
 #
-# This setting defines a list of tag types that will be extracted during the 
-# audio file discovery process. Optionally, 'comment' can be added to this
-# list.
-#
+# This setting defines a list of tag types that will be extracted during the
+# audio file discovery process. The complete list of possible values can be
+# found in the mpd.conf man page.
 #metadata_to_use   
artist,album,title,track,name,genre,date,composer,performer,disc
 #
 # This setting enables automatic update of MPD's database when files in 
-- 
1.7.11.4


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Musicpd-dev-team mailing list
Musicpd-dev-team@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/musicpd-dev-team