We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 094df84 commit 12e7358Copy full SHA for 12e7358
1 file changed
docs/plugins/lastgenre.rst
@@ -70,6 +70,11 @@ contains about any genre contained in the tree) with canonicalization because
70
nothing would ever be matched to a more generic node since all the specific
71
subgenres are in the whitelist to begin with.
72
73
+If you use canonicalization *without* a whitelist, the plugin will simply map
74
+every genre to its top-most root category in the tree (e.g., ``Viking Metal`` →
75
+``Metal``). This is a great way to keep your library broad without needing to
76
+maintain a manual list of allowed genres.
77
+
78
.. _tree of nested genre names: https://raw.githubusercontent.com/beetbox/beets/master/beetsplug/lastgenre/genres-tree.yaml
79
80
.. _yaml: https://yaml.org/
0 commit comments