MediaPortal Forums HTPC/MediaCenter

Go Back   MediaPortal Forum » MediaPortal 1 » Main Features (talk, share your ideas, get support) » Watch / Listen Media » MyTV - Engine 0.2 » Tips and Tricks


Tips and Tricks Post your Tips and Tricks in here.

Reply
 
Thread Tools Display Modes
Old 2006-08-13, 18:57   #1 (permalink)
Portal Member
 
Join Date: Jul 2006
Location: UK
Posts: 269
Thanks: 0
Thanked 4 Times in 3 Posts

My System

Default Do a Fast TV channel scan(UK DVB) (< 20 seconds)

Initially you probably scanned the TV channels in using the "UK - All Regions" setting, this takes ages. However once done you can add your channels to the main table for your transmitter, so any future re-scans are very quick. Ideally MP would add a fast-scan button that just rescans the same freq's it found last time.

1) Run "C:\Program Files\Team MediaPortal\MediaPortal\Docs\SQLite Database Browser.exe" and open your tv database file found at ..\mediaportal\database\TVDatabaseV21.db3

2) Click Execute SQL table, paste this code in and click Execute Query
Code:
Select '<carrier frequency="' || frequency || '" bandwidth="' || bandwidth || '" />' from tblDVBTMapping GROUP BY frequency
3) Now open "C:\Program Files\Team MediaPortal\MediaPortal\TuningParameters\dvbt.xml" and go to the end of the file and paste in the values you got in 2) into the existing 'UK - Winter Hill' One & Change the name to that of your Transmitter (leave offset="167"). Here's one for Brighton :-
Code:
	<country name="UK - Whitehawk Hill (Brighton)" offset="167">
		<carrier frequency="690000" bandwidth="8" />
		<carrier frequency="706000" bandwidth="8" />
		<carrier frequency="746000" bandwidth="8" />
		<carrier frequency="770000" bandwidth="8" />
		<carrier frequency="794000" bandwidth="8" />
		<carrier frequency="834000" bandwidth="8" />
	</country>
4) Now save your edited dvbt.xml file and run Media Portal Setup, Goto Television | Capture Cards, select your TV card, hit edit, Goto autotune tab, drop down the 'Country/Region' combo box and at the bottom you should see your new entry. Select it and press the Scan button and it should rescan all your channels in under 20 seconds. Handy if new channels come on board as they often do, or you upgrade MP. Keep a copy of your edited dvbt.xml file and copy it over after you upgrade.

Please post yours (remember to click 'disable HTML in post' or it won't appear correctly) - cheers

Last edited by HappyTalk; 2006-10-27 at 23:10.
HappyTalk is offline   Reply With Quote
Old 2006-08-13, 23:18   #2 (permalink)
Super Moderator
 
Paranoid Delusion's Avatar
 
Join Date: Jun 2005
Location: Cheshire UK
Posts: 6,602
Thanks: 129
Thanked 233 Times in 207 Posts

Country:

My System

Default

Always a good thing to have a backup of an edited Tuning Parameters xml file, can save a lot of time (especially with more than 1 tuner)
I'm lucky nowadays on winter hill, so already supported thanks to Dman me thinks, could be wrong. :wink:
Paranoid Delusion is offline   Reply With Quote
Old 2006-08-14, 22:05   #3 (permalink)
Portal Member
 
Join Date: Feb 2006
Posts: 25
Thanks: 0
Thanked 0 Times in 0 Posts


Default

Here are the Crystal palace ones including the HDTV test channel

<country name="UK - Crystal Palace" offset="167">
<carrier frequency="482000" bandwidth="8" />
<carrier frequency="506000" bandwidth="8" />
<carrier frequency="5220000" bandwidth="8" />
<carrier frequency="530000" bandwidth="8" />
<carrier frequency="538000" bandwidth="8" />
<carrier frequency="554000" bandwidth="8" />
<carrier frequency="556000" bandwidth="8" />
<carrier frequency="578000" bandwidth="8" />
</country>
PodgeMaster is offline   Reply With Quote
Old 2006-09-13, 23:08   #4 (permalink)
DQ
Portal Member
 
Join Date: Dec 2005
Age: 26
Posts: 25
Thanks: 0
Thanked 1 Time in 1 Post

Country:

My System

Default

Thanks HappyTalk

Where I am (Newcastle & Surrounding area) I use a combination of the two below

<country name="UK - Fenham" offset="167">
<carrier frequency="482000" bandwidth="8" />
<carrier frequency="506000" bandwidth="8" />
<carrier frequency="530000" bandwidth="8" />
<carrier frequency="546000" bandwidth="8" />
<carrier frequency="562000" bandwidth="8" />
<carrier frequency="762000" bandwidth="8" />
</country>


<country name="UK - Pontop" offset="167">
<carrier frequency="690000" bandwidth="8" />
<carrier frequency="730000" bandwidth="8" />
<carrier frequency="746000" bandwidth="8" />
<carrier frequency="778000" bandwidth="8" />
<carrier frequency="802000" bandwidth="8" />
<carrier frequency="826000" bandwidth="8" />
</country>


P.S.
I'm not sure about offsets and such but they should work!
DQ is offline   Reply With Quote
Old 2006-09-15, 14:23   #5 (permalink)
Portal Member
 
Join Date: Aug 2006
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts


Default

<country name="UK - Caradon Hill" offset="167">
<carrier frequency="474000" bandwidth="8" />
<carrier frequency="497833" bandwidth="8" />
<carrier frequency="521833" bandwidth="8" />
<carrier frequency="553833" bandwidth="8" />
<carrier frequency="578000" bandwidth="8" />
<carrier frequency="690000" bandwidth="8" />
</country>

Caradon Hill (Westcountry/BBC South West) from Bodmin Moor covering North and East Cornwall and South and West Devon
robertbfc is offline   Reply With Quote
Old 2006-09-17, 10:25   #6 (permalink)
Portal Member
 
McGoober's Avatar
 
Join Date: Aug 2006
Location: Norwich, UK
Posts: 50
Thanks: 0
Thanked 2 Times in 2 Posts

Country:

My System

Default

<country name="UK - Tacolneston" offset="167">
<carrier frequency="730000" bandwidth="8" />
<carrier frequency="770000" bandwidth="8" />
<carrier frequency="786000" bandwidth="8" />
<carrier frequency="794000" bandwidth="8" />
<carrier frequency="810000" bandwidth="8" />
<carrier frequency="818000" bandwidth="8" />
</country>

Tacolneston in Norfolk.
McGoober is offline   Reply With Quote
Old 2006-09-23, 11:22   #7 (permalink)
Portal Member
 
surfermc's Avatar
 
Join Date: May 2006
Location: Dorset
Posts: 271
Thanks: 15
Thanked 10 Times in 10 Posts

Country:

My System

Default

<country name="UK - Stockland Hill" offset="167">
<carrier frequency="482000" bandwidth="8" />
<carrier frequency="506000" bandwidth="8" />
<carrier frequency="530000" bandwidth="8" />
<carrier frequency="546000" bandwidth="8" />
<carrier frequency="562000" bandwidth="8" />
<carrier frequency="578000" bandwidth="8" />
</country>

SW England Parts of Devon, Somerset and Dorset
surfermc is offline   Reply With Quote
Old 2006-09-23, 16:53   #8 (permalink)
Portal Member
 
cheezey's Avatar
 
Join Date: Aug 2004
Location: West Yorks
Age: 40
Posts: 448
Thanks: 8
Thanked 15 Times in 9 Posts

Country:

My System

Default

Here's the daddy . . . .

Code:
	<country name="UK - Emley Moor" offset="167">
		<carrier frequency="626000" bandwidth="8" />
		<carrier frequency="650000" bandwidth="8" />
		<carrier frequency="674000" bandwidth="8" />
		<carrier frequency="698000" bandwidth="8" />
		<carrier frequency="706000" bandwidth="8" />
		<carrier frequency="722000" bandwidth="8" />
		<carrier frequency="850000" bandwidth="8" />
	</country>
Yorkshire
cheezey is online now   Reply With Quote
Old 2006-09-23, 17:04   #9 (permalink)
Retired Team Member
 
mPod's Avatar
 
Join Date: Jan 2005
Location: Berlin
Age: 34
Posts: 2,086
Thanks: 0
Thanked 3 Times in 3 Posts

Country:

My System

Default

All listed frequency lists have been added to SVN. Thanks, guys!
__________________


Bad news from the stars...

We cannot give any support without a properly filled support template
and a full mediaportal.log pasted here.


Before you ask...
mPod is offline   Reply With Quote
Old 2006-10-01, 16:52   #10 (permalink)
Portal Member
 
Join Date: Sep 2006
Posts: 91
Thanks: 3
Thanked 14 Times in 8 Posts

Country:


Default

And one more:

<country name="UK - Hannington" offset="167">
<carrier frequency="626000" bandwidth="8" />
<carrier frequency="634000" bandwidth="8" />
<carrier frequency="650000" bandwidth="8" />
<carrier frequency="658000" bandwidth="8" />
<carrier frequency="674000" bandwidth="8" />
<carrier frequency="706000" bandwidth="8" />
</country>

Berkshire, Hampshire, etc.
Doodles is offline   Reply With Quote
Reply

Bookmarks

Tags
andlt, channel, dvb, fast, scanuk, seconds

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
KNC 1 DVB-C / cannot tune channels lutz General Support 15 2006-10-01 12:04
Technotrend DVB-S no LNB switch Erbsenkopp General Support 0 2006-08-03 10:04
Technotrend Budget 1500 CI no LNB switch Erbsenkopp General Support 0 2006-08-03 09:46
Tuning-problem - FireDTV - Stockholm-Nacka alek01 Installation, configuration support 2 2006-07-11 00:06
Xmltv set big hassle for a newb Anonymous Tips and Tricks 38 2004-12-18 21:09


All times are GMT +1. The time now is 19:17.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 Protected by Akismet Blog with WordPress
Advertisement System V2.6 By   Branden