Please help setting up Australian TV Guide (1 Viewer)

Status
Not open for further replies.

angusmann

Portal Pro
October 22, 2005
145
32
Hi all. I just discovered Media Portal after setting up a few MCE systems and I really think it has more to offer. I'm very impressed so far.

As the post suggests I'm in Australia (Brisbane) and I'm looking for a TV Guide setup. I have searched the posts and tried a few programs but always some problem crops up.

For example - after ages getting D!XMLTVGrabber to work I realized that ABC2 is not included in the list of stations.

My box has a digital card for free-to-air and an analog card for Foxtel. So I need a guide that can cope with digital FTA as well as Foxtel.

Once I know the system to use I'm happy to research it myself but can some kind person save me some time and recommend a Guide setup that can handle this requirement?

Thanks

Angus
 

beachbum_boy

New Member
October 22, 2005
4
0
For some reason the HD stuff for d1xmltv is incorrect BUT if you use SD you can get still get all the channels, i.e HD as well. Check out my setttings below. These are for the sunshine Coast, so you will to change them for Brissy. But notice that it is all SD. You will need to change the Proxy settigns as well as the ChannelNameChange (or just delete them).

Code:
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>

	<add key="WSURL" value="http://www.d1.com.au/D1XMLTV.asmx" />
	<add key="region" value="QLDReg" />
	<add key="provider" value="freesd" />
	<add key="ExcludeChannels" value="" />
	<add key="ChannelDataDuplicate" value="" />
	<add key="ChannelNameChange" value="freesd.QLDReg.2-2|ABC2;freesd.QLDReg.2-3|ABC HDTV;freesd.QLDReg.2-4|ABC TV;freesd.QLDReg.7C-HD|7 HD;freesd.QLDReg.WIN|WINTV Sunshine Coast;freesd.QLDReg.10|SC10 Sunshine Coast" />
	<add key="DaysForecast" value="7" />
	<add key="TimeDifference" value="" />
	<add key="FilePath" value="D:\Utils\tvguide.xml" />
	<add key="ProxyURL" value="http://192.168.0.1:8080" />
	<add key="ProxyPort" value="8080" />
	<add key="IconPath" value="C:\Program Files\Team MediaPortal\MediaPortal\thumbs\tv\logos" />

</appSettings>
</configuration>

Hope this helps.
 
Status
Not open for further replies.

Users who are viewing this thread

Top Bottom