diff --git a/docs/changelog.rst b/docs/changelog.rst index c85644062..c04f246ff 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -31,9 +31,9 @@ Fixes: * :doc:`/plugins/metasync`: Fix a crash when syncing with recent versions of iTunes. :bug:`1700` * :doc:`/plugins/duplicates`: Fix a crash when merging items. :bug:`1699` -* :doc:`/plugins/discogs`: New config option (va_name) to change the default - album artist name if album is V.A. The default is changed to 'Various Artists' - to be the same as MusicBrainz. +* :doc:`/plugins/discogs`: A new option, ``va_name``, controls the album + artist name for various-artists albums. The default is now "Various + Artists," to match MusicBrainz. 1.3.15 (October 17, 2015) diff --git a/docs/plugins/discogs.rst b/docs/plugins/discogs.rst index 2961bb3bb..a7983e7e0 100644 --- a/docs/plugins/discogs.rst +++ b/docs/plugins/discogs.rst @@ -27,11 +27,13 @@ at the "enter Id" prompt in the importer. Configuration ------------- + To configure the plugin, make a ``discogs:`` section in your configuration file. The available options are: -- **va_name**: Change the name of the albumartist if an album is V.A. - Default: ``'Various Artists'`` (Same as MusicBrainz). +- **va_name**: The albumartist name to use when an album is marked as being by + "various" artists. + Default: "Various Artists" (matching the MusicBrainz convention). Troubleshooting ---------------