자동 구성을 위해 문자를 다시 매핑하는 방법

Windows용 MediaMonkey는 운영 체제에서 불법으로 간주하는 문자를 제외한 파일 이름을 쓸 때 거의 모든 문자를 쓸 수 있습니다. 이러한 경우 Windows용 MediaMonkey는 지원되지 않는 문자를 지원되는 '유사한' 문자로 대체합니다. 예를 들어 '?' 및 '*'는 파일 이름에서 불법 문자이므로 '-'로 대체합니다. 이러한 대체는 MediaMonkey.ini 파일 내에 정의된 대체 표를 기반으로 발생합니다. 이 표는 MediaMonkey.ini 파일의 [FilenameMappings] 섹션에 있으며 16진수 값은 소스 문자와 매핑되는 문자를 정의하는 데 사용됩니다. 문자 정의는 16진수 형태의 UTF-8 인코딩된 문자열 형식이어야 합니다(그렇지 않은 문자는 Windows용 MediaMonkey를 다시 시작하면 자동으로 제거됩니다). 예를 들어:

[파일 이름 매핑]
2A=2D
2F=2D
3A=2D
3C=2D
3E=2차원
5C=2D
7C=2D

이 예에서 3A=2D는 ":"가 "-"에 매핑됨을 의미합니다. 문자의 16진수 값을 찾으려면 Windows에 포함된 "문자 맵" 애플리케이션을 통해 찾을 수 있습니다. 필요에 맞게 대체 표를 변경하려면 다음을 수행합니다.

  1. Windows용 MediaMonkey를 닫습니다(변경 사항이 덮어쓰이지 않도록)
  2. MediaMonkey.ini 파일을 백업합니다.
  3. 메모장과 같은 텍스트 편집기에서 MediaMonkey.ini 파일을 열고 필요에 따라 [FilenameMappings] 섹션을 편집한 후 저장합니다.
  4. Windows용 MediaMonkey 시작

노트

  • 자동 구성을 사용할 때 '\'를 포함하는 메타데이터가 새 디렉토리를 생성하지 않도록 하려면 다음 매핑을 추가하세요: 5C=2D

적용 대상: ,

Translated automatically (see original)

How to Remap Characters for Auto-Organize

MediaMonkey for Windows can write almost any character when writing a filename, except for those characters that are considered illegal by the Operating System. In such cases, MediaMonkey for Windows substitutes unsupported characters with ‘similar’ ones that are supported. For instance ‘?’ and ‘*’ are illegal characters in a filename, and are substituted with ‘-‘. These substitutions occur based on a substitution table defined within the MediaMonkey.ini file. The table is in the [FilenameMappings] section of the MediaMonkey.ini file, and hexadecimal values are used to define the source character and characters to which they are mapped. Note that character definitions must be in the form of UTF-8 encoded strings in hexadecimal form (those that aren’t will be automatically removed on restart of MediaMonkey for Windows). For example:

[FilenameMappings]
2A=2D
2F=2D
3A=2D
3C=2D
3E=2D
5C=2D
7C=2D

In this example, 3A=2D means that “:” is mapped to “-“. If you wish to look up the hexadecimal values of characters, you can do so via the “Character map” application included with Windows. To change the substitution table to better suit your needs:

  1. Close MediaMonkey for Windows (so that it doesn’t overwrite any of the changes)
  2. Back up the MediaMonkey.ini file.
  3. Open the MediaMonkey.ini file inside a text editor such as Notepad, edit the [FilenameMappings] section as required, and save it.
  4. Start MediaMonkey for Windows

NOTES

  • To ensure that metadata containing a ‘\’ doesn’t create a new directory when using auto-organize, add the following mapping: 5C=2D

Applies to: ,

Hide original

이 글이 도움이 되었나요?