[mythtv-users] Problem with database, cannot witch live tv

Simon Jones S.G.Jones at bigfoot.com
Sun May 9 14:14:01 EDT 2004


Peter Valdemar Mørch wrote:

> So:
>* First find the frequency for the channel you want. You'll need >your
own cable company to provide this.
>* Look in frequencies.c for a perfect match to the channel's
>frequency, and note what that frequency is "called".
>* Enter the frequency name into the freqid column in channels for >that
particular channel's row.

Thanks for your reply. As far as I know this is exactly what I've done,
using information from my cable company. 
Using your command I get: 

mysql> select channum,sourceid,callsign,name,freqid from channel;
+---------+----------+----------+----------+--------+
| channum | sourceid | callsign | name     | freqid |
+---------+----------+----------+----------+--------+
| 1       |        1 | TF1      | TF1      | E02    |
| 2       |        1 | RTBF2    | RTBF 2   | E06    |
| 3       |        1 | F2       | France 2 | U06    |
| 4       |        1 | MTV      | MTV      | M09    |
| 5       |        1 | RTBF     | RTBF     | E07    |
| 6       |        1 | RAI1     | Rai 1    | S01    |
| 7       |        1 | RAI2     | Rai 2    | M08    |
| 8       |        1 | ZDF      | ZDF      | U03    |
| 9       |        1 | TVE      | TVE I    | M10    |
| 10      |        1 | Arte     | Arte     | U01    |
| 11      |        1 | RTL      | RTL TVI  | E12    |
| 12      |        1 | ARD      | ARD      | U02    |
| 13      |        1 | TMC      | TMC      | H19    |
| 15      |        1 | VRT1     | VRT 1    | M06    |
+---------+----------+----------+----------+--------+
14 rows in set (0.00 sec)

Any ideas on what's wrong?

Simon



More information about the mythtv-users mailing list