Windows 版 MediaMonkey 默认以 UTF-8 格式保存 WAV 标签。这在大多数情况下很有用,因为这意味着 WAV 标签中的“常规文本”可被任何应用程序读取,并且“外来文本”也可以保存。缺点是其他应用程序可能无法读取以 UTF-8 格式保存的 WAV 标签中的外来字符。
对于喜欢始终使用 ASCII 的用户,即使它不能表示外来字符,也应该将以下行添加到MediaMonkey.ini文件中:
- 关闭 Windows 版 MediaMonkey(这样它就不会覆盖任何更改)
- 备份MediaMonkey.ini文件。
- 使用文本编辑器(例如 Notepad)打开MediaMonkey.ini文件
- 添加以下行:
[WAVT 标记]
读写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