-
Notifications
You must be signed in to change notification settings - Fork 109
flac subprocess spams output #683
Copy link
Copy link
Open
Description
In whipper/common/checksum.py each time we decompress a flac file to wav using flac as a subprocess it print the following to stderr.
flac 1.5.0
Copyright (C) 2000-2009 Josh Coalson, 2011-2025 Xiph.Org Foundation
flac comes with ABSOLUTELY NO WARRANTY. This is free software, and you are
welcome to redistribute it under certain conditions. Type `flac' for details.
filepathhere: done
As tracks are for example verified one by one this is printed once for every single flac file track.
Giving flac the flag -s seems to silence it, but I am unaware of when flac would print notable information.
Also to note, the CRC32Task seems to be missing progress status printing / descriptions. The currently present following print seems to likely be a placeholder.
I am doing something. 0 %
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels