lambda-tango/flac2all

Conversion Fails if File Contains Dollar Symbol in the Name

Closed this issue · 2 comments

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

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

  • Changed state: Accepted
  • Added labels: OpSys-Linux
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

  • Changed state: Fixed