Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Freevo Wiki" for change 
notification.

The following page has been changed by 24.7.41.202:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/DocumentationPage_2fXmlTv

------------------------------------------------------------------------------
@@ -33,8 +33,10 @@
 
 For automatic downloading, you can add a line like this to your crontab:
  {{{
-0 3 * * * /usr/bin/tv_grab_na --days=2 > /tmp/TV.xml
+0 3 * * * /usr/bin/tv_grab_na --days=2 > /tmp/TV.xml 2>/tmp/TV.xml.error &
 }}}
+
+The "2>/tmp/TV.xml.error" bit saves the grabber's stderr output to a file.  The "&" 
backgrounds the grabbing process.  Without the "&", XMLTV will run in the foreground 
and if the process takes more than a minute, cron will kill it, leaving you with a 
partial XML file that Freevo can't use.
 
 The Freevo module "epg_xmltv.py" can be run standalone to generate a translated 
version of the TV guide that makes the first startup a lot quicker.
 ''NOTE'' Add better instructions


-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog

Reply via email to