mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 08:39:17 +01:00
Removed yaml hyperlink. Changed dropdown naming. Use full console param
instead of short form.
This commit is contained in:
parent
32fdad1411
commit
dd9917d3f3
1 changed files with 5 additions and 5 deletions
|
|
@ -31,8 +31,8 @@ command:
|
||||||
Basic Configuration
|
Basic Configuration
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
Before using beets, you'll need a configuration file. This YAML_ file tells
|
Before using beets, you'll need a configuration file. This YAML file tells beets
|
||||||
beets where to store your music and how to organize it.
|
where to store your music and how to organize it.
|
||||||
|
|
||||||
While beets is highly configurable, you only need a few basic settings to get
|
While beets is highly configurable, you only need a few basic settings to get
|
||||||
started.
|
started.
|
||||||
|
|
@ -121,7 +121,7 @@ To validate that you've set up your configuration and it is valid YAML, you can
|
||||||
type ``beet version`` to see a list of enabled plugins or ``beet config`` to get
|
type ``beet version`` to see a list of enabled plugins or ``beet config`` to get
|
||||||
a complete listing of your current configuration.
|
a complete listing of your current configuration.
|
||||||
|
|
||||||
.. dropdown:: Full configuration file
|
.. dropdown:: Minimal configuration
|
||||||
|
|
||||||
Here's a sample configuration file that includes the settings mentioned above:
|
Here's a sample configuration file that includes the settings mentioned above:
|
||||||
|
|
||||||
|
|
@ -189,9 +189,9 @@ There are two good ways to bring your *existing* library into beets database.
|
||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
beet import -A /my/huge/mp3/library
|
beet import --noautotag /my/huge/mp3/library
|
||||||
|
|
||||||
The ``-A`` flag skips autotagging and uses your files' current metadata.
|
The ``--noautotag`` / ``-A`` flag skips autotagging and uses your files' current metadata.
|
||||||
|
|
||||||
.. admonition:: More Import Options
|
.. admonition:: More Import Options
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue