mirror of
https://github.com/beetbox/beets.git
synced 2025-12-29 12:02:44 +01:00
rephrase
This commit is contained in:
parent
05cdecfb7c
commit
5f87371229
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ file. The available options are:
|
|||
Default: none.
|
||||
- **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)$``.
|
||||
``path::\.(m4a|wma)$``. If you only want to transcode WMA format, you can use a negative query, e.g., ``^path::\.(wma)$``, to not convert any other format except 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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue