Evaluate tagger script for album metadata. Fixes #3974

This commit is contained in:
Philipp Wolfer
2008-11-26 23:59:01 +01:00
parent f56c6232e9
commit 78a919e214

View File

@@ -244,6 +244,11 @@ class Album(DataObject, Item):
# Strip leading/trailing whitespace
track.metadata.strip_whitespace()
try:
parser.eval(script, m)
except:
self.log.error(traceback.format_exc())
def _release_request_finished(self, document, http, error):
try:
if error: