Opened 19 years ago

Closed 19 years ago

#304 closed patch (fixed)

Single transport scan always scan first transport

Reported by: stuarta@… Owned by: Stuart Auchterlonie
Priority: minor Milestone: 0.19
Component: mythtv Version: head
Severity: medium Keywords: single transport scan
Cc: Ticket locked: no

Description

When performing an existing transport scan on a single transport the scan always returns the results for the 1st transport. The log files show that it is tuning to the desired multiplex, and then immediately retuning to mplexid=1. Thus it returns data for the 1st multiplex

Attachments (2)

single-transport-scan.log (7.2 KB) - added by stuarta@… 19 years ago.
Logfile with verbose=channel,siparser from single transport scan
scanwizard-fix-single-transport-scan.diff (850 bytes) - added by stuarta@… 19 years ago.
Patch to fix single transport scan

Download all attachments as: .zip

Change History (4)

Changed 19 years ago by stuarta@…

Attachment: single-transport-scan.log added

Logfile with verbose=channel,siparser from single transport scan

Changed 19 years ago by stuarta@…

Patch to fix single transport scan

comment:1 Changed 19 years ago by stuarta@…

Type: defectpatch

Have attached a patch to fix the problem.

comment:2 Changed 19 years ago by danielk

Resolution: fixed
Status: newclosed

(In [7208]) Fixes #304.

Applies patch from stuarta AT squashedfrog.net

My guess is that this works because the transport scan was started after the dialog was reset. This saves the value before the reset and hence uses the correct value.

Note: See TracTickets for help on using tickets.