Come rimappare i caratteri per l'organizzazione automatica

MediaMonkey per Windows può scrivere quasi tutti i caratteri quando scrive un nome file, ad eccezione di quei caratteri che sono considerati illegali dal sistema operativo. In tali casi, MediaMonkey per Windows sostituisce i caratteri non supportati con quelli 'simili' che sono supportati. Ad esempio, '?' e '*' sono caratteri illegali in un nome file e vengono sostituiti con '-'. Queste sostituzioni si verificano in base a una tabella di sostituzione definita all'interno del file MediaMonkey.ini . La tabella si trova nella sezione [FilenameMappings] del file MediaMonkey.ini e i valori esadecimali vengono utilizzati per definire il carattere sorgente e i caratteri a cui sono mappati. Nota che le definizioni dei caratteri devono essere in formato di stringhe codificate UTF-8 in formato esadecimale (quelle che non lo sono verranno automaticamente rimosse al riavvio di MediaMonkey per Windows). Ad esempio:

[Mappature dei nomi dei file]
2A=2D
2F=2D
3A=2D
3C=2D
3E=2D
5C=2D
7C=2D

In questo esempio, 3A=2D significa che “:” è mappato su “-“. Se desideri cercare i valori esadecimali dei caratteri, puoi farlo tramite l'applicazione “Mappa caratteri” inclusa in Windows. Per modificare la tabella di sostituzione per adattarla meglio alle tue esigenze:

  1. Chiudere MediaMonkey per Windows (in modo che non sovrascriva nessuna delle modifiche)
  2. Eseguire il backup del file MediaMonkey.ini .
  3. Aprire il file MediaMonkey.ini in un editor di testo come Blocco note, modificare la sezione [FilenameMappings] come desiderato e salvarlo.
  4. Avvia MediaMonkey per Windows

NOTE

  • Per garantire che i metadati contenenti una '\' non creino una nuova directory quando si utilizza l'organizzazione automatica, aggiungere la seguente mappatura: 5C=2D

Si applica 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

Questo articolo ti è stato utile?