From ec30e3d37710ea3ce70ad8831711fa79cea65ada Mon Sep 17 00:00:00 2001 From: Wieland Hoffmann Date: Sat, 3 Aug 2013 15:35:11 +0200 Subject: [PATCH 1/6] guides/tagger: Make emailing Adrian less imperative --- docs/guides/tagger.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/tagger.rst b/docs/guides/tagger.rst index ef4cc435e..29bba2d89 100644 --- a/docs/guides/tagger.rst +++ b/docs/guides/tagger.rst @@ -262,7 +262,7 @@ If you think beets is ignoring an album that's listed in MusicBrainz, please I Hope That Makes Sense ----------------------- -I haven't made the process clear, please `drop me an email`_ and I'll try to +If I haven't made the process clear, please `drop me an email`_ and I'll try to improve this guide. .. _drop me an email: mailto:adrian@radbox.org From e0ea009508d413b332a15f48f4a57eb97d731ca7 Mon Sep 17 00:00:00 2001 From: Wieland Hoffmann Date: Sat, 3 Aug 2013 15:40:28 +0200 Subject: [PATCH 2/6] ref/cli.rst: Add a missing 'k' --- docs/reference/cli.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/cli.rst b/docs/reference/cli.rst index cf99b6351..4dfdc8d48 100644 --- a/docs/reference/cli.rst +++ b/docs/reference/cli.rst @@ -86,7 +86,7 @@ right now; this is something we need to work on. Read the ``incremental`` configuration option. * By default, beets will proceed without asking if it finds a very close - metadata match. To disable this and have the importer as you every time, + metadata match. To disable this and have the importer ask you every time, use the ``-t`` (for *timid*) option. * The importer typically works in a whole-album-at-a-time mode. If you From 39d67363b585ebdfaba772787508b03ac0327045 Mon Sep 17 00:00:00 2001 From: Wieland Hoffmann Date: Sat, 3 Aug 2013 15:44:07 +0200 Subject: [PATCH 3/6] ref/cli.rst: Remove a 'd' --- docs/reference/cli.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/cli.rst b/docs/reference/cli.rst index 4dfdc8d48..4908b10b1 100644 --- a/docs/reference/cli.rst +++ b/docs/reference/cli.rst @@ -59,7 +59,7 @@ right now; this is something we need to work on. Read the * During a long tagging import, it can be useful to keep track of albums that weren't tagged successfully---either because they're not in the MusicBrainz database or because something's wrong with the files. Use the - ``-l`` option to specify a filename to log every time you skip and album + ``-l`` option to specify a filename to log every time you skip an album or import it "as-is" or an album gets skipped as a duplicate. * Relatedly, the ``-q`` (quiet) option can help with large imports by From d6673b7f799bda4833f52c861ad9eefbfcf5819c Mon Sep 17 00:00:00 2001 From: Wieland Hoffmann Date: Sun, 4 Aug 2013 01:20:15 +0200 Subject: [PATCH 4/6] plugins/zero.rst: Add a missing 'the' --- docs/plugins/zero.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/plugins/zero.rst b/docs/plugins/zero.rst index 19ce28d09..e99914a2e 100644 --- a/docs/plugins/zero.rst +++ b/docs/plugins/zero.rst @@ -6,12 +6,12 @@ can be nulled unconditionally or conditioned on a pattern match. For example, the plugin can strip useless comments like "ripped by MyGreatRipper." This plugin only affects files' tags; the beets database is unchanged. -To use plugin, enable it by including ``zero`` into ``plugins`` line of your -configuration file. To configure the plugin, use a ``zero:`` section in your -configuration file. Set ``fields`` to the (whitespace-separated) list of fields -to change. You can get the list of available fields by running ``beet fields``. -To conditionally filter a field, use ``field: [regexp, regexp]`` to specify -regular expressions. +To use the plugin, enable it by including ``zero`` in the ``plugins`` line of +your configuration file. To configure the plugin, use a ``zero:`` section in +your configuration file. Set ``fields`` to the (whitespace-separated) list of +fields to change. You can get the list of available fields by running ``beet +fields``. To conditionally filter a field, use ``field: [regexp, regexp]`` to +specify regular expressions. For example:: From aafcbdc7307c3e1bc23b081076e8216eb9431185 Mon Sep 17 00:00:00 2001 From: Wieland Hoffmann Date: Sun, 4 Aug 2013 01:21:57 +0200 Subject: [PATCH 5/6] plugins/zero.rst: Add a missing 'a' --- docs/plugins/zero.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins/zero.rst b/docs/plugins/zero.rst index e99914a2e..8704d3d8e 100644 --- a/docs/plugins/zero.rst +++ b/docs/plugins/zero.rst @@ -20,7 +20,7 @@ For example:: comments: [EAC, LAME, from.+collection, 'ripped by'] genre: [rnb, 'power metal'] -If custom pattern is not defined for a given field, the field will be nulled +If a custom pattern is not defined for a given field, the field will be nulled unconditionally. Note that the plugin currently does not zero fields when importing "as-is". From e4af04e3bec09ed6338dcf3f5e429c11176d6eb5 Mon Sep 17 00:00:00 2001 From: Wieland Hoffmann Date: Tue, 6 Aug 2013 10:34:42 +0200 Subject: [PATCH 6/6] docs/inline.rst: The ``[paths]`` section is now ``paths:`` --- docs/plugins/inline.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins/inline.rst b/docs/plugins/inline.rst index fddd2c974..1a7adebe4 100644 --- a/docs/plugins/inline.rst +++ b/docs/plugins/inline.rst @@ -3,7 +3,7 @@ Inline Plugin The ``inline`` plugin lets you use Python to customize your path formats. Using it, you can define template fields in your beets configuration file and refer -to them from your template strings in the ``[paths]`` section (see +to them from your template strings in the ``paths:`` section (see :doc:`/reference/config/`). To use inline field definitions, first enable the plugin by putting ``inline``