Here's what I did:
$ pip install beets
$ beet config -e
$ beet import Music/BillEvans
The database directory /home/user/.beets does not exist. Create it (Y/n)? y
configuration error: import must be a collection, not NoneType
I was momentarily flummoxed by the error message. I pretty quickly realized I had mistakenly commented out all the lines in the import section of the config file. But for a nontechnical person the error message might be a bit hard to interpret. Maybe consider a more beginner friendly message with hints on how to correct the problem?
I was momentarily flummoxed by the error message. I pretty quickly realized I had mistakenly commented out all the lines in the import section of the config file. But for a nontechnical person the error message might be a bit hard to interpret. Maybe consider a more beginner friendly message with hints on how to correct the problem?