diff options
author | Josh Coalson <jcoalson@users.sourceforce.net> | 2005-09-01 01:01:08 +0000 |
---|---|---|
committer | Josh Coalson <jcoalson@users.sourceforce.net> | 2005-09-01 01:01:08 +0000 |
commit | 95e39a8fa51d80d026727bb8af3c148167cad9a3 (patch) | |
tree | 4b9331934485476ea886d8f9e91b338c5f325cf5 /doc/html/documentation.html | |
parent | 53b626a771fabdc2fec849e489bec892dbb4ef9f (diff) | |
download | flac-95e39a8fa51d80d026727bb8af3c148167cad9a3.tar.gz |
allow non-strict mode for reading replaygain tags, to fallback to track tags if album tags are not available and vice versa
Diffstat (limited to 'doc/html/documentation.html')
-rw-r--r-- | doc/html/documentation.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/documentation.html b/doc/html/documentation.html index 384e6a7c..6b807d47 100644 --- a/doc/html/documentation.html +++ b/doc/html/documentation.html @@ -457,7 +457,7 @@ </li> <li> <span class="argument">a|t</span><br /> - Specify '<span class="argument">a</span>' to use the album gain, or '<span class="argument">t</span>' to use the track gain + Specify '<span class="argument">a</span>' to use the album gain, or '<span class="argument">t</span>' to use the track gain. If tags for the preferred kind (album/track) do not exist but tags for the other (track/album) do, those will be used instead. </li> <li> <span class="argument">l|L</span><br /> |