robinbowes / flac2mp3

flac2mp3 is a tool to convert audio files from flac to mp3 format including the copying of tags.
GNU General Public License v3.0
141 stars 29 forks source link

fixed a bug that would cause this to not work on OSX across network file #39

Open steveschow opened 9 years ago

steveschow commented 9 years ago

shares. Basically the perl temp file mechanism hangs onto open file hooks and then lame, when forked in another system process, can't init the file by the same name. Just remove it before running lame. Perl file cleanup still works properly.