- October 9, 2007
- 19
- 1
- Home Country
-
United Kingdom
MediaPortal Version 0.2.3.0 final with SVN 11-29-07:
There is an error in one of the frequencies for the UK Sudbury transmitter. This means that the current XML file installed by MP 0.2.3.0 final release cannot find all the available channels.
Here is a sample of the file with the corrected section shown too.
Rem Default MP list
<country name="UK - Sudbury" offset="167">
<carrier frequency="698000" bandwidth="8"></carrier>
<carrier frequency="850000" bandwidth="8"></carrier>
<carrier frequency="690000" bandwidth="8"></carrier>
<carrier frequency="618000" bandwidth="8"></carrier>
<carrier frequency="738000" bandwidth="8"></carrier>
<carrier frequency="706000" bandwidth="8"></carrier>
</country>
Error is that frequency 850000 does not work it should be 754000, i.e. same as Sudbury B. transmitter
So new settings are:
<country name="UK - Sudbury" offset="167">
<carrier frequency="698000" bandwidth="8"></carrier>
<carrier frequency="754000" bandwidth="8"></carrier>
<carrier frequency="690000" bandwidth="8"></carrier>
<carrier frequency="618000" bandwidth="8"></carrier>
<carrier frequency="738000" bandwidth="8"></carrier>
<carrier frequency="706000" bandwidth="8"></carrier>
</country>
There is an error in one of the frequencies for the UK Sudbury transmitter. This means that the current XML file installed by MP 0.2.3.0 final release cannot find all the available channels.
Here is a sample of the file with the corrected section shown too.
Rem Default MP list
<country name="UK - Sudbury" offset="167">
<carrier frequency="698000" bandwidth="8"></carrier>
<carrier frequency="850000" bandwidth="8"></carrier>
<carrier frequency="690000" bandwidth="8"></carrier>
<carrier frequency="618000" bandwidth="8"></carrier>
<carrier frequency="738000" bandwidth="8"></carrier>
<carrier frequency="706000" bandwidth="8"></carrier>
</country>
Error is that frequency 850000 does not work it should be 754000, i.e. same as Sudbury B. transmitter
So new settings are:
<country name="UK - Sudbury" offset="167">
<carrier frequency="698000" bandwidth="8"></carrier>
<carrier frequency="754000" bandwidth="8"></carrier>
<carrier frequency="690000" bandwidth="8"></carrier>
<carrier frequency="618000" bandwidth="8"></carrier>
<carrier frequency="738000" bandwidth="8"></carrier>
<carrier frequency="706000" bandwidth="8"></carrier>
</country>