From 428302b45c859987aa18673fc6a71f997ae9fc97 Mon Sep 17 00:00:00 2001 From: Peter Schnebel Date: Sat, 26 Oct 2013 10:33:29 +0200 Subject: [PATCH] add echonest_id to debug output --- beetsplug/echonest.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/beetsplug/echonest.py b/beetsplug/echonest.py index 93a1403e5..8173080ef 100644 --- a/beetsplug/echonest.py +++ b/beetsplug/echonest.py @@ -312,6 +312,8 @@ class EchonestMetadataPlugin(plugins.BeetsPlugin): if item.path in self._songs: # song can be a dict if isinstance(self._songs[item.path], pyechonest.song.Song): + log.debug(u'echonest: metadata: echonest_id = {0}' + .format(self._songs[item.path].id)) item.echonest_id = self._songs[item.path].id values = self._songs[item.path].audio_summary else: