Comment 5 for bug 1858881

Revision history for this message
Andy Jenkins (andy-jenks) wrote :

I can confirm that what Christodoulos has said works.

I had a look at the upstream source and I'm surprised that you found it working on the machines you tested on. It appears that soundconverter.batch.prepare_files_list() can't deal with the uri-encoded filenames which are given in line 218 of bin/soundconverter.py:

files = [vfs_encode_filename(f) for f in files]

Reverting commit 51757e "Fix filename encoding issue" (after checking out 3.0.2) fixed batch mode for me but presumably whichever issue was solved by this commit is reintroduced.

I can also confirm that batch mode works properly for me in version 3.1.0.