xiph / xiph/flac

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

Open
#892 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C
Stars
2.4k
Forks
363
PR merge metrics
No merged PRs in 30d

Description

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'

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the metaflac --list entry point and its existing option handling and documentation. Define whether the change should suppress or summarize block data, then verify that the selected option produces concise metadata output without the current Perl filtering workaround.

Written by the indexing model from the issue text.

Assessment

Tech stack
c
Domain
cli
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.