MCPcopy Index your code
hub / github.com/beetbox/beets / process_query

Method process_query

beetsplug/thumbnails.py:72–76  ·  view source on GitHub ↗
(self, lib, opts, args)

Source from the content-addressed store, hash-verified

70 return [thumbnails_command]
71
72 def process_query(self, lib, opts, args):
73 self.config.set_args(opts)
74 if self._check_local_ok():
75 for album in lib.albums(args):
76 self.process_album(album)
77
78 def _check_local_ok(self):
79 """Check that everything is ready:

Callers 1

test_invokationsMethod · 0.95

Calls 3

_check_local_okMethod · 0.95
process_albumMethod · 0.95
albumsMethod · 0.45

Tested by 1

test_invokationsMethod · 0.76