Opened 16 years ago

Closed 16 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 16 years ago.
patch.patch (1.2 KB) - added by twilley@… 16 years ago.

Download all attachments as: .zip

Change History (6)

Changed 16 years ago by anonymous

Attachment: list_data.php added

comment:1 Changed 16 years ago by Rob Smith

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 Changed 16 years ago by Rob Smith

Status: acceptedinfoneeded

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

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

Changed 16 years ago by twilley@…

Attachment: patch.patch added

comment:4 Changed 16 years ago by Rob Smith

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.