diff --git a/docs/guides/main.rst b/docs/guides/main.rst index 4ee2debed..7feacb6bf 100644 --- a/docs/guides/main.rst +++ b/docs/guides/main.rst @@ -137,7 +137,7 @@ favorite text editor. The file will start out empty, but here's good place to start:: directory: ~/music - library: ~/data/musiclibrary.blb + library: ~/data/musiclibrary.db 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 diff --git a/docs/reference/config.rst b/docs/reference/config.rst index 264cd6413..ffedb14d4 100644 --- a/docs/reference/config.rst +++ b/docs/reference/config.rst @@ -814,21 +814,14 @@ Example Here's an example file:: - library: /var/music.blb directory: /var/mp3 import: copy: yes write: yes - resume: ask - quiet_fallback: skip - timid: no log: beetslog.txt - ignore: .AppleDouble ._* *~ .DS_Store - ignore_hidden: yes art_filename: albumart plugins: bpd pluginpath: ~/beets/myplugins - threaded: yes ui: color: yes