diff --git a/beetsplug/acousticbrainz.py b/beetsplug/acousticbrainz.py index 9c1eb7ce5..5278416b9 100644 --- a/beetsplug/acousticbrainz.py +++ b/beetsplug/acousticbrainz.py @@ -117,13 +117,13 @@ class AcousticPlugin(plugins.BeetsPlugin): 'genre_rosamerica': types.STRING, 'initial_key': types.STRING, 'key_strength': types.FLOAT, - 'mood_acoustic': types.PaddedInt(6), - 'mood_aggressive': types.PaddedInt(6), - 'mood_electronic': types.PaddedInt(6), - 'mood_happy': types.PaddedInt(6), - 'mood_party': types.PaddedInt(6), - 'mood_relaxed': types.PaddedInt(6), - 'mood_sad': types.PaddedInt(6), + 'mood_acoustic': types.PaddedFloat(6), + 'mood_aggressive': types.PaddedFloat(6), + 'mood_electronic': types.PaddedFloat(6), + 'mood_happy': types.PaddedFloat(6), + 'mood_party': types.PaddedFloat(6), + 'mood_relaxed': types.PaddedFloat(6), + 'mood_sad': types.PaddedFloat(6), 'rhythm': types.FLOAT, 'tonal': types.FLOAT, 'voice_instrumental': types.STRING,