Opened 6 years ago
Closed 6 years ago
#13394 closed Patch - Feature (fixed)
Show only transports in SCANNING page
Reported by: | Klaas de Waal | Owned by: | Klaas de Waal |
---|---|---|---|
Priority: | minor | Milestone: | 31.0 |
Component: | MythTV - General | Version: | Master Head |
Severity: | low | Keywords: | DVB channelscan |
Cc: | Stuart Auchterlonie | Ticket locked: | no |
Description
In mythtv-setup the scanning status progress is displayed in the SCANNING page. This shows the number of "probable channels" for each transport plus a separate entry for each program that is encrypted.
My problem is that the program information pushes the previous information out of the visible window. When doing e.g. a scan of all transports I prefer to have a view of only the transports.
There is already a menu option "Test Decryptability" to test if encrypted channels can be decrypted.
This menu option can be used to control the display output; if "Test Decryptability" is selected then the individual program encryption information is displayed; if not, then only the transport information is shown.
The attached patch does implement this.
Attachments (3)
Change History (5)
Changed 6 years ago by
Attachment: | mythtv-setup_scanning_original.PNG added |
---|
Changed 6 years ago by
Attachment: | mythtv-setup_scanning_only_transports.PNG added |
---|
SCANNING page with only the transports (modified code, with "Test Decryptability" option unchecked)
Changed 6 years ago by
Attachment: | 20190203-channelinfo.patch added |
---|
Implementation of the feature as a patch for channelscan_sm.cpp.
comment:1 Changed 6 years ago by
Milestone: | needs_triage → 31.0 |
---|---|
Owner: | set to Klaas de Waal |
Status: | new → accepted |
SCANNING page with the transports and the program number of each encrypted program (original code)