Hello William,
Thank's for your reply.
My setup is different than your Mythtv forum example because the Nova-t-500 give me 2 inputs cards.
I've made some others programming records test and strangely some worked and other not.
Here my setup:
INSERT INTO `capturecard` (`cardid`, `videodevice`, `audiodevice`, `vbidevice`, `cardtype`, `defaultinput`, `audioratelimit`, `hostname`, `dvb_swfilter`, `dvb_recordts`, `dvb_sat_type`, `dvb_wait_for_seqstart`, `skipbtaudio`, `dvb_on_demand`, `dvb_diseqc_type`, `firewire_port`, `firewire_node`, `firewire_speed`, `firewire_model`, `firewire_connection`, `dvb_hw_decoder`, `dbox2_port`, `dbox2_httpport`, `dbox2_host`, `signal_timeout`, `channel_timeout`, `parentid`, `dvb_tuning_delay`, `contrast`, `brightness`, `colour`, `hue`, `diseqcid`) VALUES
(1, '0', '', '', 'DVB', 'DVBInput', NULL, 'dcerouter', 0, 1, 0, 1, 0, 0, NULL, 0, 2, 0, NULL, 0, 0, 31338, 80, NULL, 500, 3000, 0, 0, 0, 0, 0, 0, 0),
(2, '1', '', '', 'DVB', 'DVBInput', NULL, 'dcerouter', 0, 1, 0, 1, 0, 0, NULL, 0, 2, 0, NULL, 0, 0, 31338, 80, NULL, 500, 3000, 0, 0, 0, 0, 0, 0, 0);
INSERT INTO `cardinput` (`cardinputid`, `cardid`, `sourceid`, `inputname`, `externalcommand`, `preference`, `shareable`, `tunechan`, `startchan`, `freetoaironly`, `diseqc_port`, `diseqc_pos`, `lnb_lof_switch`, `lnb_lof_hi`, `lnb_lof_lo`, `displayname`, `radioservices`, `childcardid`, `dishnet_eit`, `recpriority`) VALUES
(1, 1, 1, 'DVBInput', NULL, 0, 'N', NULL, '4', 1, NULL, NULL, 11700000, 10600000, 9750000, 'DVB0', 1, 0, 0, 0),
(2, 2, 1, 'DVBInput', NULL, 0, 'N', NULL, '17', 1, NULL, NULL, 11700000, 10600000, 9750000, 'DVB1', 1, 0, 0, 1);
I continue my research...
Regards..
Philippe