aboutsummaryrefslogtreecommitdiff
path: root/doc/mpd.1
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2004-07-22 16:14:36 +0000
committerWarren Dukes <warren.dukes@gmail.com>2004-07-22 16:14:36 +0000
commitc5d78fa33f07bca0e79d37d113e6d7e2fd5bea39 (patch)
tree168034ad5fbaf7ab0452f36d7a2f74fcdba73889 /doc/mpd.1
parent8347e808381dd653ee8ce02a871becde50495104 (diff)
forgot to add replaygain_preamp stuff to man page
git-svn-id: https://svn.musicpd.org/mpd/trunk@1895 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'doc/mpd.1')
-rw-r--r--doc/mpd.15
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/mpd.1 b/doc/mpd.1
index 2ce78829..16f05d6f 100644
--- a/doc/mpd.1
+++ b/doc/mpd.1
@@ -133,6 +133,9 @@ This specifies the format all decoded audio should be converted to for playing.
.B replaygain <album or track>
This specifies whether to use replaygain tags (currently only supported for FLAC and Ogg Vorbis formats).
.TP
+.B replaygain_preamp <-15 to 15>
+This is the gain (in dB) applied to songs with replaygain tags.
+.TP
.B max_command_list_size <size in KB>
This specifies the maximum size a command list can be (in kilobytes). The default is 2048 kilobytes.
.TP
@@ -253,6 +256,8 @@ bind_to_address "any"
.br
#replaygain "album"
.br
+#replaygain_preamp "0"
+.br
#http_proxy_host "proxy.isp.com"
.br
#http_proxy_port "8080"