mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-07-08 18:06:30 +00:00
[PR #1837] [FIX]: Add ATSC VCT virtual channel numbers and call signs to XMLTV output #2600
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?
Original Pull Request: https://github.com/CCExtractor/ccextractor/pull/1837
State: closed
Merged: Yes
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