Opened 17 years ago
Closed 17 years ago
#5852 closed defect (invalid)
Adjusting recording of DVB capture card creates multiple rows in capturecard table
| Reported by: | Owned by: | Isaac Richards | |
|---|---|---|---|
| Priority: | minor | Milestone: | unknown |
| Component: | mythtv | Version: | 0.21-fixes |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
I have a pcHDTV 5500, and when I add it using mythtv-setup, I always wind up with multiple rows in the capturecard table once I edit recording options. If I do not edit recording options a single entry is present, but since I need to edit some recording options, I always wind up with 2 cards in the table, but only one listed in mythtv-setup. Below is the contents of my capturecard table, and attached is my mythtv-setup log file using -v all.
mysql> select * from capturecard; +--------+-------------+-------------+-----------+----------+--------------+----------------+----------+--------------+--------------+-----------------------+-------------+---------------+-----------------+---------------+---------------+----------------+----------------+---------------------+------------+----------------+------------+----------------+-----------------+------------------+----------+------------+--------+-----+----------+-------------+ | cardid | videodevice | audiodevice | vbidevice | cardtype | defaultinput | audioratelimit | hostname | dvb_swfilter | dvb_sat_type | dvb_wait_for_seqstart | skipbtaudio | dvb_on_demand | dvb_diseqc_type | firewire_port | firewire_node | firewire_speed | firewire_model | firewire_connection | dbox2_port | dbox2_httpport | dbox2_host | signal_timeout | channel_timeout | dvb_tuning_delay | contrast | brightness | colour | hue | diseqcid | dvb_eitscan | +--------+-------------+-------------+-----------+----------+--------------+----------------+----------+--------------+--------------+-----------------------+-------------+---------------+-----------------+---------------+---------------+----------------+----------------+---------------------+------------+----------------+------------+----------------+-----------------+------------------+----------+------------+--------+-----+----------+-------------+ | 1 | 0 | | | DVB | DVBInput | NULL | zion | 0 | 0 | 1 | 0 | 1 | NULL | 0 | 2 | 0 | NULL | 0 | 31338 | 80 | NULL | 3000 | 5500 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | | 2 | 0 | NULL | NULL | DVB | DVBInput | NULL | zion | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 2 | 0 | NULL | 0 | 31338 | 80 | NULL | 3000 | 5500 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | +--------+-------------+-------------+-----------+----------+--------------+----------------+----------+--------------+--------------+-----------------------+-------------+---------------+-----------------+---------------+---------------+----------------+----------------+---------------------+------------+----------------+------------+----------------+-----------------+------------------+----------+------------+--------+-----+----------+-------------+ 2 rows in set (0.00 sec)
Attachments (2)
Change History (3)
by , 17 years ago
| Attachment: | mythtv-setup.log added |
|---|
by , 17 years ago
| Attachment: | capturecard.table added |
|---|

mysql table didn't appear as desired in description. Attaching as a file.