From 1ae4677d934f3bbc3494de4d473ceff70d89030a Mon Sep 17 00:00:00 2001 From: Ashleigh <55955381+miertla@users.noreply.github.com> Date: Wed, 14 Jun 2023 22:08:02 -0400 Subject: [PATCH 1/2] Added a quick checkpoint to ensure the config file is set up correctly prior to users importing their music library --- docs/guides/main.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/guides/main.rst b/docs/guides/main.rst index 665ad12d8..5c9f4fae7 100644 --- a/docs/guides/main.rst +++ b/docs/guides/main.rst @@ -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 ---------------------- From 6161b449f6049107467598cbea9d76d56d7a1875 Mon Sep 17 00:00:00 2001 From: J0J0 Todos <2733783+JOJ0@users.noreply.github.com> Date: Fri, 24 Jan 2025 11:30:36 +0100 Subject: [PATCH 2/2] Apply config-sanity-check suggestion in docs --- docs/guides/main.rst | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/guides/main.rst b/docs/guides/main.rst index 5c9f4fae7..a933b1333 100644 --- a/docs/guides/main.rst +++ b/docs/guides/main.rst @@ -199,11 +199,9 @@ 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. +To check that you've set up your configuration how you want it, you can type +``beet version`` to see a list of enabled plugins or ``beet config`` to get a +complete listing of your current configuration. Importing Your Library