From 8cb6ff389252576d62983434db6736add02301ae Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Sun, 1 Jan 2017 19:18:25 -0500 Subject: [PATCH] Simplify the example config I never meant for people to copy and paste this example---it's redundant and probably wrong---but lots of people do! Removing a few weird options makes the example clearer, I think, and will result in less-strange initial configs for people who do copy & paste. --- docs/guides/main.rst | 2 +- docs/reference/config.rst | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) 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