Windows용 MediaMonkey는 기본적으로 WAV 태그를 UTF-8 형식으로 저장합니다. 이는 대부분의 경우에 유용한데, WAV 태그의 '일반 텍스트'는 모든 애플리케이션에서 읽을 수 있고 '외부 텍스트'도 저장할 수 있기 때문입니다. 단점은 다른 애플리케이션이 UTF-8 형식으로 저장된 WAV 태그의 외부 문자를 읽을 수 없다는 것입니다.
외국어 문자를 표현할 수 없더라도 항상 ASCII를 사용하는 것을 선호하는 사용자의 경우 아래 줄을 MediaMonkey.ini 파일에 추가해야 합니다.
- Windows용 MediaMonkey를 닫습니다(변경 사항이 덮어쓰이지 않도록)
- MediaMonkey.ini 파일을 백업합니다.
- 메모장과 같은 텍스트 편집기에서 MediaMonkey.ini 파일을 엽니다.
- 다음 줄을 추가합니다.
[WAVTagging]
읽기쓰기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