On Monday 06 October 2008, Xavier Bestel wrote: > mp3gain doesn't use popt, so it doesn't support filenames with > spaces or strange chars. It also doesn't support "--" to stop > option parsing, so each time it sees a dash "-" it thinks it's a > new option.
It works for me: $ mp3gain -a -a.mp3 -a.mp3 Applying mp3 gain change of -8 to -a.mp3... $ mp3gain -a ä\ ö\ \\ü.mp3 ä ö \ü.mp3 Applying mp3 gain change of -8 to ä ö \ü.mp3... Maybe you didn't escape the filenames correctly from your shell? Cheers, Stefan -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

