Skip to content
Discussion options

You must be logged in to vote

The important line is not the missing Last.fm/Google keys; it is that fetchart exits without ever listing an album to process.

beet fetchart works on albums already imported into the beets library. Check that first:

beet ls -a

If that prints nothing, the library database is empty or this command is using a different config/database than the one you imported with. Import an album first, or point beets at the right config with -c.

If albums do show up, run fetchart against one explicit album so the verbose log is smaller:

beet -v fetchart -f 'artist name album name'

The Last.fm and Google messages only mean those two sources are disabled because they need API keys. They should not make the …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@cylenia
Comment options

Answer selected by cylenia
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants