From 661e82fdec650573a7c35d6feab31de23d4a367a Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Mon, 17 Feb 2014 22:57:37 -0500 Subject: [PATCH] echonest: remove confusing length output (#545) --- beetsplug/echonest.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/beetsplug/echonest.py b/beetsplug/echonest.py index e8895d727..e8c749b7a 100644 --- a/beetsplug/echonest.py +++ b/beetsplug/echonest.py @@ -432,8 +432,8 @@ class EchonestMetadataPlugin(plugins.BeetsPlugin): self.config.set_args(opts) write = config['import']['write'].get(bool) for item in lib.items(ui.decargs(args)): - log.info(u'echonest: {0} - {1} [{2}]'.format(item.artist, - item.title, item.length)) + log.info(u'echonest: {0} - {1}'.format(item.artist, + item.title)) if self.config['force'] or self.requires_update(item): song = self.fetch_song(item) if song: