* morituri/common/encode.py:

Alac does not have merge_tags.  Fixes #15.
This commit is contained in:
Thomas Vander Stichele
2011-05-19 01:23:53 +00:00
parent f70ba7cb32
commit 0b520f2e86
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2011-05-19 Thomas Vander Stichele <thomas at apestaart dot org>
* morituri/common/encode.py:
Alac does not have merge_tags. Fixes #15.
2011-05-19 Thomas Vander Stichele <thomas at apestaart dot org>
* morituri/program/cdparanoia.py:

View File

@@ -66,10 +66,11 @@ class FlacProfile(Profile):
return True
# FIXME: ffenc_alac does not have merge_tags
class AlacProfile(Profile):
name = 'alac'
extension = 'alac'
pipeline = 'ffenc_alac name=tagger'
pipeline = 'ffenc_alac'
lossless = True
# FIXME: wavenc does not have merge_tags