ftrvxmtrx / split2flac

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

Copy over is not working #35

Closed oimaasi closed 5 years ago

oimaasi commented 6 years ago

Although there is a cover.jpg in the working directory, the program reports the following message and the cover file is consequently not copied to the destination folder.

Copying files:
cp: cannot stat './[Cc]overs': No such file or directory
cp: cannot stat './*.log': No such file or directory
cp: cannot stat './*.txt': No such file or directory
cp: cannot stat './*.jpg': No such file or directory
cp: cannot stat './*.cbr': No such file or directory

I'm running the following versions

split2flac version: 122

shntool 3.0.10
flac 1.3.2
-- Monkey's Audio Console Front End (v 3.99-u4-b5-s7) (c) Matthew T. Ashland --
FAAC 1.29.9.2
oggenc from vorbis-tools 1.4.0
LAME 64bits version 3.100 (http://lame.sf.net)
oimaasi commented 6 years ago

It works if I explicitly specify -C "[Cc]overs [Ss]cans *.jpg *.png *.log".

ftrvxmtrx commented 5 years ago

Should be fixed in b6a65b9