Opened 18 years ago

Closed 18 years ago

#2318 closed patch (fixed)

Patch to parse HDTV and closed caption tags from XMLTV

Reported by: who.am.i@… 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)

xmltv-incrtagsupport.patch (1.4 KB) - added by who.am.i@… 18 years ago.
Patch to increase XMLTV tag detection support
xmltv_parsing_improv.diff (2.9 KB) - added by stuartm 18 years ago.

Download all attachments as: .zip

Change History (7)

Changed 18 years ago by who.am.i@…

Attachment: xmltv-incrtagsupport.patch added

Patch to increase XMLTV tag detection support

comment:1 Changed 18 years ago by stuartm

Milestone: 0.20unknown

comment:2 Changed 18 years ago by stuartm

Milestone: unknown0.21
Owner: changed from Isaac Richards to stuartm

Changed 18 years ago by stuartm

Attachment: xmltv_parsing_improv.diff added

comment:3 Changed 18 years ago by stuartm

Status: newassigned

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 Changed 18 years ago by who.am.i@…

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.

comment:5 Changed 18 years ago by stuartm

Resolution: fixed
Status: assignedclosed

(In [11465]) Parse more information from the xmltv data, including HDTV, subtitle and audio details.

Closes #2318

Note: See TracTickets for help on using tickets.