Opened 18 years ago

Closed 18 years ago

#1377 closed defect (fixed)

Austar EIT has incorrect subtitle

Reported by: anonymous Owned by: danielk
Priority: minor Milestone: 0.20
Component: mythtv Version: 0.19
Severity: medium Keywords: eit dvb
Cc: Ticket locked: no

Description

I run a dual DVB setup here in Australia. One DVB-S connected to Austar and a DVB-T. In the run up to 0.19 I tried turning EIT on for both cards. I had no problems with the DVB-T card, but EIT on the DVB-S filled the database with what looks to be the genre into the subtitle and the real subtitle into the first part of the description. This replaced the correct subtitle that was put in by the immir tv_grab_au. I turned off EIT until the EIT rewrite began, so I am now running rev 9107 and have EIT turned on for channels that I can't get xmltv data for, but I still have the same problem. Let me know what logging you'd like me to turn on and I'll attach the log to this issue.

select * from program where chanid=2073 chanid starttime endtime title subtitle description 2073 2006-02-24 13:01:00.0 2006-02-24 13:31:00.0 Will & Grace Entertainment Last Ex To Brooklyn: When Leo invit........ 2073 2006-02-24 13:31:00.0 2006-02-24 14:01:00.0 Friends Entertainment The One With The Vows: As Monica an........ 2073 2006-02-24 14:01:00.0 2006-02-24 14:31:00.0 Rendez-View Entertainment There's a lot of pressure on a firs........ 2073 2006-02-24 14:31:00.0 2006-02-24 15:32:00.0 Melrose Place Entertainment Of Bikes And Men: Michael accuses J........

Attachments (1)

austar_eit.diff (3.4 KB) - added by dave@… 18 years ago.
Patch for eit fix up for Austar.

Download all attachments as: .zip

Change History (5)

comment:1 Changed 18 years ago by anonymous

Try that again with formatting[[BR]] select * from program where chanid=2073
chanid,starttime,endtime,title,subtitle,description
2073,2006-02-24 13:01:00.0,2006-02-24 13:31:00.0,Will & Grace,Entertainment,Last Ex To Brooklyn: When Leo invit........
2073,2006-02-24 13:31:00.0,2006-02-24 14:01:00.0,Friends,Entertainment,The One With The Vows: As Monica an........
2073,2006-02-24 14:01:00.0,2006-02-24 14:31:00.0,Rendez-View,Entertainment,There's a lot of pressure on a firs........
2073,2006-02-24 14:31:00.0,2006-02-24 15:32:00.0,Melrose Place,Entertainment,Of Bikes And Men: Michael accuses J........

comment:2 Changed 18 years ago by john.pullan@…

This isn't so much a defect as a feature request :P

What needs to be done is :

  • Write a EitFixupAustar? routine to convert the EIT information into the correct form (see theEitFixup* routines)
  • Add this into the priv types table so it's picked up automagically

In short, we need someone with access to Austar to attempt this.

Changed 18 years ago by dave@…

Attachment: austar_eit.diff added

Patch for eit fix up for Austar.

comment:3 Changed 18 years ago by Stuart Auchterlonie

Keywords: eit dvb added
Owner: changed from Isaac Richards to danielk

Looks good to apply.

comment:4 Changed 18 years ago by danielk

Resolution: fixed
Status: newclosed

(In [9300]) Closes #1377, by applying patch.

Note: See TracTickets for help on using tickets.