mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-04-25 07:29:54 +00:00
[PR #1837] [MERGED] [FIX]: Add ATSC VCT virtual channel numbers and call signs to XMLTV output #2595
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/1837
Author: @x15sr71
Created: 12/17/2025
Status: ✅ Merged
Merged: 12/17/2025
Merged by: @cfsmp3
Base:
master← Head:fix/atsc-vct-xmltv-mapping📝 Commits (1)
ac72625Fix ATSC XMLTV output to include VCT virtual channels and call signs📊 Changes
4 files changed (+126 additions, -9 deletions)
View changed files
📝
docs/CHANGES.TXT(+2 -0)📝
src/lib_ccx/ccx_demuxer.h(+1 -0)📝
src/lib_ccx/ts_tables_epg.c(+122 -9)📝
src/rust/src/common.rs(+1 -0)📄 Description
In raising this pull request, I confirm the following (please check boxes):
My familiarity with the project is as follows (check one):
Description
XMLTV channel definitions now include ATSC VCT-derived virtual channel numbers (major.minor) and call signs, emitted as separate
<display-name>elements and associated with the existing channel ID (program number).Example output:
This follows the XMLTV DTD (display-name+) and the approach discussed in #1835
Note: This PR also adds a changelog entry for the previously merged PR https://github.com/CCExtractor/ccextractor/pull/1773
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.