Remove whipper's image retag feature (#269)

Fixes #262.
This commit is contained in:
Joe
2018-05-24 17:19:14 +02:00
committed by GitHub
parent 145403705d
commit a320f6a0a5
2 changed files with 1 additions and 82 deletions

View File

@@ -542,11 +542,6 @@ class Program:
trackResult.filename = t.path
logger.info('Filename changed to %r', trackResult.filename)
def retagImage(self, runner, taglists):
cueImage = image.Image(self.cuePath)
t = image.ImageRetagTask(cueImage, taglists)
runner.run(t)
def verifyImage(self, runner, table):
"""
verify table against accuraterip and cue_path track lengths