I'm finding that dMC is converting colons in tags to semicolons, which I don't want. Instead, I want all characters in tags that are illegal in filenames to become dashes, except for double quotes, which I want to become single quotes. Any way to do this?
Alternatively, I'm converting everything in my "Lossless" folder to "Lossy". Is there any way to get dMC to duplicate the directory structure and just copy the existing directory and file names? I'm currently using this dynamic format string in dMC:
Lossy\[album artist]\[album]\[track] [title]
This mimics what I did in the Lossless source folder with mp3tag and does duplicate the existing directory structure, except for the illegal character mappings.
Alternatively, I'm converting everything in my "Lossless" folder to "Lossy". Is there any way to get dMC to duplicate the directory structure and just copy the existing directory and file names? I'm currently using this dynamic format string in dMC:
Lossy\[album artist]\[album]\[track] [title]
This mimics what I did in the Lossless source folder with mp3tag and does duplicate the existing directory structure, except for the illegal character mappings.
Comment