AndyLandy / MakeMP3

A tool for creating an MP3 library from a lossless music collection with cue sheets
GNU General Public License v3.0
2 stars 1 forks source link

Add recursive descent #8

Closed AndyLandy closed 4 years ago

AndyLandy commented 7 years ago

Allow specifying directories on the command line, to search for cue sheets.

AndyLandy commented 6 years ago

I'm not sure about adding this as a feature. I think using find/xargs is a better solution. However, I should include a section in the documentation about how to make best use of that.

AndyLandy commented 4 years ago

Added a section to the documentation about how to combine MakeMP3 with find and xargs, which covers this issue too.