diff options
author | J. Alexander Treuman <jat@spatialrift.net> | 2006-09-12 22:28:58 +0000 |
---|---|---|
committer | J. Alexander Treuman <jat@spatialrift.net> | 2006-09-12 22:28:58 +0000 |
commit | 0c33afabe9d96127f10efba7bb46655c73c46efc (patch) | |
tree | 596d89b0dee3a31ed6b27a8e9383bb1451c4adc8 | |
parent | ac7dd43ad8d7bbf95030d3103c4df5619371192f (diff) | |
download | mpd-0c33afabe9d96127f10efba7bb46655c73c46efc.tar.gz mpd-0c33afabe9d96127f10efba7bb46655c73c46efc.tar.xz mpd-0c33afabe9d96127f10efba7bb46655c73c46efc.zip |
replaygain -> ReplayGain in docs
git-svn-id: https://svn.musicpd.org/mpd/trunk@4767 09075e82-0dd4-0310-85a5-a0d7c8717e4f
-rw-r--r-- | doc/mpd.conf.5 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/mpd.conf.5 b/doc/mpd.conf.5 index f1ae783a7..b64832731 100644 --- a/doc/mpd.conf.5 +++ b/doc/mpd.conf.5 @@ -114,14 +114,14 @@ This specifies which mixer control to use (sometimes referred to as the for OSS is "Pcm", and an example for alsa is "PCM". .TP .B replaygain <album or track> -If specified, mpd will adjust the volume of songs played using replaygain tags +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 -volume using the album's replaygain tags, while setting it to "track" will -adjust it using the track replaygain tags. Currently only FLAC, Ogg Vorbis, -Musepack, and MP3 (through ID3v2 replaygain tags, not APEv2) are supported. +volume using the album's ReplayGain tags, while setting it to "track" will +adjust it using the track ReplayGain tags. Currently only FLAC, Ogg Vorbis, +Musepack, and MP3 (through ID3v2 ReplayGain tags, not APEv2) are supported. .TP .B replaygain_preamp <-15 to 15> -This is the gain (in dB) applied to songs with replaygain tags. +This is the gain (in dB) applied to songs with ReplayGain tags. .TP .B volume_normalization <yes or no> If yes, mpd will normalize the volume of songs as they play. Default is no. |