ftrvxmtrx / split2flac

Split flac/ape/wv/wav + cue sheet into separate tracks
253 stars 34 forks source link

Error for output naming pattern '@track.@ext' #14

Open siebenstreich opened 10 years ago

siebenstreich commented 10 years ago

If the output naming pattern is set to '@track.@ext', then split2flac terminates with the error message "Failed to rename track file". The reason is that the mv command gives an error, because source and destination file names are the same.