Commit c5d78fa3 authored by Warren Dukes's avatar Warren Dukes

forgot to add replaygain_preamp stuff to man page

git-svn-id: https://svn.musicpd.org/mpd/trunk@1895 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent 8347e808
...@@ -133,6 +133,9 @@ This specifies the format all decoded audio should be converted to for playing. ...@@ -133,6 +133,9 @@ This specifies the format all decoded audio should be converted to for playing.
.B replaygain <album or track> .B replaygain <album or track>
This specifies whether to use replaygain tags (currently only supported for FLAC and Ogg Vorbis formats). This specifies whether to use replaygain tags (currently only supported for FLAC and Ogg Vorbis formats).
.TP .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> .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. This specifies the maximum size a command list can be (in kilobytes). The default is 2048 kilobytes.
.TP .TP
...@@ -253,6 +256,8 @@ bind_to_address "any" ...@@ -253,6 +256,8 @@ bind_to_address "any"
.br .br
#replaygain "album" #replaygain "album"
.br .br
#replaygain_preamp "0"
.br
#http_proxy_host "proxy.isp.com" #http_proxy_host "proxy.isp.com"
.br .br
#http_proxy_port "8080" #http_proxy_port "8080"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment