Rickard Borgmäster wrote:
Hello,

Could someone please explan what is what of:
* Channel ID
* Channel number
* Channel callsign

This is what it looks like in my database:

mysql> use mythconverg;
mysql> select chanid, channum, freqid, sourceid, callsign, name from
channel;
+--------+---------+--------+----------+----------+---------------+
| chanid | channum | freqid | sourceid | callsign | name          |
+--------+---------+--------+----------+----------+---------------+
|   1000 | SE11    |        |        1 | 1000     | Kanal 5       |
----------------------^^^^^^^

The freqid is the information that myth needs to tell the tuner or
external script how to tune to this channel. I believe in your
country this may be need the actual frequency values. Hopefully
one of youir countrymen can let you know exactly how to fill
these in. Without these, myth cannnot change channels for you.

--  bjm
_______________________________________________
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

Reply via email to