From e952e37c7496e180908f634c0fc8e8ab5277cb56 Mon Sep 17 00:00:00 2001 From: Lucas Duailibe Date: Wed, 22 May 2013 11:12:32 -0300 Subject: [PATCH] docs for the convert pathformat configuration --- docs/plugins/convert.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/plugins/convert.rst b/docs/plugins/convert.rst index 7486f38dc..48ee778d0 100644 --- a/docs/plugins/convert.rst +++ b/docs/plugins/convert.rst @@ -61,6 +61,9 @@ The plugin offers several configuration options, all of which live under the automatically during the ``import`` command. With this option enabled, the importer will transcode all non-MP3 files over the maximum bitrate before adding them to your library. +* ``paths`` lets you specify the directory structure and naming scheme for the + converted files (and only them), i.e. it does not affect the path formats of + imported files. (see :doc:`/reference/pathformat`) * Finally, ``threads`` determines the number of threads to use for parallel encoding. By default, the plugin will detect the number of processors available and use them all.