Opened 17 years ago

Closed 16 years ago

#3868 closed defect (wontfix)

Missing duplicate channel in manual recording screen - mythweb

Reported by: Brad Atkins <brad@…> Owned by: xris
Priority: minor Milestone: 0.21
Component: mythweb Version: 0.20-fixes
Severity: medium Keywords:
Cc: Ticket locked: no

Description

Trying to setup a manual recording via mythweb (mythweb/tv/schedules/manual - schedules_manual.php)

I have two channel 507's (with a callsign of WEA-I and PPV). Only WEA-I is showing in the drop down. I want to record off of PPV one.

In the channel_select function, it looks like it's ignoring duplicates based on the following code:

if ($seen[$channel->channum])

continue;

Not sure if there's a reason why they are ignored/grouped though.

Change History (1)

comment:1 Changed 16 years ago by Rob Smith

Resolution: wontfix
Status: newclosed

That's considered the proper way to group channels. There's plenty of threads on the mailing lists that go over the why.

Note: See TracTickets for help on using tickets.