Add note about YAML to guide (close #1370)

This commit is contained in:
Adrian Sampson 2015-03-27 22:54:47 -04:00
parent 37860bf2ef
commit 819883b2b6
2 changed files with 5 additions and 2 deletions

View file

@ -23,7 +23,6 @@ extlinks = {
}
# Options for HTML output
html_theme = 'classic'
htmlhelp_basename = 'beetsdoc'
# Options for LaTeX output

View file

@ -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
----------------------