For some reason it sees the full file path as a folder.
So e.g.
/Volume/Blah blah/MP3/xxx.flac
What it tries to do is writing to:
/Volume/Blah blah/MP3/xxx.flac/xxx.mp3
of course that directory doesn't exist, so it fails.
When I tell it write the converted file(s) to a different directory it works ok.
So e.g.
/Volume/Blah blah/MP3/xxx.flac
What it tries to do is writing to:
/Volume/Blah blah/MP3/xxx.flac/xxx.mp3
of course that directory doesn't exist, so it fails.
When I tell it write the converted file(s) to a different directory it works ok.
Comment