]> git.ipfire.org Git - thirdparty/tvheadend.git/log
thirdparty/tvheadend.git
13 years agoMake sure we use SHA1 and not SHA0. fixes compiling error when SHA0 is disabled in...
John Törnblom [Tue, 4 Sep 2012 08:47:24 +0000 (10:47 +0200)] 
Make sure we use SHA1 and not SHA0. fixes compiling error when SHA0 is disabled in openssl.

13 years agoAdd wget to list of build deps. Fixes #1202.
Adam Sutton [Tue, 4 Sep 2012 08:12:43 +0000 (09:12 +0100)] 
Add wget to list of build deps. Fixes #1202.

13 years agouse thread safe version of localtime when generating dvr playlists
John Törnblom [Mon, 3 Sep 2012 15:00:14 +0000 (17:00 +0200)] 
use thread safe version of localtime when generating dvr playlists

13 years agoEnsure that quality monitoring is properly adhered to and also low quality services...
Adam Sutton [Mon, 3 Sep 2012 14:25:46 +0000 (15:25 +0100)] 
Ensure that quality monitoring is properly adhered to and also low quality services are not completely ignored. Fixes #1196.

13 years agoRemove use of pipe2() and use pipe() + ioctl() calls instead. Fixes #1195.
Adam Sutton [Mon, 3 Sep 2012 12:19:18 +0000 (13:19 +0100)] 
Remove use of pipe2() and use pipe() + ioctl() calls instead. Fixes #1195.

13 years agoadded date and time to dvr playlists
John Törnblom [Mon, 3 Sep 2012 14:04:27 +0000 (16:04 +0200)] 
added date and time to dvr playlists

13 years agoChange getmuxlist back to bash script and make python soft dep. Also some minor impro...
Adam Sutton [Mon, 3 Sep 2012 10:33:03 +0000 (11:33 +0100)] 
Change getmuxlist back to bash script and make python soft dep. Also some minor improvements to bundle code.

13 years agoCorrect (and simplify) mistake in moving of memory at end of partial processing.
Adam Sutton [Mon, 3 Sep 2012 08:58:55 +0000 (09:58 +0100)] 
Correct (and simplify) mistake in moving of memory at end of partial processing.

13 years agoFix error in installation of PMT tables, wrong ptr was used.
Adam Sutton [Mon, 3 Sep 2012 08:51:04 +0000 (09:51 +0100)] 
Fix error in installation of PMT tables, wrong ptr was used.

13 years agoStop annoying debug print every 20s when adapter is already closed/off.
Adam Sutton [Sun, 2 Sep 2012 19:53:14 +0000 (20:53 +0100)] 
Stop annoying debug print every 20s when adapter is already closed/off.

13 years agoFix dvr input if sync is lost, also minor efficiency improvement.
Adam Sutton [Fri, 31 Aug 2012 22:12:07 +0000 (23:12 +0100)] 
Fix dvr input if sync is lost, also minor efficiency improvement.

13 years agoClose all DVB device file descriptors when not in use. Fixes #892.
Adam Sutton [Wed, 22 Aug 2012 14:19:17 +0000 (15:19 +0100)] 
Close all DVB device file descriptors when not in use. Fixes #892.

13 years agoAdd option to disable PMT monitoring to reduce PID filters used. Fixes #194.
Adam Sutton [Sat, 25 Aug 2012 22:26:12 +0000 (23:26 +0100)] 
Add option to disable PMT monitoring to reduce PID filters used. Fixes #194.

13 years agoStype fixes for Sky TV, Bell and Dish networks
Norm Dressler [Sat, 25 Aug 2012 15:45:47 +0000 (11:45 -0400)] 
Stype fixes for Sky TV, Bell and Dish networks

13 years agoFix to scan Dishnet sats
Norm Dressler [Sat, 25 Aug 2012 15:40:56 +0000 (11:40 -0400)] 
Fix to scan Dishnet sats

13 years agoOption to map SID to channel number when mapping services to channels.
Norm Dressler [Sat, 1 Sep 2012 21:11:09 +0000 (17:11 -0400)] 
Option to map SID to channel number when mapping services to channels.

13 years agoIf dvrallcfg does not exist, use the setting for dvr. This is to ensure less confusio...
Adam Sutton [Sun, 2 Sep 2012 18:28:40 +0000 (19:28 +0100)] 
If dvrallcfg does not exist, use the setting for dvr. This is to ensure less confusion on migration from 2.12 to 3.0+. Fixes #1192.

13 years agocwc: try reconnecting quickly even if no subscribtion is active
Stefan Saraev [Sun, 26 Aug 2012 16:56:59 +0000 (19:56 +0300)] 
cwc: try reconnecting quickly even if no subscribtion is active

13 years agoAdd "Skip service availability check when mapping" option
Sergey Linnik [Thu, 30 Aug 2012 21:35:39 +0000 (01:35 +0400)] 
Add "Skip service availability check when mapping" option

13 years agoAdd write timeout of 30s to all TCP server operations, this is further reduced to... 127/head
Adam Sutton [Thu, 30 Aug 2012 15:45:43 +0000 (16:45 +0100)] 
Add write timeout of 30s to all TCP server operations, this is further reduced to 5s for streaming output. Fixes #1054.

13 years agoEnsure that dvr clean title config persists. Fixes #1179.
Adam Sutton [Thu, 30 Aug 2012 14:52:08 +0000 (15:52 +0100)] 
Ensure that dvr clean title config persists. Fixes #1179.

13 years agoTidied up the patch to fix status.xml, more general purpose escape route and also...
Adam Sutton [Thu, 30 Aug 2012 10:21:51 +0000 (11:21 +0100)] 
Tidied up the patch to fix status.xml, more general purpose escape route and also moved to new html.c file (my mistake it should never have been in http.c)

13 years agostatus.xml updates, added system load and collaborations for
Andy Brown [Tue, 28 Aug 2012 13:36:32 +0000 (14:36 +0100)] 
status.xml updates, added system load and collaborations for
xml safe output

13 years agoAdded function (provided by sb1066) for escaping xml chars.
Andy Brown [Sat, 25 Aug 2012 21:26:55 +0000 (22:26 +0100)] 
Added function (provided by sb1066) for escaping xml chars.

Renamed and moved escape routine to http.c http_escape* to be more generic.

Updated status.xml to use new escape routines to ensure consistent output. Fixes #1034.

13 years agoChange wording of LNB poweroff option and hide on non -S adapters.
Adam Sutton [Wed, 29 Aug 2012 21:10:06 +0000 (22:10 +0100)] 
Change wording of LNB poweroff option and hide on non -S adapters.

13 years agoSome minor fixes to earlier python checks.
Adam Sutton [Wed, 29 Aug 2012 20:02:11 +0000 (21:02 +0100)] 
Some minor fixes to earlier python checks.

13 years agoTranslated getmuxlist into python script and did some general updates to configure...
Adam Sutton [Wed, 29 Aug 2012 15:26:05 +0000 (16:26 +0100)] 
Translated getmuxlist into python script and did some general updates to configure script. Fixes #1166.

13 years agoRemove another trailing comma that I missed.
Adam Sutton [Tue, 28 Aug 2012 12:22:10 +0000 (13:22 +0100)] 
Remove another trailing comma that I missed.

13 years agoupdated url, branch and version number in debian/tvheadend-get-orig-source
Lars Op den Kamp [Wed, 29 Aug 2012 00:26:04 +0000 (02:26 +0200)] 
updated url, branch and version number in debian/tvheadend-get-orig-source

13 years agore-added default changelog, so a package can be built by dpkg-buildpackage directly
Lars Op den Kamp [Thu, 14 Jun 2012 11:01:10 +0000 (13:01 +0200)] 
re-added default changelog, so a package can be built by dpkg-buildpackage directly

13 years agoadded debian/tvheadend-get-orig-source
Lars Op den Kamp [Thu, 14 Jun 2012 10:56:21 +0000 (12:56 +0200)] 
added debian/tvheadend-get-orig-source

13 years agoFix some javascript syntax errors that seem to bother IE9. Fixes #1081.
Adam Sutton [Thu, 23 Aug 2012 14:09:48 +0000 (15:09 +0100)] 
Fix some javascript syntax errors that seem to bother IE9. Fixes #1081.

13 years agoFix warnings about wrong MIME type for CSS files.
Adam Sutton [Sat, 25 Aug 2012 21:55:36 +0000 (22:55 +0100)] 
Fix warnings about wrong MIME type for CSS files.

13 years agoAdded in webui_port and htsp_port for parameters to listen on different ports. Fixes...
Andy Brown [Fri, 24 Aug 2012 14:54:24 +0000 (15:54 +0100)] 
Added in webui_port and htsp_port for parameters to listen on different ports. Fixes #804 and PR-118.

13 years agotime_t should be a signed type.
Adam Sutton [Fri, 24 Aug 2012 12:03:57 +0000 (13:03 +0100)] 
time_t should be a signed type.

13 years agoCorrect mistake in format string for time_t on 32bit.
Adam Sutton [Fri, 24 Aug 2012 11:55:54 +0000 (12:55 +0100)] 
Correct mistake in format string for time_t on 32bit.

13 years agoMove the clearing of the PTS/DTS to immediately after the point it is copied into...
Dave Chapman [Fri, 24 Aug 2012 11:03:14 +0000 (12:03 +0100)] 
Move the clearing of the PTS/DTS to immediately after the point it is copied into the outgoing packet structure. This fixes a bug where the PTS was being cleared before it was being used.  See #hts IRC logs from the 13th and 21st August 2012 for discussion.

13 years agoIt appears that xmltv scripts are now in xmltv-util not xmltv.
Adam Sutton [Fri, 24 Aug 2012 10:36:20 +0000 (11:36 +0100)] 
It appears that xmltv scripts are now in xmltv-util not xmltv.

13 years agoA few minor corrections to format strings.
Adam Sutton [Fri, 24 Aug 2012 10:15:54 +0000 (11:15 +0100)] 
A few minor corrections to format strings.

13 years agoFix incorrect use of de_title.
Adam Sutton [Fri, 24 Aug 2012 09:26:45 +0000 (10:26 +0100)] 
Fix incorrect use of de_title.

13 years agoFix a few printf errors detected following addition of format validation.
Adam Sutton [Fri, 24 Aug 2012 09:06:41 +0000 (10:06 +0100)] 
Fix a few printf errors detected following addition of format validation.

13 years agoEnsure that all printf format strings are properly checked.
Adam Sutton [Fri, 24 Aug 2012 08:58:03 +0000 (09:58 +0100)] 
Ensure that all printf format strings are properly checked.

13 years agoEnsure that bundle does not include DVB scan files if not request in configure. Also...
Adam Sutton [Fri, 24 Aug 2012 08:49:44 +0000 (09:49 +0100)] 
Ensure that bundle does not include DVB scan files if not request in configure. Also default to /usr/share/dvb if not including files in the installation.

13 years agoForgot to tidy up temp files during check_cc.
Adam Sutton [Thu, 23 Aug 2012 14:01:29 +0000 (15:01 +0100)] 
Forgot to tidy up temp files during check_cc.

13 years agoUpdated the mux scanner to better handle cases where we no longer need to be tuned...
Adam Sutton [Wed, 22 Aug 2012 10:38:02 +0000 (11:38 +0100)] 
Updated the mux scanner to better handle cases where we no longer need to be tuned to a mux. Also general simplification with signal monitoring no longer directly influencing mux scanner code. Incidentally fixes #1147 and relates #892.

13 years agoDVB: turn the stream (and LNB) off when idle.
Jaroslav Kysela [Wed, 22 Aug 2012 10:22:36 +0000 (11:22 +0100)] 
DVB: turn the stream (and LNB) off when idle.

Merged from PR58 with mods to update to latest code.

13 years agoEnsure that long stay on a mux does not result in no EPG updates.
Adam Sutton [Wed, 22 Aug 2012 09:50:15 +0000 (10:50 +0100)] 
Ensure that long stay on a mux does not result in no EPG updates.

13 years agoChange so that adding first initial scan will cause immediate firing of timer rather...
Adam Sutton [Wed, 22 Aug 2012 09:20:50 +0000 (10:20 +0100)] 
Change so that adding first initial scan will cause immediate firing of timer rather than directly calling the mux scan routine. The old approach breaks when a single MUX is present on a tuner with idle scanning enabled.

13 years agoFix infinite loop in spawn code if bad PATH is supplied. Thanks to Rene Herbrich...
Adam Sutton [Wed, 22 Aug 2012 20:23:47 +0000 (21:23 +0100)] 
Fix infinite loop in spawn code if bad PATH is supplied. Thanks to Rene Herbrich for spotting. Fixes #1144.

13 years agomake the passthrough injection counter a private, non-global variable
John Törnblom [Tue, 21 Aug 2012 20:22:19 +0000 (22:22 +0200)] 
make the passthrough injection counter a private, non-global variable

13 years agoadded eac3 support to the pmt builder and audio detection macro.
John Törnblom [Tue, 21 Aug 2012 21:20:43 +0000 (23:20 +0200)] 
added eac3 support to the pmt builder and audio detection macro.

13 years agoOnly parse releveant service descriptor tags, else TVH can crash. Fixes #1030.
Adam Sutton [Tue, 21 Aug 2012 11:35:46 +0000 (12:35 +0100)] 
Only parse releveant service descriptor tags, else TVH can crash. Fixes #1030.

13 years agoFix some possible compile problems. Found with more strict gcc variants. Fixes #1086.
Adam Sutton [Thu, 16 Aug 2012 12:13:12 +0000 (13:13 +0100)] 
Fix some possible compile problems. Found with more strict gcc variants. Fixes #1086.

13 years agoRevert "Ensure EPG modules are properly init before dvb hardware and thus mux scannin...
Adam Sutton [Tue, 21 Aug 2012 18:42:05 +0000 (19:42 +0100)] 
Revert "Ensure EPG modules are properly init before dvb hardware and thus mux scanning can start. Else setups with single mux on adapter (who on earth would do that!) will not get any EPG data."

This reverts commit 11f713dd854ae0bae3e7e64c1de069994e4d40b1.

Cannot do things this way it breaks more general EPG OTA mux support.

13 years agoFix mistake in bundling code that means settings not loaded from install path.
Adam Sutton [Tue, 21 Aug 2012 18:36:16 +0000 (19:36 +0100)] 
Fix mistake in bundling code that means settings not loaded from install path.

13 years agoFix mistake in eit/freesat code which stopped it decoding huffman strings.
Adam Sutton [Thu, 9 Aug 2012 21:59:44 +0000 (22:59 +0100)] 
Fix mistake in eit/freesat code which stopped it decoding huffman strings.

13 years agoUse dvb_mux_set_enable() instead of manualy setting.
Adam Sutton [Thu, 9 Aug 2012 21:59:22 +0000 (22:59 +0100)] 
Use dvb_mux_set_enable() instead of manualy setting.

13 years agoEnsure that muc config is saved after init scan or auto disable.
Adam Sutton [Thu, 9 Aug 2012 20:48:42 +0000 (21:48 +0100)] 
Ensure that muc config is saved after init scan or auto disable.

13 years agocosmetics
John Törnblom [Fri, 10 Aug 2012 14:37:20 +0000 (16:37 +0200)] 
cosmetics

13 years agoSet locale at program start to ensure its properly used throughout. Fixes #620.
Adam Sutton [Tue, 21 Aug 2012 12:36:49 +0000 (13:36 +0100)] 
Set locale at program start to ensure its properly used throughout. Fixes #620.

13 years agoAdded support for XMLTV sub-title. Fixes #237.
Adam Sutton [Tue, 21 Aug 2012 13:17:22 +0000 (14:17 +0100)] 
Added support for XMLTV sub-title. Fixes #237.

13 years agoAdd multi-lingual support to the EPG. Fixes #227.
Adam Sutton [Tue, 14 Aug 2012 11:57:18 +0000 (12:57 +0100)] 
Add multi-lingual support to the EPG. Fixes #227.

13 years agoMerge remote-tracking branch 'upstream/master'
John Törnblom [Tue, 21 Aug 2012 10:10:27 +0000 (12:10 +0200)] 
Merge remote-tracking branch 'upstream/master'

13 years agoAdded support for multiple output muxers for file recording and http streaming.
John Törnblom [Tue, 21 Aug 2012 10:08:49 +0000 (12:08 +0200)] 
Added support for multiple output muxers for file recording and http streaming.

13 years agoEnsure EPG modules are properly init before dvb hardware and thus mux scanning can...
Adam Sutton [Mon, 20 Aug 2012 13:09:49 +0000 (14:09 +0100)] 
Ensure EPG modules are properly init before dvb hardware and thus mux scanning can start. Else setups with single mux on adapter (who on earth would do that!) will not get any EPG data.

13 years agoCorrected mistake in processing of old radio flag.
Adam Sutton [Sun, 19 Aug 2012 19:50:17 +0000 (20:50 +0100)] 
Corrected mistake in processing of old radio flag.

13 years agoMake SDTV the default service type for IPTV.
Adam Sutton [Fri, 17 Aug 2012 20:46:36 +0000 (21:46 +0100)] 
Make SDTV the default service type for IPTV.

13 years agoParse the old radio flag from PR-52 to make compatible
Adam Sutton [Fri, 17 Aug 2012 20:29:11 +0000 (21:29 +0100)] 
Parse the old radio flag from PR-52 to make compatible

13 years agoAdd ability to set the IPTV service type.
Adam Sutton [Fri, 17 Aug 2012 16:25:48 +0000 (17:25 +0100)] 
Add ability to set the IPTV service type.

13 years agoMove use of DESTDIR from config.mk to posix.mk. Makes much more sense that way.
Adam Sutton [Fri, 17 Aug 2012 20:18:53 +0000 (21:18 +0100)] 
Move use of DESTDIR from config.mk to posix.mk. Makes much more sense that way.

13 years agoHopefully a final correction to posix (archlinux) packaging issues.
Adam Sutton [Fri, 17 Aug 2012 19:56:12 +0000 (20:56 +0100)] 
Hopefully a final correction to posix (archlinux) packaging issues.

13 years agoFix mistake in new configure script for using make install. Relates #1127.
Adam Sutton [Fri, 17 Aug 2012 19:30:25 +0000 (20:30 +0100)] 
Fix mistake in new configure script for using make install. Relates #1127.

13 years agoAdd back in missing -lpthread. Fixes #1127.
Adam Sutton [Fri, 17 Aug 2012 18:38:47 +0000 (19:38 +0100)] 
Add back in missing -lpthread. Fixes #1127.

13 years agoPut grabber channel id in the display rather than the name, its less likely to have...
Adam Sutton [Fri, 17 Aug 2012 14:35:08 +0000 (15:35 +0100)] 
Put grabber channel id in the display rather than the name, its less likely to have conflicts

13 years agoFixes #1126 - correct reference handling issue in XMLTV grabber (and possibly PyEPG...
Adam Sutton [Fri, 17 Aug 2012 14:16:41 +0000 (15:16 +0100)] 
Fixes #1126 - correct reference handling issue in XMLTV grabber (and possibly PyEPG) that could result in ptr being held to free()d memory.

13 years agoCorrect mistake which stops unix sockets being created where directories do not yet...
Adam Sutton [Fri, 17 Aug 2012 12:46:02 +0000 (13:46 +0100)] 
Correct mistake which stops unix sockets being created where directories do not yet exist.

13 years agoEnsure that avahi and zlib enabled by default in deb build, also add deps to debian...
Adam Sutton [Fri, 17 Aug 2012 09:59:33 +0000 (10:59 +0100)] 
Ensure that avahi and zlib enabled by default in deb build, also add deps to debian/control.

13 years agoFix enabling of unsupported options from command line.
Adam Sutton [Fri, 17 Aug 2012 09:48:45 +0000 (10:48 +0100)] 
Fix enabling of unsupported options from command line.

13 years agoSome corrections to filebundling/zlib support.
Adam Sutton [Fri, 17 Aug 2012 09:37:55 +0000 (10:37 +0100)] 
Some corrections to filebundling/zlib support.

13 years agoCorrections to the configure script, location of tvheadend datadir and pkg-config...
Adam Sutton [Thu, 16 Aug 2012 15:42:16 +0000 (16:42 +0100)] 
Corrections to the configure script, location of tvheadend datadir and pkg-config failure handling.

Also added some more output.

13 years agoMake use of zlib optional in the code.
Adam Sutton [Thu, 16 Aug 2012 15:01:25 +0000 (16:01 +0100)] 
Make use of zlib optional in the code.

13 years agoBrand new configure script, hopefully easier to use. And tidied up the Makefile a...
Adam Sutton [Thu, 16 Aug 2012 14:48:45 +0000 (15:48 +0100)] 
Brand new configure script, hopefully easier to use. And tidied up the Makefile a bit.

13 years agoUpdated so that we only need a single binary to cover 3 possible use cases, wd, datad...
Adam Sutton [Thu, 16 Aug 2012 14:47:46 +0000 (15:47 +0100)] 
Updated so that we only need a single binary to cover 3 possible use cases, wd, datadir and bundle.

13 years agoFix Logo margin in EPG and collapsed systemlog by default.
Maxi Lampert [Thu, 16 Aug 2012 09:12:00 +0000 (11:12 +0200)] 
Fix Logo margin in EPG and collapsed systemlog by default.

13 years agoHide unecessary debug.
Adam Sutton [Wed, 15 Aug 2012 19:34:48 +0000 (20:34 +0100)] 
Hide unecessary debug.

13 years agoAdd explicit -lz to LDFLAGS as some versions of gcc do not auto pick it up.
Adam Sutton [Wed, 15 Aug 2012 15:48:59 +0000 (16:48 +0100)] 
Add explicit -lz to LDFLAGS as some versions of gcc do not auto pick it up.

13 years agoCorrected mistake in the general config sending routine in extjs.c 113/head
Adam Sutton [Wed, 15 Aug 2012 10:55:25 +0000 (11:55 +0100)] 
Corrected mistake in the general config sending routine in extjs.c

13 years agoAdd proper parsing of T2 else things go horribly wrong.
Adam Sutton [Sat, 4 Aug 2012 21:26:59 +0000 (22:26 +0100)] 
Add proper parsing of T2 else things go horribly wrong.

13 years agoUpdated to include support for mux configuration setting in UI, I have added a genera...
Adam Sutton [Fri, 3 Aug 2012 14:52:13 +0000 (15:52 +0100)] 
Updated to include support for mux configuration setting in UI, I have added a general config section (though currently it only contains this one value).

13 years agoIntegrate (badly) the new muxlist config file fetching into the build system.
Adam Sutton [Fri, 3 Aug 2012 12:27:54 +0000 (13:27 +0100)] 
Integrate (badly) the new muxlist config file fetching into the build system.

13 years agoUpdated mux parser to use filebundle for transparent access.
Adam Sutton [Fri, 3 Aug 2012 12:11:44 +0000 (13:11 +0100)] 
Updated mux parser to use filebundle for transparent access.

13 years agoInclude script for fetching mux configuration.
Adam Sutton [Thu, 2 Aug 2012 18:55:11 +0000 (19:55 +0100)] 
Include script for fetching mux configuration.

13 years agoFirst stab at moving mux initial config system to using dvb-apps mux config files...
Adam Sutton [Wed, 1 Aug 2012 14:08:59 +0000 (15:08 +0100)] 
First stab at moving mux initial config system to using dvb-apps mux config files directly.

13 years agoRemove redundant (and sometimes problematic) typedef.
Adam Sutton [Mon, 6 Aug 2012 16:10:15 +0000 (17:10 +0100)] 
Remove redundant (and sometimes problematic) typedef.

13 years agoSome updated to bundle/settings to integrate the two. Settings can now be seamlessly...
Adam Sutton [Fri, 3 Aug 2012 11:30:32 +0000 (12:30 +0100)] 
Some updated to bundle/settings to integrate the two. Settings can now be seamlessly loaded from bundle/share/settings directory. This is useful to opentv module but may be useful elsewhere in the future.

13 years agoTidied up code so that local files should now work as well as bundles, also added...
Adam Sutton [Thu, 2 Aug 2012 20:43:31 +0000 (21:43 +0100)] 
Tidied up code so that local files should now work as well as bundles, also added the option to compress the data on the fly (if not already compressed bundle).

13 years agoInitial stab at new transparent file bundling.
Adam Sutton [Thu, 2 Aug 2012 16:43:41 +0000 (17:43 +0100)] 
Initial stab at new transparent file bundling.

13 years agoAdd some EXTRA debug, disabled by default.
Adam Sutton [Sat, 11 Aug 2012 22:48:13 +0000 (23:48 +0100)] 
Add some EXTRA debug, disabled by default.

13 years agoSome tweaks to xmltv.c, plugs a mem leak, corrects a minor timing issue (picked up...
Adam Sutton [Sat, 11 Aug 2012 22:39:06 +0000 (23:39 +0100)] 
Some tweaks to xmltv.c, plugs a mem leak, corrects a minor timing issue (picked up later) and generally tidies things up.

13 years agoxmltv: catch errors form spawn_and_store_stdout
Niels Ole Salscheider [Sat, 11 Aug 2012 16:58:23 +0000 (18:58 +0200)] 
xmltv: catch errors form spawn_and_store_stdout