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

Windows용 MediaMonkey의 ' 파일 정리… ' 도구는 운영 체제에서 허용되지 않는 문자를 제외한 거의 모든 문자를 디렉터리/파일 이름에 사용할 수 있습니다. 이러한 경우, Windows용 MediaMonkey는 지원되지 않는 문자를 지원되는 '유사' 문자로 대체합니다. 예를 들어, '?'와 '*'는 파일 이름에 허용되지 않는 문자이므로 '-'로 대체됩니다. 이러한 대체는 MediaMonkey.ini 파일에 정의된 대체 표를 기반으로 합니다. 이 표는 MediaMonkey.ini 파일의 [FilenameMappings] 섹션에 있으며, 16진수 값을 사용하여 원본 문자와 매핑되는 문자를 정의합니다. 문자 정의는 UTF-8로 인코딩된 16진수 문자열 형식이어야 합니다(그렇지 않은 문자는 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
  • 도구를 사용하면 특정 특수 문자와 관련된 16진수 코드를 찾을 수 있습니다.

적용 대상: ,

Translated automatically (see original)

How to Remap Characters for Auto-Organize

MediaMonkey for Windows’ ‘Organize files…‘ tool can write almost any character when writing a directory/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
  • You can use this tool to find the hex codes associated with specific special characters

Applies to: ,

Hide original

이 글이 도움이 되었나요?