I am having my second go at MediaMonkey. My goal is to enable MM3's auto-organizing features so that it works similar to iTunes "Organize Music folder" feature. By doing this I also want to maintain compatibility with iTunes so that both MM3 and iTunes organize the files identically. This time I am trying to be more careful before I end up messing things up.
iTunes replace any illegal character with a low line aka underscore. I have done the appropriate changes in the ini file to make this happen the same way:
Code: Select all
[FilenameMappings]
3A=5F
2A=5F
3F=
3E=5F
3C=5F
22=27
7C=5F
2F=5F
0D0A=
19=%DiscNumber%-%TrackNumber% %Name%.mp3
For single-disc albums, iTunes follows the file name format:
TrackNumber% %Name%.mp3
I was wondering how to configure this in MM3.
Thanks,
McoreD