Skip to content

Commit

Permalink
Add musicbrainz genre config option.
Browse files Browse the repository at this point in the history
  • Loading branch information
aereaux committed Oct 30, 2020
1 parent 0a8c755 commit ceb046d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ New features:
* Use the musicbrainz genre tag api to get genre information. This currently
depends on functionality that is currently unreleased in musicbrainzngs.
Once the functionality has been released, you can enable it with the
``use_mb_genres`` option. See
``genres`` option inside the ``musicbrainz`` config. See
https://github.com/alastair/python-musicbrainzngs/pull/247 and
https://github.com/alastair/python-musicbrainzngs/pull/266 .
Thanks to :user:`aereaux`.
Expand Down
20 changes: 11 additions & 9 deletions docs/reference/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -356,15 +356,6 @@ Sets the albumartist for various-artist compilations. Defaults to ``'Various
Artists'`` (the MusicBrainz standard). Affects other sources, such as
:doc:`/plugins/discogs`, too.

.. _use_mb_genres:

use_mb_genres
~~~~~~~~~~~~~

Use MusicBrainz genre tags to populate the ``genre`` tag. This will make it a
semicolon-separated list of all the genres tagged for the release on
MusicBrainz.

UI Options
----------

Expand Down Expand Up @@ -729,6 +720,17 @@ above example.

Default: ``[]``

.. _genres:

genres
~~~~~~

Use MusicBrainz genre tags to populate the ``genre`` tag. This will make it a
semicolon-separated list of all the genres tagged for the release on
MusicBrainz.

Default: ``no``

.. _match-config:

Autotagger Matching Options
Expand Down

0 comments on commit ceb046d

Please sign in to comment.