Opened 20 years ago
Closed 20 years ago
#437 closed patch (fixed)
EIT crawl transport scan
Reported by: | Stuart Auchterlonie | Owned by: | danielk |
---|---|---|---|
Priority: | minor | Milestone: | 0.19 |
Component: | mythtv | Version: | head |
Severity: | medium | Keywords: | eit crawl |
Cc: | Ticket locked: | no |
Description
This modifies the current all channel EIT crawl to a transport crawl, while still visiting all channels.
This is done by getting the channel list with mplexid (aka transport) and building the channel list so that each channel selected is from a different mplex to the previous one.
eg. If your mplex to channel map was as follows
M. ChChCh 1. A B C 2. D E F X Y Z 3. G H I
Your channel list to scan comes out as A D G B E H C F I X Y Z
Thus scanning all channels, but visiting each transport as quickly as possible.
Attachments (1)
Change History (3)
by , 20 years ago
Attachment: | eit-transport-walk.diff added |
---|
comment:1 by , 20 years ago
Forgot to mention that inputs that are designated dvb_on_demand will be ignored. This use useful for people with USB tuners that could be removed.
comment:2 by , 20 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
the patch