From f3935e8aead98cc87e5ae3fb7146ad4309275758 Mon Sep 17 00:00:00 2001 From: Peter Schnebel Date: Thu, 17 Oct 2013 22:49:27 +0200 Subject: [PATCH] disabled tempo --- beetsplug/echoplus.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/beetsplug/echoplus.py b/beetsplug/echoplus.py index b0d87a38a..2386a68f3 100644 --- a/beetsplug/echoplus.py +++ b/beetsplug/echoplus.py @@ -326,7 +326,8 @@ class EchoPlusPlugin(BeetsPlugin): }) for attr in ATTRIBUTES: if attr == 'tempo': - target = '' # disabled to not conflict with echonest_tempo + target = '' # disabled to not conflict with echonest_tempo, + # to enable, set it to 'bpm' self.config.add({attr:target}) else: target = attr