mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-04-29 01:21:04 +00:00
[PR #2070] Add JSON output format for file report (-out=report=json) #2881
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/CCExtractor/ccextractor/pull/2070
Author: @Apprentice2907
Created: 1/28/2026
Status: 🔄 Open
Base:
master← Head:report-json-output📝 Commits (2)
94c9bd9Document existing --timestamp-map option for WebVTT output911221eAdd JSON output support for -out=report via report=json📊 Changes
6 files changed (+538 additions, -1 deletions)
View changed files
📝
README.md(+16 -0)📝
src/lib_ccx/ccx_common_option.c(+3 -0)📝
src/lib_ccx/ccx_common_option.h(+10 -1)📝
src/lib_ccx/lib_ccx.h(+1 -0)📝
src/lib_ccx/params_dump.c(+497 -0)📝
src/rust/src/parser.rs(+11 -0)📄 Description
In raising this pull request, I confirm the following (please check boxes):
My familiarity with the project is as follows (check one):
Summary
This pull request adds machine-readable JSON output for file reports using:
-out=report=json
Behavior
JSON Report Content
Implementation Notes
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.