# Configuration file for fetch_one. This controls the basic behaviour of
# the program, and also defines where the other configuration files are
# and where to store the web data. Lines beginning with a hash are
# ignored; so are blank lines. Configuration lines look like variable = value
#
#
# The Basedir holds the remaining config files:
#	the genrelist which describes the genre of each program
#	the numbers, holding sequence numbers for slice files etc
#	the stations file which names each station
#	the episodes, describing programs which have season passes
#	the trimtitles, which allows you to trim parts of program titles
#
Basedir = ./Files

# The Webdir is the directory where incoming web files are stored
Webdir = ./Webfiles

# If you need to use a proxy, then define the hostname and port here
#Webproxy = iris.bond.edu.au:8080
#Webproxy = firewall.local.net:80

# Where is your program data coming from? This option selects the
# appropriate web site and html parser for your area. Currently,
# the only option is:
#	sofcom		data for Australia from www.sofcom.com.au/tv
Websource = sofcom

# Do you want fetch_one to output data in slice format, ready for downloading
# into the TiVo, or do you want it to output data in text format, which
# can then be processed by tools like writeguide into slice format?
# The only values are slice or text.
Outputformat = slice
#Outputformat = text

# Attempt this many times to fetch from the web source before giving up.
# Don't set it below 1!
RepeatWebConnect = 4

# Ask Sofcom when we don't have a genre for a program. Default is off as
# this will cause a lot of web traffic to Sofcom. Instead, download the
# latest programs file from ftp://minnie.tuhs.org/tivo/programs
AskSofcomForGenres = 0
