mirror of
https://github.com/beetbox/beets.git
synced 2026-01-30 20:13:37 +01:00
Added a quick checkpoint to ensure the config file is set up correctly prior to users importing their music library
This commit is contained in:
parent
346071c04a
commit
1ae4677d93
1 changed files with 7 additions and 0 deletions
|
|
@ -199,6 +199,13 @@ here, including the directory and file naming scheme. See
|
|||
|
||||
.. _YAML: https://yaml.org/
|
||||
|
||||
To check that your config file is set up correctly run ``beet version``. This should return your
|
||||
beets version, Python version, and a list of installed plugins. If no plugins are displayed, but
|
||||
there are plugins listed in your config file go back to the steps above to set up the config
|
||||
file properly before importing your music library. You can also run ``beet config`` which will
|
||||
display more in-depth details about each enabled plugin.
|
||||
|
||||
|
||||
Importing Your Library
|
||||
----------------------
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue