mirror of
https://github.com/beetbox/beets.git
synced 2025-12-26 02:24:33 +01:00
Add note about YAML to guide (close #1370)
This commit is contained in:
parent
37860bf2ef
commit
819883b2b6
2 changed files with 5 additions and 2 deletions
|
|
@ -23,7 +23,6 @@ extlinks = {
|
|||
}
|
||||
|
||||
# Options for HTML output
|
||||
html_theme = 'classic'
|
||||
htmlhelp_basename = 'beetsdoc'
|
||||
|
||||
# Options for LaTeX output
|
||||
|
|
|
|||
|
|
@ -127,7 +127,9 @@ place to start::
|
|||
|
||||
Change that first path to a directory where you'd like to keep your music. Then,
|
||||
for ``library``, choose a good place to keep a database file that keeps an index
|
||||
of your music.
|
||||
of your music. (The config's format is `YAML`_. You'll want to configure your
|
||||
text editor to use spaces, not real tabs, for indentation.)
|
||||
|
||||
|
||||
The default configuration assumes you want to start a new organized music folder
|
||||
(that ``directory`` above) and that you'll *copy* cleaned-up music into that
|
||||
|
|
@ -161,6 +163,8 @@ There are approximately six million other configuration options you can set
|
|||
here, including the directory and file naming scheme. See
|
||||
:doc:`/reference/config` for a full reference.
|
||||
|
||||
.. _YAML: http://yaml.org/
|
||||
|
||||
Importing Your Library
|
||||
----------------------
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue