diff --git a/docs/plugins/discogs.rst b/docs/plugins/discogs.rst index febdf4ab0..17a1645bb 100644 --- a/docs/plugins/discogs.rst +++ b/docs/plugins/discogs.rst @@ -97,16 +97,11 @@ This option is useful when importing classical music. Other configurations available under ``discogs:`` are: -``append_style_genre`` - Appends the Discogs style (if found) to the genre tag. This can be useful if you want more granular genres to categorize your music. - For example, a release in Discogs might have a genre of "Electronic" and a style of "Techno": enabling this setting would set the genre to be "Electronic, Techno" (assuming default separator of ``", "``) instead of just "Electronic". - - Default: ``false`` - -``separator`` - How to join multiple genre and style values from Discogs into a string. - - Default: ``", "`` +- **append_style_genre**: Appends the Discogs style (if found) to the genre tag. This can be useful if you want more granular genres to categorize your music. + For example, a release in Discogs might have a genre of "Electronic" and a style of "Techno": enabling this setting would set the genre to be "Electronic, Techno" (assuming default separator of ``", "``) instead of just "Electronic". + Default: ``False`` +- **separator**: How to join multiple genre and style values from Discogs into a string. + Default: ``", "`` Troubleshooting