Skip to content

Commit a2ea93f

Browse files
committed
Merge remote-tracking branch 'upstream/master' into trunc_artist
2 parents c556989 + 3548e35 commit a2ea93f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

beetsplug/convert.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"vorbis": "ogg",
4141
}
4242

43-
LOSSLESS_FORMATS = ["ape", "flac", "alac", "wav", "aiff"]
43+
LOSSLESS_FORMATS = ["ape", "flac", "alac", "wave", "aiff"]
4444

4545

4646
def replace_ext(path, ext):

docs/changelog.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,9 @@ New features:
155155
* :doc:`/plugins/smartplaylist`: Add new option `smartplaylist.uri_format`.
156156
* Sorted the default configuration file into categories.
157157
:bug:`4987`
158+
* :doc:`/plugins/convert`: Don't treat WAVE (`.wav`) files as lossy anymore
159+
when using the `never_convert_lossy_files` option. They will get transcoded
160+
like the other lossless formats.
158161

159162
Bug fixes:
160163

0 commit comments

Comments
 (0)