[PR #1335] [MERGED] modify gui output for easier parsing #2112

Closed
opened 2026-01-29 17:20:21 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/1335
Author: @techno-disaster
Created: 5/19/2021
Status: Merged
Merged: 5/19/2021
Merged by: @cfsmp3

Base: masterHead: gui


📝 Commits (3)

  • d7b88e6 modify gui output for easier parsing
  • 1352216 fix formatting
  • 69361b8 make time tag consistent with subtitle

📊 Changes

3 files changed (+6 additions, -9 deletions)

View changed files

📝 src/lib_ccx/ccx_encoders_common.c (+2 -3)
📝 src/lib_ccx/matroska.c (+2 -3)
📝 src/lib_ccx/telxcc.c (+2 -3)

📄 Description

Changes output of gui reports to decouple subtitle and time from

###SUBTITLE###>> NARRATOR: The reports
###SUBTITLE#23:34#23:35#>> NARRATOR: The reports
###SUBTITLE###concurred.
###SUBTITLE#23:35#23:37#concurred.
###SUBTITLE###>> BP has not adequately
###SUBTITLE#23:37#23:39#>> BP has not adequately

to

###TIME#23:34-23:35
###SUBTITLE###>> NARRATOR: The reports
###SUBTITLE###concurred.
###TIME#23:35-23:37
###SUBTITLE###concurred.
###SUBTITLE###>> BP has not adequately
###TIME#23:37-23:39



🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/CCExtractor/ccextractor/pull/1335 **Author:** [@techno-disaster](https://github.com/techno-disaster) **Created:** 5/19/2021 **Status:** ✅ Merged **Merged:** 5/19/2021 **Merged by:** [@cfsmp3](https://github.com/cfsmp3) **Base:** `master` ← **Head:** `gui` --- ### 📝 Commits (3) - [`d7b88e6`](https://github.com/CCExtractor/ccextractor/commit/d7b88e69a5eef07f05f1b0718d3234fdc618e247) modify gui output for easier parsing - [`1352216`](https://github.com/CCExtractor/ccextractor/commit/1352216c5e114ec09881fe0a3daf425c6765f7f3) fix formatting - [`69361b8`](https://github.com/CCExtractor/ccextractor/commit/69361b8fbac46c5bd3cff7ccd395e10aa37a985e) make time tag consistent with subtitle ### 📊 Changes **3 files changed** (+6 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `src/lib_ccx/ccx_encoders_common.c` (+2 -3) 📝 `src/lib_ccx/matroska.c` (+2 -3) 📝 `src/lib_ccx/telxcc.c` (+2 -3) </details> ### 📄 Description Changes output of gui reports to decouple subtitle and time from ``` ###SUBTITLE###>> NARRATOR: The reports ###SUBTITLE#23:34#23:35#>> NARRATOR: The reports ###SUBTITLE###concurred. ###SUBTITLE#23:35#23:37#concurred. ###SUBTITLE###>> BP has not adequately ###SUBTITLE#23:37#23:39#>> BP has not adequately ``` to ``` ###TIME#23:34-23:35 ###SUBTITLE###>> NARRATOR: The reports ###SUBTITLE###concurred. ###TIME#23:35-23:37 ###SUBTITLE###concurred. ###SUBTITLE###>> BP has not adequately ###TIME#23:37-23:39 ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 17:20:21 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#2112