In message <[EMAIL PROTECTED]>
Preston Crow <[EMAIL PROTECTED]> wrote:
> In the database, capturecard.videodevice is "/dev/dvb/adapter0/dvr0" but
> in the code, it is querying for it by '0' in dvbchannel.cpp.
[ snipped ]
> So the question is, is the query broken, or should my database just have
> a number in that field? (And shouldn't the query also check that
> cardtype='DVB')
Mine just has numbers:
mysql> select cardid, videodevice from capturecard;
+--------+-------------+
| cardid | videodevice |
+--------+-------------+
| 1 | 0 |
| 2 | 1 |
+--------+-------------+
2 rows in set (0.01 sec)
Tom
--
Tom Hughes ([EMAIL PROTECTED])
http://www.compton.nu/
_______________________________________________
mythtv-dev mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev