hello
Is it possible to somehow configure the config file so that the programs from previous days remain in the epg file?
Brought to you by Jan van Straaten
Program Development - Jan van Straaten ------- Web design - Francis De Paemeleere
Supported by: servercare.nl
change your timespan setting
<timespan keeppastdays="" oneshowonly="">0</timespan>
keeppastdays="x" for number of days to keep.
oneshowonly="HH:mm" used by developers,normal users leave empty
0 - number of days to grab(0 is 1 day)
example
<timespan keeppastdays="7" oneshowonly="">6</timespan>
webgrab will grab upto 7 days epg(if it exists)
when it runs today no past days will be kept.this is because webgrab does not keep epg from before today.
when it runs tomorrow your existing guide.xml will have epg data from yesterday, 1 past day epg will be kept.
when it runs the next day your existing guide.xml will have epg data from yesterday and the day before so 2 past day epg will be kept.
this will continue until 7 past days epg is accumulated,after that 7 past days is kept.
Thanks!