MediaMonkey for Windows は、デフォルトで WAV タグを UTF-8 形式で保存します。これは、WAV タグ内の「通常のテキスト」はどのアプリケーションでも読み取り可能であり、「外部テキスト」も保存できることを意味するため、ほとんどの場合に便利です。欠点は、他のアプリケーションが UTF-8 形式で保存された WAV タグ内の外部文字を読み取ることができない可能性があることです。
ASCII では外国語の文字を表現できないにもかかわらず、常に ASCII を使用することを希望するユーザーの場合は、 MediaMonkey.iniファイルに次の行を追加する必要があります。
- MediaMonkey for Windows を閉じます (変更が上書きされないようにするため)
- MediaMonkey.iniファイルをバックアップします。
- メモ帳などのテキストエディタでMediaMonkey.iniファイルを開きます。
- 次の行を追加します。
[WAVタグ]
読み取り書き込みUTF8=0
- MediaMonkey.iniファイルを保存します。
- Windows用MediaMonkeyを起動する
MediaMonkey for Windows saves WAV tags in UTF-8 format by default. This is useful in most cases since it means that ‘regular text’ in WAV tags is readable by any application, and ‘foreign text’ can also be saved. The downside is that other applications may be incapable of reading the foreign characters in WAV tags saved in UTF-8 format.
For users who prefer that ASCII always be used, even though it can’t represent foreign characters, the lines below should be added to the MediaMonkey.ini file:
- Close MediaMonkey for Windows (so that it doesn’t overwrite any of the changes)
- Back up the MediaMonkey.ini file.
- Open the MediaMonkey.ini file inside a text editor such as Notepad
- Add the following lines:
[WAVTagging]
ReadWriteUTF8=0
- Save the MediaMonkey.ini file.
- Start MediaMonkey for Windows
Applies to: MMW4, MMW5+
Hide original