File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,10 @@ Zero Plugin
2
2
===========
3
3
4
4
The ``zero `` plugin allows you to null fields in files' metadata tags. Fields
5
- can be nulled unconditionally or conditioned on a pattern match. For example,
6
- the plugin can strip useless comments like "ripped by MyGreatRipper."
5
+ can be nulled unconditionally or conditioned on a pattern match. It works in
6
+ two independent modes - blacklist and whitelist. You can only choose one option,
7
+ however blacklist is the default. For example, the plugin can strip useless
8
+ comments like "ripped by MyGreatRipper."
7
9
8
10
To use the ``zero `` plugin, enable the plugin in your configuration
9
11
(see :ref: `using-plugins `).
@@ -18,6 +20,9 @@ fields to nullify and the conditions for nullifying them:
18
20
get the list of all available fields by running ``beet fields ``. In
19
21
addition, the ``images `` field allows you to remove any images
20
22
embedded in the media file.
23
+ * Set ``keep_fields `` respectively to list of fields that plugin should
24
+ preserve. That way ``zero `` cleans anything other than fields written in this
25
+ option.
21
26
* To conditionally filter a field, use ``field: [regexp, regexp] `` to specify
22
27
regular expressions.
23
28
* By default this plugin only affects files' tags ; the beets database is left
You can’t perform that action at this time.
0 commit comments