RomanHargrave / cuelib

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

TrackCutter should be configurable though a properties file. #9

Closed RomanHargrave closed 9 years ago

RomanHargrave commented 9 years ago

From monsterm...@gmail.com on May 11, 2008 08:25:57

TrackCutter accepts many parameters, and some of these parameters can become quite long. Since many parameter will often be reused, it would be useful if these could be configured though a properties file, avoiding have to retype them each time.

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

RomanHargrave commented 9 years ago

From monsterm...@gmail.com on May 11, 2008 08:31:30

Labels: Milestone-Release1.3.0

RomanHargrave commented 9 years ago

From monsterm...@gmail.com on May 23, 2008 06:34:54

Labels: -Priority-Medium Priority-High

RomanHargrave commented 9 years ago

From monsterm...@gmail.com on June 07, 2008 06:20:31

Fixed in revision 72 .

TrackCutterConfiguration can now load and store EnhancedProperties, which can be read from and written to XML or properties files. TrackCutterCommand has been expanded with options to read and write such configuration files.

Status: Verified