From 05cdecfb7cdb1e8d5d7387ab5a7f451b5919f8d0 Mon Sep 17 00:00:00 2001 From: Alok Saboo Date: Tue, 14 Mar 2023 20:39:47 -0400 Subject: [PATCH] Add more examples to convert plugin --- docs/plugins/convert.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/plugins/convert.rst b/docs/plugins/convert.rst index 7adb94079..4aed7c90a 100644 --- a/docs/plugins/convert.rst +++ b/docs/plugins/convert.rst @@ -94,9 +94,9 @@ file. The available options are: output. Note that this does not guarantee that all converted files will have a lower bitrate---that depends on the encoder and its configuration. Default: none. -- **no_convert**: Does not transcode items matching provided query string - (see :doc:`/reference/query`). (i.e. ``format:AAC, format:WMA`` or - ``path::\.(m4a|wma)$``) +- **no_convert**: Does not transcode items matching the query string provided + (see :doc:`/reference/query`). For example, to not convert AAC or WMA formats, you can use ``format:AAC, format:WMA`` or + ``path::\.(m4a|wma)$``. If you only want to transcode WMA format, you can use the query term negation to not convert all the other formats except wma, e.g., ``^path::\.(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.