Opened 15 years ago
Closed 15 years ago
#1512 closed patch (fixed)
EIT scan is limited to a single sourceid.
Reported by: | Owned by: | danielk | |
---|---|---|---|
Priority: | minor | Milestone: | 0.20 |
Component: | mythtv | Version: | head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
The current EIT scan code only updates channels on the current sourceid. DVB EIT should be tied to a given networkid more than a sourceid. This especially effects dishnet extended EIT. This patch keeps the old behavior for ATSC but removes the dependancy on sourceid for DVB.
Attachments (2)
Change History (6)
Changed 15 years ago by
Attachment: | eit_sourceid.diff added |
---|
comment:1 Changed 15 years ago by
Milestone: | unknown → 0.20 |
---|---|
Owner: | changed from Isaac Richards to danielk |
comment:2 Changed 15 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Breaking the link to sourceid needs to be optional. Some people have ATSC and DVB-S.
If you make this controllable via a host setting I will accept the patch.
Changed 15 years ago by
Attachment: | eit_sourceid2.patch added |
---|
Second patch - adds configuration option
comment:3 Changed 15 years ago by
Resolution: | invalid |
---|---|
Status: | closed → reopened |
Added the configuration option. I placed it on a seperate page to reduce clutter and also because I'd like to submit another patch after this to make the EIT active scanner kick off after a configurable number of minutes instead of the hardset 2. Having it set to 2 is particulary annoying to users of rotors since the scanner likely will move the dish.
The pach..