Author: duncan
Date: Wed Dec 27 14:02:48 2006
New Revision: 8831

Modified:
   branches/rel-1/freevo/src/audio/plugins/xmradio.py   (contents, props 
changed)
   branches/rel-1/freevo/src/audio/plugins/xmradioplayer.py   (contents, props 
changed)
   branches/rel-1/freevo/src/encodingcore.py   (contents, props changed)
   branches/rel-1/freevo/src/evdev.py   (props changed)
   branches/rel-1/freevo/src/evfallback.py   (props changed)
   branches/rel-1/freevo/src/helpers/encodingserver.py   (contents, props 
changed)
   branches/rel-1/freevo/src/helpers/makelinuxevent.py   (props changed)
   branches/rel-1/freevo/src/helpers/rssserver.py   (contents, props changed)
   branches/rel-1/freevo/src/linuxevent.py   (props changed)
   branches/rel-1/freevo/src/plugins/autoshutdown.py   (contents, props changed)
   branches/rel-1/freevo/src/plugins/cd_burn.py   (contents, props changed)
   branches/rel-1/freevo/src/plugins/freevused.py   (props changed)
   branches/rel-1/freevo/src/plugins/home_automation.py   (props changed)
   branches/rel-1/freevo/src/plugins/idlebar/cdstatus.py   (contents, props 
changed)
   branches/rel-1/freevo/src/plugins/idlebar/diskfree.py   (contents, props 
changed)
   branches/rel-1/freevo/src/plugins/idlebar/encoding.py   (contents, props 
changed)
   branches/rel-1/freevo/src/plugins/idlebar/holidays.py   (contents, props 
changed)
   branches/rel-1/freevo/src/plugins/idlebar/mail.py   (contents, props changed)
   branches/rel-1/freevo/src/plugins/idlebar/tv.py   (contents, props changed)
   branches/rel-1/freevo/src/plugins/idlebar/weather.py   (contents, props 
changed)
   branches/rel-1/freevo/src/plugins/upsoon.py   (contents, props changed)
   branches/rel-1/freevo/src/plugins/vfd.py   (contents, props changed)
   branches/rel-1/freevo/src/plugins/weather.py   (contents, props changed)
   branches/rel-1/freevo/src/plugins/weather_update.py   (props changed)
   branches/rel-1/freevo/src/rssfeed.py   (contents, props changed)
   branches/rel-1/freevo/src/rssperiodic.py   (contents, props changed)
   branches/rel-1/freevo/src/sitecustomize.py   (props changed)
   branches/rel-1/freevo/src/tv/plugins/ivtv_xine_tv.py   (contents, props 
changed)
   branches/rel-1/freevo/src/tv/plugins/vbi2srt_record.py   (contents, props 
changed)
   branches/rel-1/freevo/src/video/encodingclient.py   (contents, props changed)
   branches/rel-1/freevo/src/video/plugins/dvdbackup.py   (contents, props 
changed)
   branches/rel-1/freevo/src/video/plugins/dvdimage.py   (props changed)
   branches/rel-1/freevo/src/video/plugins/reencode.py   (contents, props 
changed)
   branches/rel-1/freevo/src/www/htdocs/fileinfo.rpy   (props changed)

Log:
Added svn:keywords

Modified: branches/rel-1/freevo/src/audio/plugins/xmradio.py
==============================================================================
--- branches/rel-1/freevo/src/audio/plugins/xmradio.py  (original)
+++ branches/rel-1/freevo/src/audio/plugins/xmradio.py  Wed Dec 27 14:02:48 2006
@@ -2,7 +2,7 @@
 # -----------------------------------------------------------------------
 # xmradio.py - a simple plugin to listen to xmradio online
 # -----------------------------------------------------------------------
-# $Id: xmradio.py 5860 2004-07-10 12:33:43Z phishman $
+# $Id$
 #
 # Notes: 
 # need to have an XM Radio account with a username and password

Modified: branches/rel-1/freevo/src/audio/plugins/xmradioplayer.py
==============================================================================
--- branches/rel-1/freevo/src/audio/plugins/xmradioplayer.py    (original)
+++ branches/rel-1/freevo/src/audio/plugins/xmradioplayer.py    Wed Dec 27 
14:02:48 2006
@@ -2,7 +2,7 @@
 # -----------------------------------------------------------------------
 # xmradioplayer.py - the Freevo XmRadioplayer plugin for radio
 # -----------------------------------------------------------------------
-# $Id: xmradioplayer.py 7274 2006-04-07 21:56:46Z phishman3579 $
+# $Id$
 #
 # Notes:
 # Todo:        

Modified: branches/rel-1/freevo/src/encodingcore.py
==============================================================================
--- branches/rel-1/freevo/src/encodingcore.py   (original)
+++ branches/rel-1/freevo/src/encodingcore.py   Wed Dec 27 14:02:48 2006
@@ -2,7 +2,7 @@
 # -----------------------------------------------------------------------
 # encodingcore.py, part of EncodingServer - for use with Freevo
 # -----------------------------------------------------------------------
-# $Id: encodingcore.py 8278 2006-09-30 07:22:11Z duncan $
+# $Id$
 #
 # Author: den_RDC
 # some parts taken or inspired by Quickrip (by T. Chance, GPL,
@@ -44,7 +44,7 @@
 
 #some data
 __author__ = "den_RDC ([EMAIL PROTECTED])"
-__revision__ = "$Rev: 30 $"
+__revision__ = "$Rev$"
 __copyright__ = "Copyright (C) 2004 den_RDC"
 __license__ = "GPL"
 

Modified: branches/rel-1/freevo/src/helpers/encodingserver.py
==============================================================================
--- branches/rel-1/freevo/src/helpers/encodingserver.py (original)
+++ branches/rel-1/freevo/src/helpers/encodingserver.py Wed Dec 27 14:02:48 2006
@@ -3,7 +3,7 @@
 # -----------------------------------------------------------------------
 # EncodingServer.py, part of EncodingServer - for use with Freevo
 # -----------------------------------------------------------------------
-# $Id: rc.py 8278 2006-09-30 07:22:11Z duncan $
+# $Id$
 #
 # Author: den_RDC
 # some parts taken or inspired by Freevo's recordserver (by rshortt)
@@ -60,7 +60,7 @@
 
 #some data
 __author__ = "den_RDC ([EMAIL PROTECTED])"
-__revision__ = "$Rev: 26 $"
+__revision__ = "$Rev$"
 __copyright__ = "Copyright (C) 2004 den_RDC"
 __license__ = "GPL"
 

Modified: branches/rel-1/freevo/src/helpers/rssserver.py
==============================================================================
--- branches/rel-1/freevo/src/helpers/rssserver.py      (original)
+++ branches/rel-1/freevo/src/helpers/rssserver.py      Wed Dec 27 14:02:48 2006
@@ -2,7 +2,7 @@
 # -----------------------------------------------------------------------
 # rssserver.py - This is the Freevo RSS feed server
 # -----------------------------------------------------------------------
-# $Id: rssserver.py 8441 2006-10-21 11:15:52Z duncan $
+# $Id$
 #
 # Notes:
 # Todo:        

Modified: branches/rel-1/freevo/src/plugins/autoshutdown.py
==============================================================================
--- branches/rel-1/freevo/src/plugins/autoshutdown.py   (original)
+++ branches/rel-1/freevo/src/plugins/autoshutdown.py   Wed Dec 27 14:02:48 2006
@@ -2,7 +2,7 @@
 # -----------------------------------------------------------------------
 # autoshutdown.py - Automated Shutdown
 # -----------------------------------------------------------------------
-# $Id: autoshutdown.py 8265 2006-09-29 12:50:51Z duncan $
+# $Id$
 #
 # Author: [EMAIL PROTECTED]
 # Notes:

Modified: branches/rel-1/freevo/src/plugins/cd_burn.py
==============================================================================
--- branches/rel-1/freevo/src/plugins/cd_burn.py        (original)
+++ branches/rel-1/freevo/src/plugins/cd_burn.py        Wed Dec 27 14:02:48 2006
@@ -2,7 +2,7 @@
 # -----------------------------------------------------------------------
 # cd_burn.py - Plugin for copying files to a cd
 # -----------------------------------------------------------------------
-# $Id: ossmixer.py 8441 2006-10-21 11:15:52Z duncan $
+# $Id$
 #
 # Notes:
 #

Modified: branches/rel-1/freevo/src/plugins/idlebar/cdstatus.py
==============================================================================
--- branches/rel-1/freevo/src/plugins/idlebar/cdstatus.py       (original)
+++ branches/rel-1/freevo/src/plugins/idlebar/cdstatus.py       Wed Dec 27 
14:02:48 2006
@@ -2,7 +2,7 @@
 # -----------------------------------------------------------------------
 # cdstatus.py - IdleBarplugin for monitoring the cdstatus
 # -----------------------------------------------------------------------
-# $Id: __init__.py 8333 2006-10-07 06:11:59Z duncan $
+# $Id$
 #
 # -----------------------------------------------------------------------
 # Freevo - A Home Theater PC framework

Modified: branches/rel-1/freevo/src/plugins/idlebar/diskfree.py
==============================================================================
--- branches/rel-1/freevo/src/plugins/idlebar/diskfree.py       (original)
+++ branches/rel-1/freevo/src/plugins/idlebar/diskfree.py       Wed Dec 27 
14:02:48 2006
@@ -2,7 +2,7 @@
 # -----------------------------------------------------------------------
 # diskfree.py - IdleBarplugin for showing the freedisk space for recording
 # -----------------------------------------------------------------------
-# $Id: __init__.py 8333 2006-10-07 06:11:59Z duncan $
+# $Id$
 #
 # Author: Tanja Kotthaus <[EMAIL PROTECTED]>
 # -----------------------------------------------------------------------

Modified: branches/rel-1/freevo/src/plugins/idlebar/encoding.py
==============================================================================
--- branches/rel-1/freevo/src/plugins/idlebar/encoding.py       (original)
+++ branches/rel-1/freevo/src/plugins/idlebar/encoding.py       Wed Dec 27 
14:02:48 2006
@@ -2,7 +2,7 @@
 # -----------------------------------------------------------------------
 # encoding.py - IdleBarplugin for showing encoding status
 # -----------------------------------------------------------------------
-# $Id: encoding.py 8377 2006-10-15 09:44:34Z duncan $
+# $Id$
 #
 # Author: Duncan Webb <[EMAIL PROTECTED]>
 #

Modified: branches/rel-1/freevo/src/plugins/idlebar/holidays.py
==============================================================================
--- branches/rel-1/freevo/src/plugins/idlebar/holidays.py       (original)
+++ branches/rel-1/freevo/src/plugins/idlebar/holidays.py       Wed Dec 27 
14:02:48 2006
@@ -2,7 +2,7 @@
 # -----------------------------------------------------------------------
 # holidays.py - IdleBarplugin that displays holidays
 # -----------------------------------------------------------------------
-# $Id: __init__.py 8333 2006-10-07 06:11:59Z duncan $
+# $Id$
 # -----------------------------------------------------------------------
 # Freevo - A Home Theater PC framework
 # Copyright (C) 2003 Krister Lagerstrom, et al.

Modified: branches/rel-1/freevo/src/plugins/idlebar/mail.py
==============================================================================
--- branches/rel-1/freevo/src/plugins/idlebar/mail.py   (original)
+++ branches/rel-1/freevo/src/plugins/idlebar/mail.py   Wed Dec 27 14:02:48 2006
@@ -2,7 +2,7 @@
 # -----------------------------------------------------------------------
 # mail.py - IdleBarplugin for monitoring the mail box
 # -----------------------------------------------------------------------
-# $Id: __init__.py 8333 2006-10-07 06:11:59Z duncan $
+# $Id$
 #
 # -----------------------------------------------------------------------
 # Freevo - A Home Theater PC framework

Modified: branches/rel-1/freevo/src/plugins/idlebar/tv.py
==============================================================================
--- branches/rel-1/freevo/src/plugins/idlebar/tv.py     (original)
+++ branches/rel-1/freevo/src/plugins/idlebar/tv.py     Wed Dec 27 14:02:48 2006
@@ -2,7 +2,7 @@
 # -----------------------------------------------------------------------
 # tv.py - IdleBarplugin for monitoring the xmltv-listings
 # -----------------------------------------------------------------------
-# $Id: system.py 5868 2004-07-11 11:06:56Z dischi $
+# $Id$
 #
 # -----------------------------------------------------------------------
 # Freevo - A Home Theater PC framework

Modified: branches/rel-1/freevo/src/plugins/idlebar/weather.py
==============================================================================
--- branches/rel-1/freevo/src/plugins/idlebar/weather.py        (original)
+++ branches/rel-1/freevo/src/plugins/idlebar/weather.py        Wed Dec 27 
14:02:48 2006
@@ -2,7 +2,7 @@
 # -----------------------------------------------------------------------
 # weather.py - IdleBarplugin for weather
 # -----------------------------------------------------------------------
-# $Id: volume.py 5860 2004-07-10 12:33:43Z dischi $
+# $Id$
 #
 # -----------------------------------------------------------------------
 # Freevo - A Home Theater PC framework

Modified: branches/rel-1/freevo/src/plugins/upsoon.py
==============================================================================
--- branches/rel-1/freevo/src/plugins/upsoon.py (original)
+++ branches/rel-1/freevo/src/plugins/upsoon.py Wed Dec 27 14:02:48 2006
@@ -2,7 +2,7 @@
 # -----------------------------------------------------------------------
 # Stop the playing and listening when something is upsoon
 # -----------------------------------------------------------------------
-# $Id: upsoon.py $
+# $Id$
 #
 # Notes:
 #    To activate, put the following line in local_conf.py:
@@ -64,7 +64,7 @@
     __author_email__     = '[EMAIL PROTECTED]'
     __maintainer__       = __author__
     __maintainer_email__ = __author_email__
-    __version__          = '$Revision: 20061003 $'
+    __version__          = '$Revision$'
 
 
     def __init__( self ):

Modified: branches/rel-1/freevo/src/plugins/vfd.py
==============================================================================
--- branches/rel-1/freevo/src/plugins/vfd.py    (original)
+++ branches/rel-1/freevo/src/plugins/vfd.py    Wed Dec 27 14:02:48 2006
@@ -2,7 +2,7 @@
 # -----------------------------------------------------------------------
 # vfd.py - use PyVFD to display menus and players
 # -----------------------------------------------------------------------
-# $Id: vfd.py $
+# $Id$
 #
 # Notes:
 #    To activate, put the following line in local_conf.py:
@@ -287,7 +287,7 @@
     __author_email__     = '[EMAIL PROTECTED]'
     __maintainer__       = __author__
     __maintainer_email__ = __author_email__
-    __version__          = '$Revision: 20060727 $'
+    __version__          = '$Revision$'
 
     def send(self, data):
         "Send a piece of data to specified VFD device, retrying if necessary"

Modified: branches/rel-1/freevo/src/plugins/weather.py
==============================================================================
--- branches/rel-1/freevo/src/plugins/weather.py        (original)
+++ branches/rel-1/freevo/src/plugins/weather.py        Wed Dec 27 14:02:48 2006
@@ -2,7 +2,7 @@
 # -----------------------------------------------------------------------
 # weather.py - a plugin to obtain detailed weather forecast information
 # -----------------------------------------------------------------------
-# $Id: weather.py,v 1.15 2003/12/06 13:47:28 dischi Exp $
+# $Id$
 #
 # Notes: 
 #

Modified: branches/rel-1/freevo/src/rssfeed.py
==============================================================================
--- branches/rel-1/freevo/src/rssfeed.py        (original)
+++ branches/rel-1/freevo/src/rssfeed.py        Wed Dec 27 14:02:48 2006
@@ -2,7 +2,7 @@
 # -----------------------------------------------------------------------
 # rssfeed.py - This is the Freevo RSS Feed module
 # -----------------------------------------------------------------------
-# $Id: playlist.py 8441 2006-10-21 11:15:52Z duncan $
+# $Id$
 #
 # Notes:
 # Todo:        

Modified: branches/rel-1/freevo/src/rssperiodic.py
==============================================================================
--- branches/rel-1/freevo/src/rssperiodic.py    (original)
+++ branches/rel-1/freevo/src/rssperiodic.py    Wed Dec 27 14:02:48 2006
@@ -2,7 +2,7 @@
 # -----------------------------------------------------------------------
 # rssperiodic.py - This is the Freevo RSS feed module
 # -----------------------------------------------------------------------
-# $Id: rssperiodic.py 8441 2006-10-21 11:15:52Z duncan $
+# $Id$
 #
 # Notes:
 # Todo:        

Modified: branches/rel-1/freevo/src/tv/plugins/ivtv_xine_tv.py
==============================================================================
--- branches/rel-1/freevo/src/tv/plugins/ivtv_xine_tv.py        (original)
+++ branches/rel-1/freevo/src/tv/plugins/ivtv_xine_tv.py        Wed Dec 27 
14:02:48 2006
@@ -2,7 +2,7 @@
 # -----------------------------------------------------------------------
 # ivtv_xine_tv.py - Implementation of live tv timeshift for ivtv
 # -----------------------------------------------------------------------
-# $Id: mplayer.py 8338 2006-10-09 21:47:47Z duncan $
+# $Id$
 #
 # Author: [EMAIL PROTECTED] (rvpaasen)
 # Notes:

Modified: branches/rel-1/freevo/src/tv/plugins/vbi2srt_record.py
==============================================================================
--- branches/rel-1/freevo/src/tv/plugins/vbi2srt_record.py      (original)
+++ branches/rel-1/freevo/src/tv/plugins/vbi2srt_record.py      Wed Dec 27 
14:02:48 2006
@@ -2,7 +2,7 @@
 # -----------------------------------------------------------------------
 # vbi2srt_record.py - A plugin to record tv and extract the subtitles
 # -----------------------------------------------------------------------
-# $Id: vbi2srt_record.py 5860 2004-07-10 12:33:43Z dischi $
+# $Id$
 #
 # Author: [EMAIL PROTECTED] (Duncan Webb)
 # Notes: This module requires vbi2srt, see:

Modified: branches/rel-1/freevo/src/video/encodingclient.py
==============================================================================
--- branches/rel-1/freevo/src/video/encodingclient.py   (original)
+++ branches/rel-1/freevo/src/video/encodingclient.py   Wed Dec 27 14:02:48 2006
@@ -3,7 +3,7 @@
 # -----------------------------------------------------------------------
 # encodingclient.py - A client interface to the Freevo encoding server.
 # -----------------------------------------------------------------------
-# $Id: encodingclient.py 8278 2006-09-30 07:22:11Z duncan $
+# $Id$
 #
 # Author: den_RDC
 # Notes: parts taken from recordclient
@@ -42,7 +42,7 @@
 
 #some data
 __author__ = "den_RDC ([EMAIL PROTECTED])"
-__revision__ = "$Rev: 29 $"
+__revision__ = "$Rev$"
 __copyright__ = "Copyright (C) 2004 den_RDC"
 __license__ = "GPL"
 __doc__="""EncodingClient, an interface to EncodingServer

Modified: branches/rel-1/freevo/src/video/plugins/dvdbackup.py
==============================================================================
--- branches/rel-1/freevo/src/video/plugins/dvdbackup.py        (original)
+++ branches/rel-1/freevo/src/video/plugins/dvdbackup.py        Wed Dec 27 
14:02:48 2006
@@ -3,7 +3,7 @@
 # -----------------------------------------------------------------------
 # dvdbackup.py - Plugin for encoding DVD's with the EncodingServer
 # -----------------------------------------------------------------------
-# $Id: rc.py 8278 2006-09-30 07:22:11Z duncan $
+# $Id$
 #
 # Author: 
 # Todo:

Modified: branches/rel-1/freevo/src/video/plugins/reencode.py
==============================================================================
--- branches/rel-1/freevo/src/video/plugins/reencode.py (original)
+++ branches/rel-1/freevo/src/video/plugins/reencode.py Wed Dec 27 14:02:48 2006
@@ -2,7 +2,7 @@
 # -----------------------------------------------------------------------
 # re-encode recorded TV programmes
 # -----------------------------------------------------------------------
-# $Id: reencode.py $
+# $Id$
 #
 # Notes:
 #    To activate, put the following line in local_conf.py:

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to