* Alain Cabiran <[EMAIL PROTECTED]> [2005-05-29 13:49]: > /usr/local/shared/music is a fat32 (vfat) filesystem, ... > so i think you can close the bug without modifying jack or maybe > doing something like s/"/'/g in titles/names if you want, but is it > portable between systems ? i don't know.
This substitution is not a good idea since double quotes work fine on other file systems. However, jack should fail in a nicer way and document that VFAT has those restrictions. I'll try to come up with a patch later. In any case, the correct solution is for users to edit their configuration file and have " replaced by something else. My configuration files contains the following unusable_chars:[' ', '/'] replacement_chars:['_', '_'] because I don't want spaces in the file names and because slashes are obviously not allowed (on Unix). You could have something like: unusable_chars:['"'] replacement_chars:["'"] That should do the trick for you. -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]