Opened 10 years ago
Closed 10 years ago
#9905 closed Bug Report - General (fixed)
Channel changing script is using QProcess again
Reported by: | beirdo | Owned by: | beirdo |
---|---|---|---|
Priority: | minor | Milestone: | 0.25 |
Component: | MythTV - MythSystem | Version: | Master Head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
It seems that in the merge of mythtv-rec into master (done by hand), the handling of the channel changing script got reverted from using MythSystem? to QProcess. This is a regression, and needs fixing.
Note: See
TracTickets for help on using
tickets.
Put channel changing script handling back to MythSystem?
Fixes #9905
It seems that the merge of mythtv-rec2 branch that happened in May effectively reverted the change of this section of code to use the new MythSystem? support. See 9b22460f53bf6313516f33987e4260897c6076a3
This reimplements the use of MythSystem? rather than QProcess while leaving as much of the rest alone as possible. It also removes a now unneeded thread.
Also cleaned up a stray include of QProcess in the grabber settings.