[mythtv-users] New features in CVS 0.15
Bruce Smith
mythtv at reddog.org
Sun May 23 22:13:51 EDT 2004
> Hum, you may still have an old set of channel entries or something.
Since I had to upgrade to the datadirect stuff, I told mythtvsetup to
clear all the program/channel stuff after I upgraded to 0.15cvs earlier
today.
> Just double checked my system.
>
> mysql> select chanid,channum,callsign from channel where callsign='KVBC';
> +--------+---------+----------+
> | chanid | channum | callsign |
> +--------+---------+----------+
> | 1003 | 3 | KVBC |
> | 2003 | 3 | KVBC |
> | 2123 | 123 | KVBC |
> +--------+---------+----------+
> 3 rows in set (0.00 sec)
Here's my channel 3:
mysql> select chanid,channum,callsign from channel where callsign = 'WWMT';
+--------+---------+----------+
| chanid | channum | callsign |
+--------+---------+----------+
| 1003 | 3 | WWMT |
| 2003 | 3 | WWMT |
+--------+---------+----------+
2 rows in set (0.00 sec)
I also looked at all of the fields (select *) and the only other field
that is different is 'sourceid' ("1" and "2"), which makes sense.
> http://www.mythtv.org/docs/mythtv-HOWTO-21.html#ss21.5
>
> Then
>
> $ mysql -u mythtv -pmythtv mythconverg
> mysql> delete from channel;
> mysql> quit
> $ mythfilldatabase
>
> This will clear out all of your old channel entries and allows
> "mythfilldatabase" to recreate then for you.
>
> You can use the "select" command above to verify which chanids
> have callsigns that actually match. When this is right I do get
> just one entry for channel 3 and I can do tests which verify that
> the scheduler can record a KVBC show from 2123 or 1003 if the
> digital input is busy.
I'm still getting duplicates.
Here is a very small picture showing a portion of mythweb with the dup:
http://www.reddog.org/dup.jpg
Maybe a real recent change in CVS fixed it, and you're more current
than I am? I'm running the latest atrpm, and "rpm -qi mythtv" shows:
Build Date: Sat 22 May 2004 06:10:51 AM EDT
I appreciate you helping with this!
- BS
More information about the mythtv-users
mailing list