dmulholl / mp3cat

A command line utility for joining MP3 files.
https://www.dmulholl.com/dev/mp3cat.html
The Unlicense
185 stars 22 forks source link

Skip combine single files? #15

Closed niXta1 closed 5 years ago

niXta1 commented 5 years ago

Would it be a good idea to skip combining files if there's only a single mp3 in the directory? (when -d is used)

dmulholl commented 5 years ago

Running mp3cat on a single file essentially just copies the file. I think behaving consistently is probably the most important consideration here.