--- config.pl.dpkg-dist 2007-06-23 13:50:03.000000000 +0200 +++ config.pl 2009-02-05 10:05:13.000000000 +0100 @@ -1,41 +1,44 @@ +#!/usr/bin/perl + # Settings $channelsfile = "/var/lib/vdr/channels.conf"; # path to channels-datei $epgfile = "/var/cache/vdr/epg.data"; # path to epg-file $days2download = 7; # max. 8 days tvmovie, max 21-28 days tvinfo -$clearEPG = 1; # clear EPG before inserting them into VDR ? +$clearEPG = 0; # clear EPG before inserting them into VDR ? # 1=true/0=false $downloadprefix = "/var/cache/vdr-addon-tvmovie2vdr/downloadfiles/"; # where to write downloaded files? $updateprefix = "/var/cache/vdr-addon-tvmovie2vdr/downloadupdatefiles/"; # where to write downloaded updatefiles? # use a different folder! $cleanupoldfiles = 1; # clean "old" cache-files ? # 1=true/0=false -$networktries = 1; # number of retries when there are +$networktries = 10; # number of retries when there are # networkproblems $abortonnetwork = 0; # abort, if there are # networkproblems? -$networktimeout = 60; # networktimeout in seconds. +$networktimeout = 120; # networktimeout in seconds. $wantbottomflags = 1; # you want special flags like $wanttopflags = 1; # [DolbyDigital] in the EPG ? # 1=true/0=false -$wantosd = 0; # do you want the progress on OSD? +$wantosd = 1; # do you want the progress on OSD? -our $writeimages = 1; # 1=true/0=false, only available for provider with images +our $writeimages = 0; # 1=true/0=false, only available for provider with images our $imagepath = "/var/cache/vdr/epgimages"; our $imagetype = ".png"; # enter the imagetype, that your skin supports our $imagesize = "120x120"; # the desired size of the Image # settings for TVMovie -our $baseurl = "http://tvmovie.kunde.serverflex.info/onlinedata/xml-gz5/"; -our $aendurl = "http://tvmovie.kunde.serverflex.info/onlinedata/xml-aend-gz5/"; +our $baseurl = "http://www.clickfinder.de/daten/onlinedata/xml-gz5/"; +our $aendurl = "http://www.clickfinder.de/daten/onlinedata/xml-aend-gz5/"; our $useupdate = 1; # use Updatefiles ? 1=true/0=false our $marktvmupdate = ""; # Prefix for updated events. Leave # empty, if you dont want this.