mirror of
https://github.com/beetbox/beets.git
synced 2025-12-25 18:13:17 +01:00
removed echonest_ prefix
This commit is contained in:
parent
315522aafa
commit
538aa457e0
1 changed files with 6 additions and 6 deletions
|
|
@ -27,12 +27,12 @@ DEVNULL = open(os.devnull, 'wb')
|
|||
# Note: We use echonest_id (song_id) and echonest_fingerprint to speed up
|
||||
# lookups. They are not listed as attributes here.
|
||||
ATTRIBUTES = {
|
||||
'energy' : 'echonest_energy',
|
||||
'liveness' : 'echonest_liveness',
|
||||
'speechiness' : 'echonest_speechiness',
|
||||
'acousticness' : 'echonest_acousticness',
|
||||
'danceability' : 'echonest_danceability',
|
||||
'valence' : 'echonest_valence',
|
||||
'energy' : 'energy',
|
||||
'liveness' : 'liveness',
|
||||
'speechiness' : 'speechiness',
|
||||
'acousticness' : 'acousticness',
|
||||
'danceability' : 'danceability',
|
||||
'valence' : 'valence',
|
||||
'tempo' : 'bpm',
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue