Author: dmeyer
Date: Tue Mar 21 16:57:43 2006
New Revision: 8123
Modified:
trunk/tvserver/bin/freevo-epg
Log:
move epg update code into tvserver script
Modified: trunk/tvserver/bin/freevo-epg
==============================================================================
--- trunk/tvserver/bin/freevo-epg (original)
+++ trunk/tvserver/bin/freevo-epg Tue Mar 21 16:57:43 2006
@@ -102,11 +102,10 @@
sys.exit(0)
-if len(sys.argv) <= 1 or sys.argv[1] not in ['update', 'search', 'channels']:
+if len(sys.argv) <= 1 or sys.argv[1] not in ['search', 'channels']:
print
print 'usage: %s <options> <args>' % sys.argv[0]
print 'options:'
- print ' update - Update EPG with XMLTV or other sources.'
print ' search - Search EPG for programs use args for search.'
print ' channels - List all channels.'
print ' help - This message.'
@@ -121,9 +120,6 @@
mbus = freevo.ipc.Instance('freevo')
mbus.connect('freevo.ipc.tvserver')
-if sys.argv[1] == 'update':
- mbus.tvserver.epg.signals['connected'].connect(update_guide)
-
elif sys.argv[1] == 'search':
mbus.tvserver.epg.signals['connected'].connect(search)
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog