diff --git a/beetsplug/convert.py b/beetsplug/convert.py index 51312d77b..22a88fd5d 100644 --- a/beetsplug/convert.py +++ b/beetsplug/convert.py @@ -40,7 +40,7 @@ ALIASES = { "vorbis": "ogg", } -LOSSLESS_FORMATS = ["ape", "flac", "alac", "wav", "aiff"] +LOSSLESS_FORMATS = ["ape", "flac", "alac", "wave", "aiff"] def replace_ext(path, ext): diff --git a/docs/changelog.rst b/docs/changelog.rst index cfbe7be39..0b5e19577 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -155,6 +155,9 @@ New features: * :doc:`/plugins/smartplaylist`: Add new option `smartplaylist.uri_format`. * Sorted the default configuration file into categories. :bug:`4987` +* :doc:`/plugins/convert`: Don't treat WAVE (`.wav`) files as lossy anymore + when using the `never_convert_lossy_files` option. They will get transcoded + like the other lossless formats. Bug fixes: