metaflac: --list --data-format=none | --no-data
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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