From 63fc7e04e65c4a4bb2f7adfb75a1846de3f2ada5 Mon Sep 17 00:00:00 2001 From: Evan Purkhiser Date: Wed, 30 Apr 2014 00:14:49 -0400 Subject: [PATCH] docs: Document 'import.autotag' configuration --- docs/reference/config.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/reference/config.rst b/docs/reference/config.rst index ae083d75f..e9f98a65d 100644 --- a/docs/reference/config.rst +++ b/docs/reference/config.rst @@ -379,6 +379,19 @@ equivalent, and the *G* interactive option invokes the same workflow. Default: ``no``. +.. _autotag: + +autotag +~~~~~~~ + +By default, the beets importer will always attempt to autotag each file. If +most of your collection consists of obscure music you may be interested in +disabling this behavior by default, instead of having to pass the ``-A`` flag +during each import. Setting this to 'no' will disable auttotagging unless you +pass the ``-a`` flag. + +Default: ``yes``. + .. _musicbrainz-config: