Made a simple update to the documentation

This commit is contained in:
Andrew G. Dunn 2012-10-12 16:57:12 -04:00
parent 4ee39ed9da
commit 780cbed809

View file

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