Opened 5 years ago

Closed 5 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)

mythtv-setup_scanning_original.PNG (237.5 KB) - added by Klaas de Waal 5 years ago.
SCANNING page with the transports and the program number of each encrypted program (original code)
mythtv-setup_scanning_only_transports.PNG (264.0 KB) - added by Klaas de Waal 5 years ago.
SCANNING page with only the transports (modified code, with "Test Decryptability" option unchecked)
20190203-channelinfo.patch (1.8 KB) - added by Klaas de Waal 5 years ago.
Implementation of the feature as a patch for channelscan_sm.cpp.

Download all attachments as: .zip

Change History (5)

Changed 5 years ago by Klaas de Waal

SCANNING page with the transports and the program number of each encrypted program (original code)

Changed 5 years ago by Klaas de Waal

SCANNING page with only the transports (modified code, with "Test Decryptability" option unchecked)

Changed 5 years ago by Klaas de Waal

Attachment: 20190203-channelinfo.patch added

Implementation of the feature as a patch for channelscan_sm.cpp.

comment:1 Changed 5 years ago by Klaas de Waal

Milestone: needs_triage31.0
Owner: set to Klaas de Waal
Status: newaccepted

comment:2 Changed 5 years ago by Klaas de Waal <kdewaal@…>

Resolution: fixed
Status: acceptedclosed

In de731f4b3/mythtv:

Show only transports in the SCANNING page of mythtv-setup.
Previously for each encrypted channel this was also displayed.
Now this is only displayed when the "Test Decryptability" option is selected.

Fixes #13394

Signed-off-by: Klaas de Waal <kdewaal@…>

Note: See TracTickets for help on using tickets.