Opened 20 years ago
Closed 20 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)
by , 20 years ago
Attachment: | eit_sourceid.diff added |
---|
comment:1 by , 20 years ago
Milestone: | unknown → 0.20 |
---|---|
Owner: | changed from | to
comment:2 by , 20 years ago
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.
comment:3 by , 20 years ago
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..