tnozaki / cuelib

Automatically exported from code.google.com/p/cuelib
1 stars 2 forks source link

Add better file selection options to TrackCutterCommand #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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:
  * Recurse into subdirectories.
  * Use a specific directory as base directory.
  * Process any file that matches some regular expression.
  * Process any path that matches some regular expression. (Ideally, with
pruning to eliminate branches that could never be matched. That would be
hard though, as we couldn't simply use the standard java regex functionality.)

Original issue reported on code.google.com by monsterm...@gmail.com on 21 Apr 2008 at 9:57

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
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.

Original comment by monsterm...@gmail.com on 8 May 2008 at 10:37