close
Skip to content

metaflac: --list --data-format=none | --no-data #892

@altblue

Description

@altblue

Adding a --data-format=none|skip (or a new option like --no-data or --except-block-data) might make metaflac --list more useful to quickly check the meta-contents of a flac file.

Or maybe a --application-data-format=summary|brief|oneline.

Thus avoiding kludges like
metaflac --list <flac> | perl -ne '/^ {4}[0-9A-F]{8}: / and next; s/(?<=^ {2}data:)/ <skipped>/; print'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions