Closed creopard closed 6 years ago
That's odd, either the first or second variants should work fine. Does it work if you use command line globbing instead, i.e.
mp3cat D:\files\*.mp3
The end result should be exactly the same.
Unfortunately, adding the extension like your example doesn't make a difference.
Apparently the Windows command line doesn't have built-in support for globbing - I didn't know that.
I just checked and the --dir
command is working fine for me on Windows 7. I used it as:
mp3cat --dir D:\files
and it found and merged a directory of .mp3
files. I don't know why it isn't working for you but if you figure it out please do let me know!
I found the error: My testfiles were named as follows:
renaming the extension to lowercase like:
Thanks for the support anyways!
Perfect :) Thanks for letting me know!
@dmulholland IMHO mp3cat
should ignore the case of the extension... so mp3
, MP3
, Mp3
etc. should all work.
I agree @ohadschn. Done on master - I'll cut a 3.1 release when I get a chance.
I tried to merge several files in a directoy with Windows 7, but it just results in the error message "Error: no files found."
tried multiple variations:
but none of it succeded. What's the correct syntax for Windows OS systems?