Opened 19 years ago

Closed 19 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@… 19 years ago.

Download all attachments as: .zip

Change History (3)

by yeasah@…, 19 years ago

Attachment: dvb-default-input.patch added

comment:1 by yeasah@…, 19 years ago

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 by danielk, 19 years ago

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.