From 0157c084a1c23e27c2421d73848356c2e6618497 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Tue, 31 May 2011 08:25:01 +0000 Subject: [PATCH] * morituri/rip/cd.py: Ouch, was using the DISC TEMPLATE for the tracks. --- ChangeLog | 5 +++++ morituri/rip/cd.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 01aa375..b31f11d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-05-31 Thomas Vander Stichele + + * morituri/rip/cd.py: + Ouch, was using the DISC TEMPLATE for the tracks. + 2011-05-30 Thomas Vander Stichele * morituri/test/test_common_program.py: diff --git a/morituri/rip/cd.py b/morituri/rip/cd.py index 85b0007..9768401 100644 --- a/morituri/rip/cd.py +++ b/morituri/rip/cd.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)" %