Opened 18 years ago
Closed 18 years ago
#361 closed patch (fixed)
Improved discrimination and channel-name maintenance in MPEG & ATSC channel scans
Reported by: | Owned by: | danielk | |
---|---|---|---|
Priority: | minor | Milestone: | 0.19 |
Component: | mythtv | Version: | head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
The following patch makes several small improvements to the channel-scanning process for ATSC and MPEG-only (no SI data) scans:
- Allow callsign and service name to differ.
- For transports without inband SI data (e.g. many US cable-TV providers):
- Avoid adding channels for which at least one of the following is true:
- We cannot find the PMT.
- We want FTA channels only, but the channel appears to be encrypted.
- The video stream contains the still-picture flag (e.g. it's a Music Choice(R) channel); Myth currently does not play these streams correctly.
- Don't overwrite known callsign and service name when updating an existing channel. In the absense of SI data this information must have been entered by hand and should not be overwritten by subsequent scans.
- Avoid adding channels for which at least one of the following is true:
- For transports with ATSC PSIP data:
- If the VCT entry for a given channel includes an Extended Channel Name Descriptor, use the Extended Channel Name as the service name rather than duplicating the callsign. Otherwise use the Short Channel Name (which is used as the callsign) as was done before.
Attachments (1)
Change History (2)
Changed 18 years ago by
Attachment: | mpegscan.diff added |
---|
comment:1 Changed 18 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Oops; forgot to attach the patch file.