I’ve been using Jaikoz’s “correct filename/foldername from tags” feature to clean up a ton of old mis-tagged and mis-named music files, and it’s generally awesome. There’s Just One Thing…
I run a mixed MacOS and Linux environment at home, and that comes with some weird tradeoffs. Under linux, “/” is a directory separator, and you can’t ever use it in a filename. Under MacOS, the same is true of “:”. Presumably if I were to throw Windows into the mix, I’d have similar problems with “\”.
Right now, it looks like Jaikoz just silently discards impossible characters from file and folder names when it tries to save files or folders. That’s a good default, but I’d love to be able to set up something like the word replacer manipulator, but for filenames instead of tags. e.g. in my circumstance, I’d have a filter that replaced / with \, and replaced : with -. Then for bonus points I’d replace " " with “_”, because http servers do ugly things to filenames with spaces in them.
Would this be difficult to implement?