Hello,
First of all, like almost all people there I am very happy about Jaikoz. It is a very powerful and useful tool for MP3 sorting.
Nevertheless I have a question regarding the cross platform file renaming.
I am currently sorting my collection on an ubuntu box, and I listen mainly them under windows. Unfortunately there are less restriction in linux regarding file names compared to windows ( - and maybe mac ?).
I saw that some persons had issues with folder separator in file/folder names, but thx to javascript, I was already able to fix that by doing the following:
x.replace(folderseparator, ‘-’) where x stand for artist, album, title…
But for the other characters, I think it may be a pain doing like that.
I think I can use the replace From to To capability in order to define the set of invalid characters for file/folder names, am I wrong ?
I may suggest another option in that preference tab:
Replace non-cross plateform characters by [user choice]
Thank you already for your answer, and again good job.