docs: list supported file formats in README#17
Merged
Conversation
Closes #14 Co-Authored-By: marksverdhai <249650165+marksverdhai@users.noreply.github.com>
Owner
|
Triaged during hivemind sweep. Doc regression — skipping merge: PR adds: "Audio, video, and other binary files are not supported." But audio support landed in #20 (merged today, 2026-06-25) and the current README on main already correctly lists audio formats: Suggested: update the PR's table to match #20's audio support before merging, or close + open a new doc PR against current main. |
57 tasks
Verified against `hat`: - Audio (MP3/FLAC/OGG/AAC/WAV/M4A/Opus/WMA/AIFF/APE) is detected (`is_audio`, magic bytes + extension) and named from `ffprobe`-extracted tags + duration (`collect_metadata` → audio path in `build_user_content`). The previous "Audio … not supported" was incorrect. - Text truncation is `f.read(4000)` (4000 chars), not 4KB. - Note the ffprobe (audio) / vision-model (image) / EXIF (image) requirements. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Owner
|
Pushed a correction commit (7dc5256) before merging — verified the doc against
Everything else in the table matched the code. Squash-merging — thanks @marksverdhai. Closes #14. |
marksverdhei
added a commit
that referenced
this pull request
Jun 27, 2026
Adds (newest first, matching existing style): - #32 stem-less dotfile guard - #30 video file support - #28 --preview / -p flag - #27 is_audio ftyp false-positive fix - #20 audio file support Skipped pure-docs (#15, #16, #17, #31), CI infra (#29), and test-only rebases (#25) — same selection rule the prior entries used.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Closes #14