convert: update documentation and add a trailing comma.

This commit is contained in:
Angel Alonso 2014-11-02 10:58:46 +01:00
parent 94c268d17e
commit ad9786ce81
2 changed files with 3 additions and 1 deletions

View file

@ -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]

View file

@ -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.