For those interested or willing to test,<br>
I created an online Frequency (Hz) to Channel (freqid and finetune) convertor webpage for MythTv.<br>
<a href="http://www.escay.nl/mythtv/frequency2channel.php"><br>
http://www.escay.nl/mythtv/frequency2channel.php</a><br>
<br>
For example if you live in the Netherlands, tvtime shows you all the
channels but you are unable to manually add all of them to MythTv. You
are able to manually find UHF channels but you don't know what to fill
in in MythTV for your VHF channel with frequency 216000 Hz.... <br>
<br>
then go the the url, select pal-europe (as configured in mythtvsetup) and you get <br>
<b><span style="font-weight: bold;"><br>
</span>MythTV freqid =  E11</b> (217250 Hz)<br>

<b>MythTV finetune = -20</b> (((216000 - 217250) * 16) / 1000)<br>
<br>
or you are looking for 232000 Hz you will get <br>
<br>
<b>MythTV freqid =  SE11</b> (231250 Hz)<br>

<b>MythTV finetune = 12</b> (((232000 - 231250) * 16) / 1000)<br>
<br>
Maybe I have done work that has been done before, but I couldn't find something similar... <br>
Martijn<br>