mirror of
https://github.com/beetbox/beets.git
synced 2025-12-31 21:12:43 +01:00
Link to the internal whitelist raw file content
This commit is contained in:
parent
fc5f2126bb
commit
469b61689a
1 changed files with 3 additions and 2 deletions
|
|
@ -21,8 +21,9 @@ your ``plugins`` line in :doc:`config file </reference/config>`.
|
|||
The plugin chooses genres based on a *whitelist*, meaning that only certain
|
||||
tags can be considered genres. This way, tags like "my favorite music" or "seen
|
||||
live" won't be considered genres. The plugin ships with a fairly extensive
|
||||
internal whitelist, but you can set your own in the config file using the
|
||||
``whitelist`` configuration value::
|
||||
[internal whitelist](https://raw.githubusercontent.com/sampsyo/beets/master/beetsplug/lastgenre/genres.txt),
|
||||
but you can set your own in the config file using the ``whitelist`` configuration
|
||||
value::
|
||||
|
||||
lastgenre:
|
||||
whitelist: /path/to/genres.txt
|
||||
|
|
|
|||
Loading…
Reference in a new issue