mirror of
https://github.com/beetbox/beets.git
synced 2025-12-07 17:16:07 +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 import config, ui, util
|
||||||
from beets.autotag.distance import Distance
|
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
|
from beetsplug.musicbrainz import MusicBrainzPlugin
|
||||||
|
|
||||||
API_KEY = "1vOwZtEn"
|
API_KEY = "1vOwZtEn"
|
||||||
|
|
@ -172,6 +173,7 @@ def _all_releases(items):
|
||||||
|
|
||||||
class AcoustidPlugin(MetadataSourcePlugin):
|
class AcoustidPlugin(MetadataSourcePlugin):
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
|
super().__init__()
|
||||||
self.config.add(
|
self.config.add(
|
||||||
{
|
{
|
||||||
"auto": True,
|
"auto": True,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue