mirror of
https://github.com/beetbox/beets.git
synced 2025-12-16 05:34:47 +01:00
convert: update documentation and add a trailing comma.
This commit is contained in:
parent
94c268d17e
commit
ad9786ce81
2 changed files with 3 additions and 1 deletions
|
|
@ -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]
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue