[mythtv-commits] Ticket #3868: Missing duplicate channel in manual recording screen - mythweb

MythTV mythtv at cvs.mythtv.org
Wed Aug 22 02:53:05 UTC 2007


#3868: Missing duplicate channel in manual recording screen - mythweb
----------------------------------------------+-----------------------------
 Reporter:  Brad Atkins <brad at youreshop.com>  |       Owner:  xris      
     Type:  defect                            |      Status:  new       
 Priority:  minor                             |   Milestone:  0.21      
Component:  mythweb                           |     Version:  0.20-fixes
 Severity:  medium                            |     Mlocked:  0         
----------------------------------------------+-----------------------------
 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.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/3868>
MythTV <http://svn.mythtv.org/trac>
MythTV


More information about the mythtv-commits mailing list