From 780cbed80937520ae1be8ae5334320e1b082cb42 Mon Sep 17 00:00:00 2001 From: "Andrew G. Dunn" Date: Fri, 12 Oct 2012 16:57:12 -0400 Subject: [PATCH] Made a simple update to the documentation --- docs/plugins/convert.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/plugins/convert.rst b/docs/plugins/convert.rst index f9d2b120c..f62cd963c 100644 --- a/docs/plugins/convert.rst +++ b/docs/plugins/convert.rst @@ -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 \ No newline at end of file