Update of /cvsroot/freevo/freevo/src/tv/plugins
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13473/src/tv/plugins
Modified Files:
generic_record.py irsend_echostar.py irsend_generic.py
ivtv_record.py manual_record.py mplayer.py
scheduled_recordings.py tvtime.py view_favorites.py
view_line_in.py xawtv.py xine.py
Log Message:
header cleanup
Index: view_favorites.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/tv/plugins/view_favorites.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** view_favorites.py 13 Mar 2004 20:12:40 -0000 1.4
--- view_favorites.py 10 Jul 2004 12:33:42 -0000 1.5
***************
*** 1,3 ****
! #if 0 /*
# -----------------------------------------------------------------------
# view_favorites.py - A plugin to view your list of favorites.
--- 1,3 ----
! # -*- coding: iso-8859-1 -*-
# -----------------------------------------------------------------------
# view_favorites.py - A plugin to view your list of favorites.
***************
*** 10,13 ****
--- 10,16 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.5 2004/07/10 12:33:42 dischi
+ # header cleanup
+ #
# Revision 1.4 2004/03/13 20:12:40 rshortt
# Remove debug.
***************
*** 16,27 ****
# Refresh the list of favorites from the server properly.
#
- # Revision 1.2 2004/03/13 03:28:06 rshortt
- # More favorites support... almost there!
- #
- # Revision 1.1 2004/02/24 04:40:16 rshortt
- # Make 'View Favorites' a menu based plugin, still incomplete.
- #
- #
- #
# -----------------------------------------------------------------------
# Freevo - A Home Theater PC framework
--- 19,22 ----
***************
*** 44,48 ****
#
# ----------------------------------------------------------------------- */
! #endif
import os
--- 39,43 ----
#
# ----------------------------------------------------------------------- */
!
import os
Index: ivtv_record.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/tv/plugins/ivtv_record.py,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** ivtv_record.py 28 Jun 2004 18:23:34 -0000 1.26
--- ivtv_record.py 10 Jul 2004 12:33:42 -0000 1.27
***************
*** 1,4 ****
!
! #if 0 /*
# -----------------------------------------------------------------------
# ivtv_record.py - A plugin to record tv using an ivtv based card.
--- 1,3 ----
! # -*- coding: iso-8859-1 -*-
# -----------------------------------------------------------------------
# ivtv_record.py - A plugin to record tv using an ivtv based card.
***************
*** 11,14 ****
--- 10,16 ----
# -----------------------------------------------------------------------
# $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.
***************
*** 36,78 ****
# snapshot to after we set the flag to idle, just to be safe.
#
- # Revision 1.19 2004/01/10 04:12:02 outlyer
- # Take a snapshot/thumbnail after a file is recorded...
- #
- # Revision 1.18 2004/01/09 19:25:21 outlyer
- # Since the recordserver has been stable for some time, we can remove some
- # of the original DEBUG messages...
- #
- # Revision 1.17 2003/12/31 16:09:32 rshortt
- # Use the VideoGroup for this channel to change to the correct input on the
- # v4l device.
- #
- # Revision 1.16 2003/11/28 19:26:37 dischi
- # renamed some config variables
- #
- # Revision 1.15 2003/11/23 19:55:27 rshortt
- # Changes to use src/tv/channels.py and VIDEO_GROUPS.
- #
- # Revision 1.14 2003/10/15 12:49:53 rshortt
- # Patch from Eirik Meland that stops recording when you remove a recording
- # program from the recording schedule. There exists a race condition where
- # removing a recording right before it starts recording the entry in the
- # schedule will go away but recording will start anyways. We should figure
- # out a good way to eliminate this.
- #
- # A similar method should be created for the generic_record.py plugin.
- #
- # Revision 1.13 2003/09/14 03:22:47 outlyer
- # Move some output into 'DEBUG:'
- #
- # Revision 1.12 2003/09/06 15:12:04 rshortt
- # recordserver's name changed.
- #
- # Revision 1.11 2003/09/05 02:48:13 rshortt
- # Removing src/tv and src/www from PYTHONPATH in the freevo script. Therefore any
module that was imported from src/tv/ or src/www that didn't have a leading 'tv.' or
'www.' needed it added. Also moved tv/tv.py to tv/tvmenu.py to avoid namespace
conflicts.
- #
- # Revision 1.10 2003/08/23 12:51:43 dischi
- # removed some old CVS log messages
- #
- #
# -----------------------------------------------------------------------
# Freevo - A Home Theater PC framework
--- 38,41 ----
***************
*** 95,99 ****
#
# ----------------------------------------------------------------------- */
! #endif
import sys, string
--- 58,62 ----
#
# ----------------------------------------------------------------------- */
!
import sys, string
Index: xine.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/tv/plugins/xine.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** xine.py 20 Jun 2004 12:01:19 -0000 1.1
--- xine.py 10 Jul 2004 12:33:42 -0000 1.2
***************
*** 1,5 ****
! #if 0 /*
# -----------------------------------------------------------------------
! # xine.py - the Freevo XINE module for video
# -----------------------------------------------------------------------
# $Id$
--- 1,5 ----
! # -*- coding: iso-8859-1 -*-
# -----------------------------------------------------------------------
! # xine.py - the Freevo XINE module for tv
# -----------------------------------------------------------------------
# $Id$
***************
*** 14,21 ****
# -----------------------------------------------------------------------
# $Log$
# Revision 1.1 2004/06/20 12:01:19 dischi
# basic xine dvb plugin
#
- #
# -----------------------------------------------------------------------
# Freevo - A Home Theater PC framework
--- 14,23 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.2 2004/07/10 12:33:42 dischi
+ # header cleanup
+ #
# Revision 1.1 2004/06/20 12:01:19 dischi
# basic xine dvb plugin
#
# -----------------------------------------------------------------------
# Freevo - A Home Theater PC framework
***************
*** 38,42 ****
#
# ----------------------------------------------------------------------- */
- #endif
--- 40,43 ----
Index: irsend_echostar.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/tv/plugins/irsend_echostar.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** irsend_echostar.py 11 Oct 2003 15:07:49 -0000 1.1
--- irsend_echostar.py 10 Jul 2004 12:33:42 -0000 1.2
***************
*** 1,4 ****
!
! #if 0 /*
# -----------------------------------------------------------------------
# irsend_echostar.py - Send IR commands to an echostar receiver used by
--- 1,3 ----
! # -*- coding: iso-8859-1 -*-
# -----------------------------------------------------------------------
# irsend_echostar.py - Send IR commands to an echostar receiver used by
***************
*** 37,46 ****
# -----------------------------------------------------------------------
# $Log$
# Revision 1.1 2003/10/11 15:07:49 rshortt
# Changed this into a plugin. It is working well but I will be gixing it up
# some more.
#
- #
- #
# -----------------------------------------------------------------------
# Freevo - A Home Theater PC framework
--- 36,46 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.2 2004/07/10 12:33:42 dischi
+ # header cleanup
+ #
# Revision 1.1 2003/10/11 15:07:49 rshortt
# Changed this into a plugin. It is working well but I will be gixing it up
# some more.
#
# -----------------------------------------------------------------------
# Freevo - A Home Theater PC framework
***************
*** 63,67 ****
#
# ----------------------------------------------------------------------- */
! #endif
import os, sys, fcntl, struct, time, string, StringIO
--- 63,67 ----
#
# ----------------------------------------------------------------------- */
!
import os, sys, fcntl, struct, time, string, StringIO
Index: tvtime.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/tv/plugins/tvtime.py,v
retrieving revision 1.37
retrieving revision 1.38
diff -C2 -d -r1.37 -r1.38
*** tvtime.py 8 Jul 2004 12:44:40 -0000 1.37
--- tvtime.py 10 Jul 2004 12:33:42 -0000 1.38
***************
*** 1,5 ****
! #if 0 /*
# -----------------------------------------------------------------------
! # tvtime.py - Temporary implementation of a TV function using tvtime
# -----------------------------------------------------------------------
# $Id$
--- 1,5 ----
! # -*- coding: iso-8859-1 -*-
# -----------------------------------------------------------------------
! # tvtime.py - implementation of a TV function using tvtime
# -----------------------------------------------------------------------
# $Id$
***************
*** 10,94 ****
# -----------------------------------------------------------------------
# $Log$
# Revision 1.37 2004/07/08 12:44:40 rshortt
# Add directfb as a display option.
#
# Revision 1.36 2004/06/06 17:15:10 mikeruelle
! # removed some old bad code. mplayer debug has been superceded by childapp debug.
the kill method is just plain bad.
#
# Revision 1.35 2004/05/29 23:01:03 mikeruelle
# make better use of freevo channels. getting better video group support slowly
#
- # Revision 1.34 2004/03/22 01:24:40 mikeruelle
- # tv channel padding so that the big number in tvtime is what us cable channel it
is. channels must be in order to use this
- #
- # Revision 1.33 2004/03/21 18:30:04 mikeruelle
- # allow for some special options during setup
- #
- # Revision 1.32 2004/02/23 17:56:39 mikeruelle
- # add stop_osd=1 for vcr viewing to work. make vcr viewing work. add some commented
out ch+/ch- video group handling. it is broken when you use numeric channel changing.
- #
- # Revision 1.31 2004/02/20 17:41:36 mikeruelle
- # initial videogroups support.
- #
- # Revision 1.30 2004/02/06 01:15:06 mikeruelle
- # use new events in tv context
- #
- # Revision 1.29 2004/01/14 18:39:45 mikeruelle
- # suppress debug always showing
- #
- # Revision 1.28 2004/01/08 22:17:55 mikeruelle
- # not needed and is now annoying because of new osd behavior in new tvtime releases.
- #
- # Revision 1.27 2004/01/06 00:58:40 mikeruelle
- # better osd message support
- #
- # Revision 1.26 2004/01/06 00:29:45 mikeruelle
- # fix regex for version detect and start osd message support
- #
- # Revision 1.25 2003/12/17 16:58:37 mikeruelle
- # xmltv autochannel detect still occasionally sets things to numbers instead of
strings
- #
- # Revision 1.24 2003/12/10 20:40:57 mikeruelle
- # remove childthread use new childapp2 class
- #
- # Revision 1.23 2003/12/03 20:40:34 mikeruelle
- # a hack for those who do not use freevo -fs
- #
- # Revision 1.22 2003/11/16 17:04:13 mikeruelle
- # remove stupid found it message
- #
- # Revision 1.21 2003/11/08 13:23:56 dischi
- # use os.path.join for configcmd
- #
- # Revision 1.20 2003/10/22 17:21:28 mikeruelle
- # adding numeric channel changing and previous channel support
- #
- # Revision 1.19 2003/10/22 00:01:38 mikeruelle
- # found another 4suite probelm, gonna look at minidom instead
- #
- # Revision 1.18 2003/10/15 20:17:07 mikeruelle
- #
- # new in this release:
- # -use new childthread
- # -writes tvtime.xml and stationlist.xml files to keep in sync
- # with freevo channels
- # -merges stationlist.xml and tvtime.xml if they exist already
- # -set tvtime xml parameters if you have 0.9.10 or newer
- # -added support for custom tuned channels using FREQUENCY_TABLE
- #
- # Revision 1.12 2003/10/15 19:00:41 mikeruelle
- # ok it should be ready for merge.
- #
- # Revision 1.17 2003/09/03 17:54:38 dischi
- # Put logfiles into LOGDIR not $FREEVO_STARTDIR because this variable
- # doesn't exist anymore.
- #
- # Revision 1.16 2003/09/01 19:46:03 dischi
- # add menuw to eventhandler, it may be needed
- #
- # Revision 1.15 2003/08/23 12:51:43 dischi
- # removed some old CVS log messages
- #
- #
# -----------------------------------------------------------------------
# Freevo - A Home Theater PC framework
--- 10,26 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.38 2004/07/10 12:33:42 dischi
+ # header cleanup
+ #
# Revision 1.37 2004/07/08 12:44:40 rshortt
# Add directfb as a display option.
#
# Revision 1.36 2004/06/06 17:15:10 mikeruelle
! # removed some old bad code. mplayer debug has been superceded by childapp debug.
! # the kill method is just plain bad.
#
# Revision 1.35 2004/05/29 23:01:03 mikeruelle
# make better use of freevo channels. getting better video group support slowly
#
# -----------------------------------------------------------------------
# Freevo - A Home Theater PC framework
***************
*** 111,115 ****
#
# ----------------------------------------------------------------------- */
- #endif
--- 43,46 ----
Index: irsend_generic.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/tv/plugins/irsend_generic.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** irsend_generic.py 2 Feb 2004 22:22:14 -0000 1.3
--- irsend_generic.py 10 Jul 2004 12:33:42 -0000 1.4
***************
*** 1,4 ****
!
! #if 0 /*
# -----------------------------------------------------------------------
# irsend_generic.py - Send commands to an external tv receiver using a
--- 1,3 ----
! # -*- coding: iso-8859-1 -*-
# -----------------------------------------------------------------------
# irsend_generic.py - Send commands to an external tv receiver using a
***************
*** 13,16 ****
--- 12,18 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.4 2004/07/10 12:33:42 dischi
+ # header cleanup
+ #
# Revision 1.3 2004/02/02 22:22:14 outlyer
# For most cable boxes/satellite boxes, just punching in the channel isn't
***************
*** 19,35 ****
# enterkey.
#
- # Revision 1.2 2003/11/25 16:32:33 rshortt
- # Make plugin_external_tuner work again.
- #
- # Revision 1.1 2003/11/23 20:32:05 rshortt
- # This is a plugin for sending IR commands to an external tuner. You can
- # specify your irsend command when you plugin.activate.
- #
- # This is totally untested as irsend doesn't work with my receiver. If you
- # would like to use this give it a try and notify of any problems or modify
- # it to work correctly. It is now merely a proof of concept.
- #
- #
- #
# -----------------------------------------------------------------------
# Freevo - A Home Theater PC framework
--- 21,24 ----
***************
*** 52,56 ****
#
# ----------------------------------------------------------------------- */
! #endif
import os, sys, time, string
--- 41,45 ----
#
# ----------------------------------------------------------------------- */
!
import os, sys, time, string
Index: generic_record.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/tv/plugins/generic_record.py,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** generic_record.py 22 Jun 2004 01:05:52 -0000 1.21
--- generic_record.py 10 Jul 2004 12:33:42 -0000 1.22
***************
*** 1,4 ****
!
! #if 0 /*
# -----------------------------------------------------------------------
# generic_record.py - A plugin to record tv using VCR_CMD.
--- 1,3 ----
! # -*- coding: iso-8859-1 -*-
# -----------------------------------------------------------------------
# generic_record.py - A plugin to record tv using VCR_CMD.
***************
*** 11,14 ****
--- 10,16 ----
# -----------------------------------------------------------------------
# $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().
***************
*** 27,67 ****
# Change 'RECORD' to plugin.RECORD.
#
- # Revision 1.16 2004/05/28 02:27:59 mikeruelle
- # add pre and post recording script variables. you could say put your aumix junk
here for line in recording.
- #
- # Revision 1.15 2004/01/10 04:12:02 outlyer
- # Take a snapshot/thumbnail after a file is recorded...
- #
- # Revision 1.14 2004/01/09 19:37:48 outlyer
- # Inherit config.DEBUG
- #
- # Revision 1.13 2003/12/05 02:26:34 rshortt
- # Add some new cl_options: frequency, base_filename, title, and sub-title.
- #
- # Revision 1.12 2003/11/28 19:26:37 dischi
- # renamed some config variables
- #
- # Revision 1.11 2003/10/19 16:17:03 rshortt
- # Post event OS_EVENT_KILL for recordserver to do the deed (kill and wait).
- #
- # Stop() command now works for me using this plugin / VCR_CMD.
- #
- # Revision 1.10 2003/10/12 09:54:27 dischi
- # BSD patches from Lars
- #
- # Revision 1.9 2003/09/06 15:12:04 rshortt
- # recordserver's name changed.
- #
- # Revision 1.8 2003/09/05 14:28:01 rshortt
- # Oops. We don't need tv_util here anymore.
- #
- # Revision 1.7 2003/09/03 17:54:38 dischi
- # Put logfiles into LOGDIR not $FREEVO_STARTDIR because this variable
- # doesn't exist anymore.
- #
- # Revision 1.6 2003/08/23 12:51:43 dischi
- # removed some old CVS log messages
- #
- #
# -----------------------------------------------------------------------
# Freevo - A Home Theater PC framework
--- 29,32 ----
***************
*** 84,88 ****
#
# ----------------------------------------------------------------------- */
! #endif
import sys, string
--- 49,53 ----
#
# ----------------------------------------------------------------------- */
!
import sys, string
Index: view_line_in.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/tv/plugins/view_line_in.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** view_line_in.py 23 Feb 2004 18:07:10 -0000 1.1
--- view_line_in.py 10 Jul 2004 12:33:42 -0000 1.2
***************
*** 1,3 ****
! #if 0 /*
# -----------------------------------------------------------------------
# view_line_in.py - view the line in in VCR mode
--- 1,3 ----
! # -*- coding: iso-8859-1 -*-
# -----------------------------------------------------------------------
# view_line_in.py - view the line in in VCR mode
***************
*** 10,17 ****
# -----------------------------------------------------------------------
# $Log$
# Revision 1.1 2004/02/23 18:07:10 mikeruelle
# add this as a plugin instead of the funky if in tvmenu.py
#
- #
# -----------------------------------------------------------------------
# Freevo - A Home Theater PC framework
--- 10,19 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.2 2004/07/10 12:33:42 dischi
+ # header cleanup
+ #
# Revision 1.1 2004/02/23 18:07:10 mikeruelle
# add this as a plugin instead of the funky if in tvmenu.py
#
# -----------------------------------------------------------------------
# Freevo - A Home Theater PC framework
***************
*** 34,38 ****
#
# ----------------------------------------------------------------------- */
! #endif
import config
--- 36,40 ----
#
# ----------------------------------------------------------------------- */
!
import config
Index: mplayer.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/tv/plugins/mplayer.py,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -d -r1.36 -r1.37
*** mplayer.py 4 Jul 2004 08:15:29 -0000 1.36
--- mplayer.py 10 Jul 2004 12:33:42 -0000 1.37
***************
*** 1,5 ****
! #if 0 /*
# -----------------------------------------------------------------------
! # mplayer.py - Temporary implementation of a TV function using MPlayer
# -----------------------------------------------------------------------
# $Id$
--- 1,5 ----
! # -*- coding: iso-8859-1 -*-
# -----------------------------------------------------------------------
! # mplayer.py - implementation of a TV function using MPlayer
# -----------------------------------------------------------------------
# $Id$
***************
*** 10,13 ****
--- 10,16 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.37 2004/07/10 12:33:42 dischi
+ # header cleanup
+ #
# Revision 1.36 2004/07/04 08:15:29 dischi
# add config.MPLAYER_ARGS_DEF (why was that missing?)
***************
*** 28,47 ****
# o Channel changing via the number pad on the remote
#
- # Revision 1.31 2004/02/04 14:11:19 outlyer
- # Cleanup and fixup:
- #
- # o Now uses the mplayer OSD to show channel information when changing channels,
- # or you press the 'display' key.
- # o Removed many old CVS log messages
- # o Removed many debug-related 'print' statements
- #
- # Revision 1.30 2003/12/31 16:13:15 rshortt
- # Make it possible to change channels between those that have different
- # VideoGroups. For example, on my setup channel 3 is my webcam, 4-50 is
- # analog cable, and 200+ is my satellite system. I can start on channel 3,
- # see my webcam on the tv (security cam), channel+ and instantly view my
- # cable channels and channel+ through to my satellite channels.
- #
- #
# -----------------------------------------------------------------------
# Freevo - A Home Theater PC framework
--- 31,34 ----
***************
*** 64,68 ****
#
# ----------------------------------------------------------------------- */
- #endif
--- 51,54 ----
Index: scheduled_recordings.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/tv/plugins/scheduled_recordings.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** scheduled_recordings.py 13 Mar 2004 20:13:02 -0000 1.6
--- scheduled_recordings.py 10 Jul 2004 12:33:42 -0000 1.7
***************
*** 1,3 ****
! #if 0 /*
# -----------------------------------------------------------------------
# scheduled_recordings.py - A plugin to view your list of scheduled
--- 1,3 ----
! # -*- coding: iso-8859-1 -*-
# -----------------------------------------------------------------------
# scheduled_recordings.py - A plugin to view your list of scheduled
***************
*** 11,14 ****
--- 11,17 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.7 2004/07/10 12:33:42 dischi
+ # header cleanup
+ #
# Revision 1.6 2004/03/13 20:13:02 rshortt
# Fix return.
***************
*** 17,38 ****
# Handle an empty list better (still needs improving).
#
- # Revision 1.4 2004/03/13 17:31:01 rshortt
- # Fix the menu index.
- #
- # Revision 1.3 2004/03/13 17:12:49 rshortt
- # Refresh the list of scheduled recordings when we reload the menu.
- #
- # Revision 1.2 2004/02/23 08:22:10 gsbarbieri
- # i18n: help translators job.
- #
- # Revision 1.1 2004/02/23 03:48:14 rshortt
- # A plugin to view a list of scheduled recordings instead of hardcoding it
- # into tvmenu.py. This uses ProgramItem and blurr2 will present an info area
- # with details of the program in question.
- #
- # plugin.activate('tv.scheduled_recordings')
- #
- #
- #
# -----------------------------------------------------------------------
# Freevo - A Home Theater PC framework
--- 20,23 ----
***************
*** 55,59 ****
#
# ----------------------------------------------------------------------- */
! #endif
import os
--- 40,44 ----
#
# ----------------------------------------------------------------------- */
!
import os
Index: xawtv.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/tv/plugins/xawtv.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** xawtv.py 6 Jun 2004 17:18:39 -0000 1.4
--- xawtv.py 10 Jul 2004 12:33:42 -0000 1.5
***************
*** 1,3 ****
! #if 0 /*
# -----------------------------------------------------------------------
# xawtv.py - use xawtv for tv viewing
--- 1,3 ----
! # -*- coding: iso-8859-1 -*-
# -----------------------------------------------------------------------
# xawtv.py - use xawtv for tv viewing
***************
*** 10,13 ****
--- 10,16 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.5 2004/07/10 12:33:42 dischi
+ # header cleanup
+ #
# Revision 1.4 2004/06/06 17:18:39 mikeruelle
# removing unnecessary and bad kill method
***************
*** 16,26 ****
# docs fro devels, this is not for newbs yet
#
- # Revision 1.2 2004/03/21 22:58:16 mikeruelle
- # make start channel work and messages display fully
- #
- # Revision 1.1 2004/03/21 21:21:54 mikeruelle
- # start of an xawtv plugin. it works sorta
- #
- #
# -----------------------------------------------------------------------
# Freevo - A Home Theater PC framework
--- 19,22 ----
***************
*** 43,47 ****
#
# ----------------------------------------------------------------------- */
- #endif
--- 39,42 ----
Index: manual_record.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/tv/plugins/manual_record.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** manual_record.py 12 Apr 2004 14:58:38 -0000 1.5
--- manual_record.py 10 Jul 2004 12:33:42 -0000 1.6
***************
*** 1,3 ****
! #if 0 /*
# -----------------------------------------------------------------------
# manual_record.py - A plugin to manually record programs
--- 1,3 ----
! # -*- coding: iso-8859-1 -*-
# -----------------------------------------------------------------------
# manual_record.py - A plugin to manually record programs
***************
*** 10,20 ****
# -----------------------------------------------------------------------
# $Log$
# Revision 1.5 2004/04/12 14:58:38 dischi
# prevent crash for bad TV.xml
#
- # Revision 1.4 2004/03/14 01:14:39 mikeruelle
- # not really the same file but the name got reused for new skin version
- #
- #
# -----------------------------------------------------------------------
# Freevo - A Home Theater PC framework
--- 10,19 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.6 2004/07/10 12:33:42 dischi
+ # header cleanup
+ #
# Revision 1.5 2004/04/12 14:58:38 dischi
# prevent crash for bad TV.xml
#
# -----------------------------------------------------------------------
# Freevo - A Home Theater PC framework
***************
*** 37,41 ****
#
# ----------------------------------------------------------------------- */
! #endif
import time, traceback, sys
--- 36,40 ----
#
# ----------------------------------------------------------------------- */
!
import time, traceback, sys
-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
digital self defense, top technical experts, no vendor pitches,
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog