Opened 18 years ago

Closed 18 years ago

#2415 closed patch (fixed)

wrong select for active eitscanning

Reported by: mythtv@… Owned by: Stuart Auchterlonie
Priority: minor Milestone: 0.21
Component: mythtv Version: 0.20
Severity: medium Keywords: eit
Cc: Ticket locked: no

Description

The select returns not the min channum cause the sql table is not an int.

Attachments (3)

eitscanner-minchannum.diff (622 bytes) - added by mythtv@… 18 years ago.
eitscanner_fix_alphanumeric_channum.diff (1.1 KB) - added by Janne <janne-mythtv@…> 18 years ago.
eitscanner_fix_alphanumeric_channum.2.diff (681 bytes) - added by Janne <janne-mythtv@…> 18 years ago.

Download all attachments as: .zip

Change History (7)

Changed 18 years ago by mythtv@…

Attachment: eitscanner-minchannum.diff added

Changed 18 years ago by Janne <janne-mythtv@…>

comment:1 Changed 18 years ago by mythtv@…

Janne, with your patch the select returns only one channum and not one channum per transponder.

But I think a better way for getting the channels for active eitscanning is to use the one with the lowest service id per transponder. I don't know how other providers act, but the German Provider Premiere use two channels for special eit for the sport and ppv channels. Both channels are on different transponders and have the lowest service id. It might be coincidence, but I think it is intention.

Changed 18 years ago by Janne <janne-mythtv@…>

comment:2 Changed 18 years ago by anonymous

eitscanner_fix_alphanumeric_channum.2.diff is a proper workaround for the problem.

comment:3 Changed 18 years ago by Stuart Auchterlonie

Keywords: eit added
Milestone: unknown0.21
Owner: changed from Isaac Richards to Stuart Auchterlonie

comment:4 Changed 18 years ago by Stuart Auchterlonie

Resolution: fixed
Status: newclosed

(In [11386]) Closes #2415. Alternative way of picking which channel to look for eit data on.

Note: See TracTickets for help on using tickets.