From bd7a56bf07b017829346ca01ebcd487869d50b1d Mon Sep 17 00:00:00 2001 From: Peter Schnebel Date: Thu, 17 Oct 2013 22:27:37 +0200 Subject: [PATCH] renamed mappings --- beetsplug/echoplus.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beetsplug/echoplus.py b/beetsplug/echoplus.py index 7706aa6a0..0045afce3 100644 --- a/beetsplug/echoplus.py +++ b/beetsplug/echoplus.py @@ -317,7 +317,7 @@ class EchoPlusPlugin(BeetsPlugin): 'mapping': 'very low,low,neutral,high,very high', 'energy_mapping': None, 'liveness_mapping': 'studio,probably studio,probably live,live', - 'speechiness_mapping': 'sing,unsure,talk', + 'speechiness_mapping': 'singing,unsure,talking', 'acousticness_mapping': 'artificial,probably artifical,probably natural,natural', 'danceability_mapping': 'bed,couch,unsure,party,disco', 'valence_mapping': None,