From e5d782a3b1e79ff99512e1d3043e3871f5f258cf Mon Sep 17 00:00:00 2001 From: Aaron Jubbal Date: Wed, 29 Nov 2017 16:41:27 -0800 Subject: [PATCH] Added docs for dont_convert option. --- docs/plugins/convert.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/plugins/convert.rst b/docs/plugins/convert.rst index 59036a38b..527bc5d01 100644 --- a/docs/plugins/convert.rst +++ b/docs/plugins/convert.rst @@ -73,6 +73,9 @@ file. The available options are: this does not guarantee that all converted files will have a lower bitrate---that depends on the encoder and its configuration. Default: none. +- **dont_convert**: Does not transcode items matching provided query string + (see :doc:`/reference/query`). (i.e. ``format:AAC, format:WMA`` or + ``path::\.(m4a|wma)$``) - **never_convert_lossy_files**: Cross-conversions between lossy codecs---such as mp3, ogg vorbis, etc.---makes little sense as they will decrease quality even further. If set to ``yes``, lossy files are always copied.