convert: Correctly identify WAVE format as lossless#5122
convert: Correctly identify WAVE format as lossless#5122Serene-Arc merged 1 commit intobeetbox:masterfrom
Conversation
|
Isn't copying the wav file the desired option in this case? I am not sure what the bug is here. |
|
The reasoning behind |
|
In any case, |
|
Related unmerged PR #4656 |
|
I prefer that change tbh, since we don't have the test coverage to determine if this is a breaking change on some systems. |
|
@JOJ0 Thanks for finding that. Not sure how I missed it before submitting this one... Did some
|
|
No worries, that other PR is abandoned anyway, I'll close it now! My efforts of moving on with the topic went silent when I couldnt push to that existing PR's branch. Anyway, thanks for picking this issue up. About time we fix it! |
|
Definitely! I need to take a look at our formatting CI task too, it's malfunctioning. |
|
Formatting CI fixed with #5131 |
|
Thanks for doing the digging for this @Bobo1239, it seems good to merge based on the code. Perhaps you could add a quick entry in the changelog? People might be interested in this and how it impacts their libraries. |
Seems like this entry was added before mediafile gained support for WAVE files in commit 832f3d. Adjust it to fix detection.
Description
I've noticed that
beet convertwith thenever_convert_lossy_files: yesjust copies.wavfiles instead of converting them. This fixes that. (see commit message for details)