[mythtv-users] New features in CVS 0.15

Bruce Markey bjm at lvcm.com
Sun May 23 21:21:32 EDT 2004


Bruce Smith wrote:
...
> OK, I don't think it's working correctly then.  I originally had the
> callsign the same (along with the same channel name, channel number, and
> everything else except for the video source was the same), and duplicate
> channels WERE displayed on everything from 2-99 on the program guide
> (and on the mythweb program page too).
> 
> Then I changed the callsign so I could tell them apart and know which
> card I was programming.
> 
> Anything else I can try to get it working correctly?

Hum, you may still have an old set of channel entries or something.

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)

My EPG has a line for "123 KVBC" and just one line for "3 KVBC".

Try this. First backup your database for good measure =).

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.

--  bjm



More information about the mythtv-users mailing list