Opened 19 years ago
Closed 19 years ago
#2310 closed defect (fixed)
Schedule Recordings -> Search Lists -> Channels lists all duplicate channels
| Reported by: | Owned by: | bjm | |
|---|---|---|---|
| Priority: | minor | Milestone: | unknown |
| Component: | mythtv | Version: | |
| Severity: | medium | Keywords: | schedule recordings search lists channels |
| Cc: | Ticket locked: | no |
Description
(Using SVN 10943 with MythCenter-wide theme)
When I try to schedule a recording by navigating to:
Main Menu -> Manage Recordings -> Schedule Recordings -> Search Lists -> Channels
all channels including their duplicates (by channum and callsign) are displayed in the list of channels that pops up (and also when changing to another channel). Selecting either of the duplicates results in the same listings displayed in the interface. As a fairly large proportion of my channels are available on >1 source the channels list is much longer to navigate (I'd estimate there being 50% duplicate entries listed.
This is very similar to the channel listing/sorting bug in MythWeb (#1964), but as it belongs to MythTV proper I'm wondering whether it's a separate issue.
Should duplicate channels be filtered so that the list contains only 'unique' channels - like how the MythTV EPG displays channels, leaving the scheduler to determine which source to record the program on? There's also no way of knowing which channel in the list belongs to which source, hence my posting of this ticket.
Cheers, Nick

(In [11056]) Do not duplicate matching channum+callsign from the channel table on the Search Lists->Channels page and popup.
Closes #2310