Opened 20 years ago
Closed 20 years ago
#2318 closed patch (fixed)
Patch to parse HDTV and closed caption tags from XMLTV
| Reported by: | Owned by: | stuartm | |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.21 |
| Component: | mythtv | Version: | head |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
Currently, there is no support for high-def and closed caption tag reading from XMLTV files, whilst there is for DataDirect. This patch adds support for reading XMLTV files, and setting the high-def and CC boolean values in the mythfilldatabase application (which ends up in the DB), based upon the values located in the XML file.
Attachments (2)
Change History (7)
by , 20 years ago
| Attachment: | xmltv-incrtagsupport.patch added |
|---|
comment:1 by , 20 years ago
| Milestone: | 0.20 → unknown |
|---|
comment:2 by , 20 years ago
| Milestone: | unknown → 0.21 |
|---|---|
| Owner: | changed from to |
by , 20 years ago
| Attachment: | xmltv_parsing_improv.diff added |
|---|
comment:3 by , 20 years ago
| Status: | new → assigned |
|---|
who.am.i@… could you test the patch I've attached, in particular I want to know if the hdtv part works. If not could you check the output of your grabber and let me know what value they are using in <video><quality>{...}</quality></video> for HD programmes?
comment:4 by , 20 years ago
From your updated patch, it looks like parsing should work: HD programmes are written out as <video><quality>HDTV</quality></video> as per the XMLTV DTD spec.
However, I'll do a proper test this afternoon, and get back to you with the results.

Patch to increase XMLTV tag detection support