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

Method queries

beetsplug/spotify.py:543–547  ·  view source on GitHub ↗
(lib, opts, args)

Source from the content-addressed store, hash-verified

541 def commands(self) -> list[ui.Subcommand]:
542 # autotagger import command
543 def queries(lib, opts, args):
544 success = self._parse_opts(opts)
545 if success:
546 results = self._match_library_tracks(lib, args)
547 self._output_match_results(results)
548
549 spotify_cmd = ui.Subcommand(
550 "spotify", help=f"build a {self.data_source} playlist"

Callers

nothing calls this directly

Calls 3

_parse_optsMethod · 0.95
_match_library_tracksMethod · 0.95
_output_match_resultsMethod · 0.95

Tested by

no test coverage detected