From ad9786ce81789289130cfcee626e323e69f9151c Mon Sep 17 00:00:00 2001 From: Angel Alonso Date: Sun, 2 Nov 2014 10:58:46 +0100 Subject: [PATCH] convert: update documentation and add a trailing comma. --- beetsplug/convert.py | 2 +- docs/plugins/convert.rst | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/beetsplug/convert.py b/beetsplug/convert.py index 25ea695a4..480295fd3 100644 --- a/beetsplug/convert.py +++ b/beetsplug/convert.py @@ -369,7 +369,7 @@ class ConvertPlugin(BeetsPlugin): u'embed': True, u'paths': {}, u'never_convert_lossy_files': False, - u'copy_album_art': False + u'copy_album_art': False, }) self.import_stages = [self.auto_convert] diff --git a/docs/plugins/convert.rst b/docs/plugins/convert.rst index 81b9af7da..88a2d159c 100644 --- a/docs/plugins/convert.rst +++ b/docs/plugins/convert.rst @@ -79,6 +79,8 @@ file. The available options are: - ``threads``: The number of threads to use for parallel encoding. By default, the plugin will detect the number of processors available and use them all. +- ``copy_album_art``: Copy album art when copying or transcoding albums matched + using the ``-a`` option. Default: ``no``. You can also configure the format to use for transcoding.