Update of /cvsroot/freevo/freevo/src/helpers
In directory sc8-pr-cvs1:/tmp/cvs-serv18578/src/helpers

Added Files:
        updateguide.py 
Log Message:
Made helper 'updateguide'.  This can be used as './freevo updateguide' in
place of './freevo execute src/tv/epg_xmltv.py' to greate the program guide.


--- NEW FILE: updateguide.py ---
#if 0 /*
# -----------------------------------------------------------------------
# updateguide.py - A freevo helper to update the EPG.  
#                  This can be used instead of execute src/tv/epg_xmltv.py.
# -----------------------------------------------------------------------
# $Id: updateguide.py,v 1.1 2003/09/08 19:37:11 rshortt Exp $
#
# Notes:
# Todo:        
#
# -----------------------------------------------------------------------
# $Log: updateguide.py,v $
# Revision 1.1  2003/09/08 19:37:11  rshortt
# Made helper 'updateguide'.  This can be used as './freevo updateguide' in
# place of './freevo execute src/tv/epg_xmltv.py' to greate the program guide.
#
#
#
# -----------------------------------------------------------------------
# Freevo - A Home Theater PC framework
# Copyright (C) 2003 Krister Lagerstrom, et al. 
# Please see the file freevo/Docs/CREDITS for a complete list of authors.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of MER-
# CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
# Public License for more details.
#
# You should have received a copy of the GNU General Public License along
# with this program; if not, write to the Free Software Foundation, Inc.,
# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# ----------------------------------------------------------------------- */
#endif

import tv.epg_xmltv

tv.epg_xmltv.main()




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to