- Thread starter
- #181
Have a look at the log file. How big is it? It might help to disable logging , in the config :
<logging></logging>
WG++Maker ... Jan
<logging></logging>
WG++Maker ... Jan
I have this now up and running for the full seven days for all available Free to Air and Foxtel channels in Melbourne Australia(153 channels). Works like a charm! For those interested I have attached my config and .ini files to save a little hassle so if you are in Melbourne just delete the ones you don't want.
== EDIT 2012-09-19: New Version 1.0.1 of SwapCat available under http://21x.eu/downloads/SwapCategory.html ==
Ok - solved the "multiple categories" for me: My EPG showed categeory information like "USA 2009" (especially coming from grabbed web sites like tvtoday.de, tvtv.* etc. - but maybe you encounter the same.
[...]
Hi Jan
I am fetching from ontv, and at http://ontv.dk/tv-guide/tv1000-classic
The latest program starts at 22:00 and next mornings program start at 8:00, so i have set <skip>12,1</skip> in config file.
So now all programs are in XML file, but the last program haven't any stop time, so it continue until next morning, actually it should stop at 23:59
Code:<programme start="20120721220000 +0200" stop="20120722080000 +0200" channel="Viasat Film Classic"> <title lang="da">Red Dawn</title>
I am basically using the original ontv scrapper from pack 10, and i doesn't contain a stop param.
probably because i doesn't show on the index page.
I have tried to take it from the sub-page, but it doesn't work, is there another way to archive this?
Code:stop.scrub {single()|<div class="content" id="content">| - | |</p>}
Thanks in advance /Shummi
Hi Jan
Did you have a comment on this issue?
Hi Jan
I am fetching from ontv, and at http://ontv.dk/tv-guide/tv1000-classic
The latest program starts at 22:00 and next mornings program start at 8:00, so i have set <skip>12,1</skip> in config file.
So now all programs are in XML file, but the last program haven't any stop time, so it continue until next morning, actually it should stop at 23:59
Code:<programme start="20120721220000 +0200" stop="20120722080000 +0200" channel="Viasat Film Classic"> <title lang="da">Red Dawn</title>
I am basically using the original ontv scrapper from pack 10, and i doesn't contain a stop param.
probably because i doesn't show on the index page.
I have tried to take it from the sub-page, but it doesn't work, is there another way to archive this?
Code:stop.scrub {single()|<div class="content" id="content">| - | |</p>}
Thanks in advance /Shummi