mirror of
https://github.com/beetbox/beets.git
synced 2026-01-30 20:13:37 +01:00
Made a simple update to the documentation
This commit is contained in:
parent
4ee39ed9da
commit
780cbed809
1 changed files with 3 additions and 2 deletions
|
|
@ -45,11 +45,12 @@ will be copied). ``opts`` are the encoding options that are passed to ``lame``
|
|||
The ``dest`` sets the directory the files will be converted (or copied) to.
|
||||
This is a required setting and has to be set either in ``.beetsconfig`` or on
|
||||
the commandline. Finally ``threads`` lets you determine the number of threads
|
||||
to use for encoding (default: 2). An example configuration::
|
||||
to use for encoding. By default the convert plugin will detect the maximum
|
||||
available cores within a system and use them all. An example configuration::
|
||||
|
||||
[convert]
|
||||
embed:false
|
||||
max_bitrate:200
|
||||
opts:-V4
|
||||
dest:/home/user/MusicForPhone
|
||||
threads:4
|
||||
threads:4
|
||||
Loading…
Reference in a new issue