RomanHargrave / cuelib

GIT repo containing the currently (idle?) dead cuelib
GNU Lesser General Public License v2.1
0 stars 0 forks source link

Add better file selection options to TrackCutterCommand #2

Closed RomanHargrave closed 9 years ago

RomanHargrave commented 9 years ago

From monsterm...@gmail.com on April 21, 2008 16:57:13

TrackCutterCommand will accept a list of cue sheet files. This is inconvenient when handling large numbers of files, particular when using fairly primitive shells, such as the default shell under Windows XP.

I'd like the following features to be added:

Original issue: http://code.google.com/p/cuelib/issues/detail?id=2

RomanHargrave commented 9 years ago

From monsterm...@gmail.com on May 08, 2008 15:37:00

Fixed in revision 43 .

Fix for issue #2 "Add better file selection options to TrackCutterCommand". Can now select files based on regular expressions that must match file name or path. Can select different base directories for cue sheet processing and file selection. Can select recursion depth.

Status: Fixed