Author: duncan
Date: Sat Oct 14 08:00:09 2006
New Revision: 8361

Modified:
   branches/rel-1-5/freevo/src/tv/plugins/generic_record.py
   branches/rel-1-5/freevo/src/tv/plugins/ivtv_record.py

Log:
Removed old cvs log

Modified: branches/rel-1-5/freevo/src/tv/plugins/generic_record.py
==============================================================================
--- branches/rel-1-5/freevo/src/tv/plugins/generic_record.py    (original)
+++ branches/rel-1-5/freevo/src/tv/plugins/generic_record.py    Sat Oct 14 
08:00:09 2006
@@ -8,27 +8,6 @@
 # Todo:        
 #
 # -----------------------------------------------------------------------
-# $Log$
-# Revision 1.22  2004/07/10 12:33:42  dischi
-# header cleanup
-#
-# Revision 1.21  2004/06/22 01:05:52  rshortt
-# Get the filename from tv_util.getProgFilename().
-#
-# Revision 1.20  2004/06/21 07:21:22  dischi
-# o add autokill to stop recording when the app can't take care of that
-# o try to add suffix to the filename
-#
-# Revision 1.19  2004/06/10 02:32:17  rshortt
-# Add RECORD_START/STOP events along with VCR_PRE/POST_REC commands.
-#
-# Revision 1.18  2004/06/07 16:45:54  rshortt
-# Didn't mean to add partial support for multiple recording plugins yet.
-#
-# Revision 1.17  2004/06/07 16:10:51  rshortt
-# Change 'RECORD' to plugin.RECORD.
-#
-# -----------------------------------------------------------------------
 # 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.
@@ -47,7 +26,7 @@
 # with this program; if not, write to the Free Software Foundation, Inc.,
 # 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
 #
-# ----------------------------------------------------------------------- */
+# -----------------------------------------------------------------------
 
 
 import sys, string

Modified: branches/rel-1-5/freevo/src/tv/plugins/ivtv_record.py
==============================================================================
--- branches/rel-1-5/freevo/src/tv/plugins/ivtv_record.py       (original)
+++ branches/rel-1-5/freevo/src/tv/plugins/ivtv_record.py       Sat Oct 14 
08:00:09 2006
@@ -8,36 +8,6 @@
 # Todo:        
 #
 # -----------------------------------------------------------------------
-# $Log$
-# Revision 1.27  2004/07/10 12:33:42  dischi
-# header cleanup
-#
-# Revision 1.26  2004/06/28 18:23:34  rshortt
-# I guess this shouldn't be in here since its back in recordserver.
-#
-# Revision 1.25  2004/06/23 19:07:05  outlyer
-# The snapshot in the event doesn't work. I've tried it numerous times, and it
-# is being killed before completing.
-#
-# Did no one else actually try this change?
-#
-# Revision 1.24  2004/06/22 01:05:51  rshortt
-# Get the filename from tv_util.getProgFilename().
-#
-# Revision 1.23  2004/06/10 02:32:17  rshortt
-# Add RECORD_START/STOP events along with VCR_PRE/POST_REC commands.
-#
-# Revision 1.22  2004/06/07 16:46:00  rshortt
-# Didn't mean to add partial support for multiple recording plugins yet.
-#
-# Revision 1.21  2004/06/07 16:10:51  rshortt
-# Change 'RECORD' to plugin.RECORD.
-#
-# Revision 1.20  2004/05/28 01:48:22  outlyer
-# Florian Demmer's patch for consecutive recordings and a patch to move the
-# snapshot to after we set the flag to idle, just to be safe.
-#
-# -----------------------------------------------------------------------
 # 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.
@@ -56,7 +26,7 @@
 # with this program; if not, write to the Free Software Foundation, Inc.,
 # 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
 #
-# ----------------------------------------------------------------------- */
+# -----------------------------------------------------------------------
 
 
 import sys, string
@@ -83,7 +53,6 @@
 class PluginInterface(plugin.Plugin):
     def __init__(self):
         plugin.Plugin.__init__(self)
-
         plugin.register(Recorder(), plugin.RECORD)
 
 

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to