Opened 17 years ago

Closed 17 years ago

#5413 closed defect (fixed)

mythweb not showing same channel, differnet source

Reported by: twilley@… Owned by: Rob Smith
Priority: minor Milestone: unknown
Component: mythweb Version: 0.21
Severity: low Keywords:
Cc: Ticket locked: no

Description

the list_data.php skips the channel if it has already put out the channel. For example, I have a cable connection with a channel 68 and an off air channel 68 but mythweb does not show the second channel 68. I commented out the "skip" if the channel has already been output but it probably needs to be more specific about keeping track of which channels it has put out dependent on more than just the channel number (callsign, name, etc.)

Attachments (2)

list_data.php (4.6 KB ) - added by anonymous 17 years ago.
patch.patch (1.2 KB ) - added by twilley@… 17 years ago.

Download all attachments as: .zip

Change History (6)

by anonymous, 17 years ago

Attachment: list_data.php added

comment:1 by Rob Smith, 17 years ago

Owner: changed from xris to Rob Smith
Status: newaccepted

First, we need a patch, not just a whole copy of the file. svn diff > blah.patch will work fine.

Second, isn't this how the frontend also works?

comment:2 by Rob Smith, 17 years ago

Status: acceptedinfoneeded

in reply to:  1 comment:3 by Nick Morrott <knowledgejunkie (at) gmail (dot) com>, 17 years ago

Replying to kormoc:

Second, isn't this how the frontend also works?

The very detailed -dev thread http://www.gossamer-threads.com/lists/mythtv/dev/268056 details how things work in the frontend. Essentially:

Scheduling is done by matching xmltvids EPG display grouping of channels is done my matching callsign and channel number

by twilley@…, 17 years ago

Attachment: patch.patch added

comment:4 by Rob Smith, 17 years ago

Resolution: fixed
Status: infoneededclosed

(In [17551]) Fixes #5413, this uses a complex key of channum + chan callsign to not display a channel rather then just channum

Note: See TracTickets for help on using tickets.