mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 08:39:17 +01:00
commit
4d648510cc
1 changed files with 3 additions and 1 deletions
|
|
@ -26,7 +26,8 @@ import confuse
|
|||
|
||||
from beets import config, ui, util
|
||||
from beets.autotag.distance import Distance
|
||||
from beets.metadata_plugins import MetadataSourcePlugin, TrackInfo
|
||||
from beets.autotag.hooks import TrackInfo
|
||||
from beets.metadata_plugins import MetadataSourcePlugin
|
||||
from beetsplug.musicbrainz import MusicBrainzPlugin
|
||||
|
||||
API_KEY = "1vOwZtEn"
|
||||
|
|
@ -172,6 +173,7 @@ def _all_releases(items):
|
|||
|
||||
class AcoustidPlugin(MetadataSourcePlugin):
|
||||
def __init__(self):
|
||||
super().__init__()
|
||||
self.config.add(
|
||||
{
|
||||
"auto": True,
|
||||
|
|
|
|||
Loading…
Reference in a new issue