Re: [mythtv-users] Cannot change channel and "low FPS" problems

2005-05-05 Thread Rickard Borgmäster
On Thu, 05 May 2005 10:15:05 -0700 Bruce Markey <[EMAIL PROTECTED]> hit the keyboard and punched: > 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

Re: [mythtv-users] Cannot change channel and "low FPS" problems

2005-05-05 Thread Bruce Markey
Rickard Borgmäster wrote: Hello, Could someone please explan what is what of: * Channel ID The database unique row number used to find that specific set of information. * Channel number The number on the dial (back when TV's had dials) that you twist to in order to receive that channel. * Channel c

Re: [mythtv-users] Cannot change channel and "low FPS" problems

2005-05-05 Thread Bruce Markey
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; ++-+---

Re: [mythtv-users] Cannot change channel and "low FPS" problems

2005-05-05 Thread Leigh
On Thursday 05 May 2005 15:31, Rickard Borgmäster wrote: > I have probems chaning channels in myth. Picture is displayed OK and I can > use ivtv:s "ptune.pl -c SE16" to watch MTV. If I try to change channel in > myth, picture freezes for a second or two and then the same channel is > still display

[mythtv-users] Cannot change channel and "low FPS" problems

2005-05-05 Thread Rickard Borgmäster
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; ++-++--+--