diff options
author | J. Alexander Treuman <jat@spatialrift.net> | 2006-08-28 19:34:31 +0000 |
---|---|---|
committer | J. Alexander Treuman <jat@spatialrift.net> | 2006-08-28 19:34:31 +0000 |
commit | 26a6ba7a7788abf2c69b6270713723f9a299b783 (patch) | |
tree | 33c93d42155ea9d90f744ca4431301269c1bfb23 /doc | |
parent | 648b03e4a951d98a582a65b46892bf891702af0c (diff) | |
download | mpd-26a6ba7a7788abf2c69b6270713723f9a299b783.tar.gz mpd-26a6ba7a7788abf2c69b6270713723f9a299b783.tar.xz mpd-26a6ba7a7788abf2c69b6270713723f9a299b783.zip |
Add id3v1_encoding to the mpd.conf man page.
git-svn-id: https://svn.musicpd.org/mpd/trunk@4713 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'doc')
-rw-r--r-- | doc/mpd.conf.5 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/mpd.conf.5 b/doc/mpd.conf.5 index f6bf12fd9..d3707c289 100644 --- a/doc/mpd.conf.5 +++ b/doc/mpd.conf.5 @@ -84,6 +84,12 @@ This specifies the character set used for the filesystem. A list of supported character sets can be obtained by running "iconv -l". The default is determined from the locale when the db was originally created. .TP +.B id3v1_encoding <charset> +This specifies the character set which ID3v1 tags are encoded in. A list of +supported character sets can be obtained by running "iconv -l". The default is +to let libid3tag convert them (from ISO-8859-1, as the standard specifies) and +do no additional conversion. +.TP .B replaygain <album or track> If specified, mpd will adjust the volume of songs played using replaygain tags (see <\fBhttp://www.replaygain.org/\fP>). Setting this to "album" will adjust |