MCPcopy
hub / github.com/beetbox/beets / __init__

Method __init__

beetsplug/bpsync.py:26–30  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

24
25class BPSyncPlugin(BeetsPlugin):
26 def __init__(self):
27 super().__init__()
28 deprecate_for_user(self._log, "The 'bpsync' plugin")
29 self.beatport_plugin = BeatportPlugin()
30 self.beatport_plugin.setup()
31
32 def commands(self):
33 cmd = ui.Subcommand("bpsync", help="update metadata from Beatport")

Callers

nothing calls this directly

Calls 3

deprecate_for_userFunction · 0.90
BeatportPluginClass · 0.85
setupMethod · 0.45

Tested by

no test coverage detected