snejus / beetcamp

Bandcamp autotagger source for beets (https://beets.io)
GNU General Public License v2.0
68 stars 12 forks source link

debug info printed #4

Closed arogl closed 3 years ago

arogl commented 3 years ago

Hi,

after

pip3 install --user beetcamp
beet imp .

The following debug is included

 * Don't Play -> Don’t Play
bandcamp: Searching albums for Brightest Blue
bandcamp: Page 1
bandcamp: 3 total URLs
bandcamp: Page 2

Is it possible to put the debug behind

log.debug

rather than

log.info
snejus commented 3 years ago

Good point! Working on it, will be part of 0.4.3.

snejus commented 3 years ago

Out on pypi now!