diff options
author | J. Alexander Treuman <jat@spatialrift.net> | 2006-06-21 20:52:51 +0000 |
---|---|---|
committer | J. Alexander Treuman <jat@spatialrift.net> | 2006-06-21 20:52:51 +0000 |
commit | 18306dfbd36d2d8bd13fc39eea0a3b703f2481ec (patch) | |
tree | 9978f211b72b6ecb2fa16c07d6d55483bce3c3bd /doc/mpdconf.example | |
parent | 9e393393e0b5ca1b2c85664b2a5f8e36d199a269 (diff) | |
download | mpd-18306dfbd36d2d8bd13fc39eea0a3b703f2481ec.tar.gz mpd-18306dfbd36d2d8bd13fc39eea0a3b703f2481ec.tar.xz mpd-18306dfbd36d2d8bd13fc39eea0a3b703f2481ec.zip |
Add back the id3v1_encoding option. Now it really will convert id3v1 only.
git-svn-id: https://svn.musicpd.org/mpd/trunk@4282 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'doc/mpdconf.example')
-rw-r--r-- | doc/mpdconf.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/mpdconf.example b/doc/mpdconf.example index e1bd5e955..2ed505baf 100644 --- a/doc/mpdconf.example +++ b/doc/mpdconf.example @@ -200,6 +200,10 @@ pid_file "~/.mpd/mpd.pid" # #port "6600" # +# This determines what encoding ID3v1 tags should be converted from. +# +#id3v1_encoding "ISO-8859-1" +# # This sets the metadata mpd will use, to disable all metadata, set to "none" # NOTE: comments are disabled by default # |