[mythtv-users] Defining my own channel/frequency table

Mark Levitt mark.levitt at ntlworld.com
Mon Jun 9 07:09:21 EDT 2003


Tako Schotanus wrote:

> There is currently some discussion going on on the ivtv-devel list 
> about the use of the frequency tables that are used to connect channel 
> numbers to frequencies.
>
> What I would like to know is:
> - what dus MythTV use to determine the frequencies? Does it use the 
> Video::Frequencies perl module or something else?
> - is it possible to define your own mapping?
>
If you know the frequencies already, you can find the nearest frequency 
in the table and calculate the difference. I.e., Suppose you have a 
channel at 608000. Now (608000 * 16) / 1000 == 9728. Now, look in the 
table and see if there's a frequency that's close. I.e. Channel 38 at 
607250. Now (607250 * 16) / 1000 == 9716. Finally take 9728 - 9716 == 12.

Now, run mythfilldatabase --manual. When asked for a channel number 
(like xawtv) fill in the channel number (i.e., 38). Then it'll ask for a 
fine tuning value. Fill in 12.





More information about the mythtv-users mailing list