Opened 19 years ago
Closed 18 years ago
#3299 closed patch (fixed)
Allow mulitple video sources to reference single Datadirect lineup
Reported by: | anonymous | Owned by: | Isaac Richards |
---|---|---|---|
Priority: | minor | Milestone: | 0.21 |
Component: | mythtv | Version: | head |
Severity: | medium | Keywords: | mythfilldatabase datadirect |
Cc: | Ticket locked: | no |
Description
When multiple sourceid's are associated to a single datadirect lineup, such as is the case when receiving programming from multiple satellites for a single provider, mythfilldatabase would deselect almost all channels from the datadirect lineup. The process would essentially remove all channels not associated to the current sourceid. When the second sourceid is processed, all channels from the first sourceid would be deselected.
This problem is also alluded to here: #3295
The attached patch will enable updates to the datadirect channel list based on lineupid rather than sourceid.
Attachments (1)
Change History (2)
by , 19 years ago
Attachment: | datadirect_update.patch added |
---|
comment:1 by , 18 years ago
Milestone: | unknown → 0.21 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Version: | unknown → head |
Apparently fixed with the changes made for SchedulesDirect [14231] and [14231], Refs #3842