-
ecastelnau committed patchset 3355 of module xmltv to the XMLTV CVS repository, changing 2 files.
2010-01-07 13:03:55 UTC by ecastelnau
-
knowledgejunkie committed patchset 3354 of module xmltv to the XMLTV CVS repository, changing 1 files.
2010-01-07 12:58:40 UTC by knowledgejunkie
-
knowledgejunkie committed patchset 3353 of module xmltv to the XMLTV CVS repository, changing 2 files.
2010-01-07 12:35:56 UTC by knowledgejunkie
-
I've already fixed this yesterday. Please try the cvs source, alpha-exe update comes shortly.
2010-01-07 08:46:31 UTC by attila_nagy
-
Looks like the cleanup of temporary files has forgotten to be enabled again after a debugging session:
--- tv_grab_eu_epgdata 2009-12-10 01:38:04.000000000 +0100
+++ /usr/bin/tv_grab_eu_epgdata 2010-01-07 00:03:10.000000000 +0100
@@ -165,8 +165,8 @@
# set user agent
$ua->agent("xmltv/$XMLTV::VERSION");
-#our $tmp= tempdir( CLEANUP => 1 ) . '/';
-our $tmp= tempdir() . '/';
+our...
2010-01-06 23:28:32 UTC by yunosh
-
The data is CP1252 encoded, not ISO-8859-1 encoded. To fix this, just replace the two occurences of ISO with the CP counterpart:
--- tv_grab_eu_epgdata 2009-12-10 01:38:04.000000000 +0100
+++ /usr/bin/tv_grab_eu_epgdata 2010-01-07 00:03:10.000000000 +0100
@@ -219,7 +219,7 @@
my $result;
my $configwriter = new XMLTV::Configure::Writer( OUTPUT => \$result,
-.
2010-01-06 23:27:20 UTC by yunosh
-
Is anybody looking into this patch?.
2010-01-06 23:24:54 UTC by yunosh
-
Hi,
I have just noticed that every program that starts before 8 pm lasts till the first show next day. And the shows between 8 pm and next day are not shown.
I have also tried the latest alpha exe but got the same result.
Attila Mesterhazy.
2010-01-06 21:15:21 UTC by mester74
-
attila_nagy committed patchset 3352 of module xmltv to the XMLTV CVS repository, changing 1 files.
2010-01-06 10:33:45 UTC by attila_nagy
-
betlit committed patchset 3351 of module xmltv to the XMLTV CVS repository, changing 2 files.
2010-01-05 17:04:14 UTC by betlit