Opened 15 years ago
Closed 14 years ago
#4963 closed patch (duplicate)
External channel changer is only passed frequency not channum
Reported by: | Owned by: | Isaac Richards | |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | mythtv | Version: | head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
The external channel changer program is only passed the "freqid" parameter and not the "channum". This means that it cannot be used to tune anything that outputs multiple channels on the same frequency. For example a cable TV box that has only a UHF output and no composite.
The attached patch passes both the "freqid" and "channum" to the program so that it can select whichever is appropriate (the first parameter is unchanged so that existing scripts still work). The patch also tunes to the specified frequency if the input matches "*television*".
Attachments (1)
Note: See
TracTickets for help on using
tickets.
Patch for external channel changer