Opened 18 years ago

Closed 18 years ago

#2074 closed defect (fixed)

ATSC/DVB-T/DVB-C cards using DVB drivers can not be created

Reported by: danielk Owned by: danielk
Priority: blocker Milestone: 0.20
Component: mythtv Version: head
Severity: high Keywords:
Cc: Ticket locked: no

Description

The input gets set to "Television" instead of "DVBInput".

The workaround is this bit of SQL: update capturecard set defaultinput="DVBInput" where cardtype="DVB";

Attachments (1)

dvb-default-input.patch (4.6 KB) - added by yeasah@… 18 years ago.

Download all attachments as: .zip

Change History (3)

Changed 18 years ago by yeasah@…

Attachment: dvb-default-input.patch added

comment:1 Changed 18 years ago by yeasah@…

Had to move the diseqc tree stuff from CaptureCard? to DVBConfigurationGroup (I'm not quite sure why it wasn't there in the first place, actually), because the default input depends on whether the tree has nodes in it or not (i.e. using diseqc or not)

Here's the patch. I created a couple new cards, changed them back & forth between diseqc and non-diseqc, it seems to work properly. Don't have time to really thoroughly test though, sorry.

comment:2 Changed 18 years ago by danielk

Resolution: fixed
Status: newclosed

(In [10611]) Refs #1945. Fixes #2074. Allows adding non DVB-S DVB recorders again...

Note: See TracTickets for help on using tickets.