(self, lib, opts, args)
| 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: |