fix link to wmp guide; add known bug: -A in some locales
authorJosh Coalson <jcoalson@users.sourceforce.net>
Tue, 5 Dec 2006 01:07:35 +0000 (01:07 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Tue, 5 Dec 2006 01:07:35 +0000 (01:07 +0000)
doc/html/documentation.html

index 656dacd..bf582f0 100644 (file)
@@ -61,7 +61,7 @@
                        <li><a href="#plugins">plugins</a> - documentation for the various input plugins.</li>
                        <li><a href="api/index.html">libFLAC and libFLAC++ APIs</a> - for developers who want to add FLAC support to their programs.</li>
                        <li><a href="#bugs">bugs</a> - known bugs.</li>
-                       <li><a href="http://losslessaudio.blogspot.com/2005/12/media-center-edition-2005-with-flac.html">How to add FLAC support to Windows Media Player</a></li>
+                       <li><a href="http://www.losslessaudioblog.com/wmpmce-lossless-guide/">How to add FLAC support to Windows Media Player</a></li>
                        <li><a href="#monkey">How to add FLAC support to the Monkey's Audio GUI</a></li>
                </ul>
                Keep in mind that the online version of this document will always apply to the latest release.  For older releases, check the documentation included with the release package.
                The following are major known bugs in the current (1.1.3) release:
                <ul>
                        <li>
+                               If your locale does not use "." for the decimal point, there is a bug that causes the default compression settings to be sub-optimal.  You should add <span class="argument">-A "tukey(0,5)"</span> to your <span class="command">flac</span> command string (or however "0.5" should be formatted for your locale).
+                       </li>
+                       <li>
                                When encoding to Ogg FLAC, if there are too many seek points (&gt;240), the seek table will not have the offsets written back properly after encoding.
                        </li>
                </ul>