Como remapear caracteres para auto-organização

O MediaMonkey para Windows pode escrever quase qualquer caractere ao escrever um nome de arquivo, exceto aqueles caracteres que são considerados ilegais pelo Sistema Operacional. Nesses casos, o MediaMonkey para Windows substitui caracteres não suportados por caracteres 'similares' que são suportados. Por exemplo, '?' e '*' são caracteres ilegais em um nome de arquivo e são substituídos por '-'. Essas substituições ocorrem com base em uma tabela de substituição definida no arquivo MediaMonkey.ini . A tabela está na seção [FilenameMappings] do arquivo MediaMonkey.ini , e valores hexadecimais são usados para definir o caractere de origem e os caracteres para os quais eles são mapeados. Observe que as definições de caracteres devem estar no formato de strings codificadas em UTF-8 no formato hexadecimal (aquelas que não estiverem serão removidas automaticamente na reinicialização do MediaMonkey para Windows). Por exemplo:

[Mapeamentos de nomes de arquivo]
2A=2D
2F=2D
3A=2D
3C=2D
3E=2D
5C=2D
7C=2D

Neste exemplo, 3A=2D significa que “:” é mapeado para “-“. Se você deseja procurar os valores hexadecimais dos caracteres, pode fazê-lo por meio do aplicativo “Mapa de caracteres” incluído no Windows. Para alterar a tabela de substituição para melhor atender às suas necessidades:

  1. Feche o MediaMonkey para Windows (para que ele não substitua nenhuma das alterações)
  2. Faça backup do arquivo MediaMonkey.ini .
  3. Abra o arquivo MediaMonkey.ini dentro de um editor de texto como o Bloco de Notas, edite a seção [FilenameMappings] conforme necessário e salve-o.
  4. Inicie o MediaMonkey para Windows

NOTAS

  • Para garantir que os metadados que contêm um '\' não criem um novo diretório ao usar a organização automática, adicione o seguinte mapeamento: 5C=2D

Aplica-se a: ,

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

Este artigo foi útil?