Handle Track Titles such as Regina Spector's *****
Track Titles with an asterisk in cause file handling algorithm to fail and the track to be reported as non-compliant. Please can you adjust the algorithm to handle these characters (and any other special ones)
2
votes
Anonymous
shared this idea
-
We could do something about this, currently the behaviour is set up in lowest-common-denominator style. All file/folder naming rules for all platforms are obeyed at once. In this case, Windows does not like *s in file or folder names ( http://msdn.microsoft.com/en-us/library/windows/desktop/aa365247(v=vs.85).aspx ) .
We could also provide a way to control how the *s get changed, I suppose.