Sup guys!
im following the guide to setup my epg but when I run tvharvest it doesnt create the listing.xml files. When I run tvharvest I get the "grabbing _DATE_" msg and the program exits without any errors.
Here is my current tvharvest.config file:
<configuration>
<appSettings>
<!-- Number of days of listings into the future to get -->
<add key="days" value="7" />
<!-- Number of days of listings in the past to keep (older ones are deleted) -->
<add key="pastdays" value="3" />
<!-- true or false, indicates if XML should be written to a single file or not -->
<add key="SingleFile" value="true" />
<!-- Path to output the listings to (must have trailing "\")
Default is "c:\WINDOWS\eHome\"
but you may have to create those sub folders -->
<add key="path" value="C:\WINDOWS\eHome\" />
<!-- Credentials to use for proxy server (if you have one set in IE and
it requires a username and password -->
<!--
<add key="ProxyUser" value="username" />
<add key="ProxyPass" value="password" />
-->
<!-- URL for NineMSN tvguide, you MUST update this for your state (ie. change the "94" which is Melbourne
to the number appropriate for your location. eg. "101" for Perth, "73" for Sydney,
"75" for Brisbane, "88" for Tasmania, "74" for Darwin and "126" For ACT)
Visit
http://tvguide.ninemsn.com.au/ and view a TV Guide for your area will get
you this URL, but replace the date part (eg. "04042003") with the string "(date)" -->
<add key="GuideURL" value="http://tvguide.ninemsn.com.au/guide/(date)_73.asp?channel=free" />
<!-- Specify the timzone string for the XML, you may need to adjust this or remove it compeletely -->
<add key="Timezone" value="+1100" />
<!-- URL for NineMSN tvguide popups. You should not change this -->
<add key="PopupURL" value="http://tvguide.ninemsn.com.au/closeup/default.asp?pid=(pid)" />
</appSettings>
</configuration>
I tried running a search for "listing.xml" incase the path was wrong but the file is simply not created.
Has anyone run into similar problems?