<div dir="ltr">On Thu, Apr 30, 2015 at 10:32 AM, Roger Mårtensson <span dir="ltr"><<a href="mailto:roger.martensson@gmail.com" target="_blank">roger.martensson@gmail.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Frank Phillips skrev den 2015-04-29 23:39:<div><div class="h5"><br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
<br>
On Wed, Apr 29, 2015 at 3:46 PM, Hika van den Hoven <<a href="mailto:hikavdh@gmail.com" target="_blank">hikavdh@gmail.com</a> <mailto:<a href="mailto:hikavdh@gmail.com" target="_blank">hikavdh@gmail.com</a>>> wrote:<br>
<br>
    Hoi Roger,<br>
<br>
    Wednesday, April 29, 2015, 10:18:34 PM, you wrote:<br>
<br>
    > Hi!<br>
<br>
    > When I am scanning for channels on of the screens let me select a<br>
    > Country. Two countries are selectable. Germany and UK.<br>
    > Since I don't live in either of these countries I would like to<br>
    add my<br>
    > country to it. (Sweden)<br>
<br>
    > What type of information is needed for the developers be able to<br>
    add a<br>
    > new country?<br>
<br>
    > _______________________________________________<br>
<br>
    I second that! I see more but am missing the Netherlands. I just<br>
    started playing with my new HD homerun 4DC.<br>
<br>
<br>
Hika, see <a href="https://github.com/MythTV/mythtv/commit/cf82ba4727e4395ac1def118ff0fa1739e8004a4" target="_blank">https://github.com/MythTV/mythtv/commit/cf82ba4727e4395ac1def118ff0fa1739e8004a4</a> and frequencytables.cpp. It's organized by dvbt and dvbc, then country.<br>
</blockquote></div></div>
Ok.. When looking into that file I see why I don't see sweden. Because I'm on DVB-C and there is only DVB-T available.<br>
Do I create a ticket for this or is a mail to dev-list a better option?<br>
<br>
The information I have from my provider is the text below (in swedish). It says that Country is Finland but I guess that is because some older equipment doesn't have Sweden in their select lists. So I guess this information is the same for Finland.<br>
<br>
It talks about first and second arameter setting. Don't know what that is.<br>
Anyway. Each row below is: Frequency, Symbol speed, Mod, Network id.<br>
<br>
If you want me to do any type of scanning (eg. w_scan or other command) don't hesitate to contact me.<br>
<br>
Första parameterinställningen:<br>
<br>
Ange land /Finland/<br>
*Frekvens:* 306-498 MHz<br>
*Symbolhastighet:* 6875 kS/s<br>
*Modulation:* QAM-64<br>
*Nätverksnummer/nätid:* 100<br>
*Conax version:* Contego<br>
*Nätstandard:* DVB-C<br>
<br>
Andra parameterinställningen:<br>
<br>
Ange land /Finland/<br>
*Frekvens:* 506-546 MHz<br>
*Symbolhastighet:* 6952 kS/s<br>
*Modulation:* QAM 256<br>
*Nätverksnummer/nätid:* 100<br>
*Conax version:* Contego<br>
*Nätstandard:* DVB-C<div class=""><div class="h5"><br></div></div></blockquote><div> </div><div>    // Finland (untested)<br></div><div>    fmap["dvbc_qam_fi0"] = new FrequencyTable(<br>        306000000, 498000000, 8000000, "Channel %1", 1,<br>        DTVCodeRate::kFECAuto, DTVModulation::kModulationQAM64,<br>        6900000, 0, 0);<br>    fmap["dvbc_qam_fi1"] = new FrequencyTable(<br>        506000000, 546000000, 8000000, "Channel %1", 1,<br>        DTVCodeRate::kFECAuto, DTVModulation::kModulationQAM256,<br>        6900000, 0, 0);<br><br>    fmap["dvbc_qam_se0"] = new FrequencyTable(<br>        306000000, 498000000, 8000000, "Channel %1", 1,<br>        DTVCodeRate::kFECAuto, DTVModulation::kModulationQAM64,<br>        6900000, 0, 0);<br>    fmap["dvbc_qam_se1"] = new FrequencyTable(<br>        506000000, 546000000, 8000000, "Channel %1", 1,<br>        DTVCodeRate::kFECAuto, DTVModulation::kModulationQAM256,<br>        6900000, 0, 0);<br><br></div><div>Don't know the frequency step, so leave it at 8MHz, and the name_offset at 1 for now.<br>You can take this to mythtv-dev and see what they say. It would help if you are able to compile MythTV with any patches they come up with.<br></div></div><br></div></div>