GoogleCodeArchives / flac2all

Automatically exported from code.google.com/p/flac2all
0 stars 0 forks source link

Conversion Fails if File Contains Dollar Symbol in the Name #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The script appears to struggle with files that contain the dollar symbol in 
their name, for example:

 - 3OH!3 feat. Ke$ha - My First Kiss.flac

When flac2all is given a folder that contains a track with this character in 
the name, you get this:

 - ERROR: Cannot open input file "/mnt/store/Music/3OH!3/Streets of Gold/03 3OH!3 feat. Ke - My First Kiss.flac": No such file or directory

Just to confirm, I gave it the folder to process, not that file specifically so 
it won't be an issue with Bash parsing it from the command I gave it.

Original issue reported on code.google.com by enve...@gmail.com on 7 Nov 2012 at 10:36

GoogleCodeExporter commented 9 years ago
Yep, thats a bug, I've reproduced it. The subshell module tries to parse it 
like a bash variable. 

I'm surprised this bug wasn't hit before. 

Original comment by i...@ziva-vatra.com on 9 Nov 2012 at 3:38

GoogleCodeExporter commented 9 years ago
Changes made in revision 33, and confirmed as working for me now. Please check 
this version out and test it. 

Please update the ticket with your results. Thanks.

Original comment by i...@ziva-vatra.com on 9 Nov 2012 at 3:50