Skip to content

Commit

Permalink
added todo
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjakab committed Apr 4, 2021
1 parent 03dedd4 commit 1556376
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions beetsplug/xtractor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,16 @@ def __init__(self):
source = ConfigSource(load_yaml(config_file_path) or {}, config_file_path)
self.config.add(source)

# @todo: activate this to store the attributes in media files
# field = mediafile.MediaField(
# mediafile.MP3DescStorageStyle(u'danceability'), mediafile.StorageStyle(u'danceability')
# )
# self.add_media_field('danceability', field)
#
# field = mediafile.MediaField(
# mediafile.MP3DescStorageStyle(u'beats_count'), mediafile.StorageStyle(u'beats_count')
# )
# self.add_media_field('beats_count', field)

def commands(self):
return [XtractorCommand(self.config)]

0 comments on commit 1556376

Please sign in to comment.