Skip to content

flac subprocess spams output #683

Description

@drjaska

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 %

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions