* morituri/rip/cd.py:
Ouch, was using the DISC TEMPLATE for the tracks.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2011-05-31 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* morituri/rip/cd.py:
|
||||
Ouch, was using the DISC TEMPLATE for the tracks.
|
||||
|
||||
2011-05-30 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* morituri/test/test_common_program.py:
|
||||
|
||||
@@ -76,7 +76,7 @@ filling in the variables and expanding the file extension. Variables are:
|
||||
action="store", dest="track_template",
|
||||
help="template for track file naming (default %s)" %
|
||||
DEFAULT_TRACK_TEMPLATE,
|
||||
default=DEFAULT_DISC_TEMPLATE)
|
||||
default=DEFAULT_TRACK_TEMPLATE)
|
||||
self.parser.add_option('', '--disc-template',
|
||||
action="store", dest="disc_template",
|
||||
help="template for disc file naming (default %s)" %
|
||||
|
||||
Reference in New Issue
Block a user