Author: duncan Date: Sat Oct 21 11:37:16 2006 New Revision: 8442 Modified: branches/rel-1/freevo/src/encodingcore.py branches/rel-1/freevo/src/helpers/convert_config.py branches/rel-1/freevo/src/helpers/rssFeed.py branches/rel-1/freevo/src/helpers/rssPeriodic.py branches/rel-1/freevo/src/helpers/rssServer.py branches/rel-1/freevo/src/tv/strptime.py branches/rel-1/freevo/src/tv/xmltv.py branches/rel-1/freevo/src/util/Rendezvous.py branches/rel-1/freevo/src/util/amazon.py branches/rel-1/freevo/src/util/marmalade.py branches/rel-1/freevo/src/util/pymetar.py branches/rel-1/freevo/src/video/encodingclient.py branches/rel-1/freevo/src/video/plugins/applelib.py branches/rel-1/freevo/src/video/plugins/appletrailers.py branches/rel-1/freevo/src/video/plugins/dvdbackup.py
Log: Updated header blocks Modified: branches/rel-1/freevo/src/encodingcore.py ============================================================================== --- branches/rel-1/freevo/src/encodingcore.py (original) +++ branches/rel-1/freevo/src/encodingcore.py Sat Oct 21 11:37:16 2006 @@ -1,9 +1,8 @@ -#!/usr/bin/env python # -*- coding: iso-8859-1 -*- # ----------------------------------------------------------------------- -# EncodingCore.py, part of EncodingServer - for use with Freevo +# encodingcore.py, part of EncodingServer - for use with Freevo # ----------------------------------------------------------------------- -# $Id: rc.py 8278 2006-09-30 07:22:11Z duncan $ +# $Id: encodingcore.py 8278 2006-09-30 07:22:11Z duncan $ # # Author: den_RDC # some parts taken or inspired by Quickrip (by T. Chance, GPL, Modified: branches/rel-1/freevo/src/helpers/convert_config.py ============================================================================== --- branches/rel-1/freevo/src/helpers/convert_config.py (original) +++ branches/rel-1/freevo/src/helpers/convert_config.py Sat Oct 21 11:37:16 2006 @@ -1,3 +1,34 @@ +# -*- coding: iso-8859-1 -*- +# ----------------------------------------------------------------------- +# convert_config.py - This is the Freevo helper module +# ----------------------------------------------------------------------- +# $Id$ +# +# Notes: +# Run with freevo convert_config +# Todo: +# +# ----------------------------------------------------------------------- +# Freevo - A Home Theater PC framework +# Copyright (C) 2002 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 +# +# ----------------------------------------------------------------------- + import sys import os import re Modified: branches/rel-1/freevo/src/helpers/rssFeed.py ============================================================================== --- branches/rel-1/freevo/src/helpers/rssFeed.py (original) +++ branches/rel-1/freevo/src/helpers/rssFeed.py Sat Oct 21 11:37:16 2006 @@ -1,3 +1,33 @@ +# -*- coding: iso-8859-1 -*- +# ----------------------------------------------------------------------- +# rssFeed.py - This is the Freevo RSS Feed module +# ----------------------------------------------------------------------- +# $Id: playlist.py 8441 2006-10-21 11:15:52Z duncan $ +# +# Notes: +# Todo: +# +# ----------------------------------------------------------------------- +# Freevo - A Home Theater PC framework +# Copyright (C) 2002 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 +# +# ----------------------------------------------------------------------- + import re import config Modified: branches/rel-1/freevo/src/helpers/rssPeriodic.py ============================================================================== --- branches/rel-1/freevo/src/helpers/rssPeriodic.py (original) +++ branches/rel-1/freevo/src/helpers/rssPeriodic.py Sat Oct 21 11:37:16 2006 @@ -1,3 +1,33 @@ +# -*- coding: iso-8859-1 -*- +# ----------------------------------------------------------------------- +# rssPeriodic.py - This is the Freevo RSS feed module +# ----------------------------------------------------------------------- +# $Id: rssPeriodic.py 8441 2006-10-21 11:15:52Z duncan $ +# +# Notes: +# Todo: +# +# ----------------------------------------------------------------------- +# Freevo - A Home Theater PC framework +# Copyright (C) 2002 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 +# +# ----------------------------------------------------------------------- + import re,os,glob,urllib,datetime,pickle import config import rssFeed 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 Sat Oct 21 11:37:16 2006 @@ -1,3 +1,33 @@ +# -*- coding: iso-8859-1 -*- +# ----------------------------------------------------------------------- +# rssserver.py - This is the Freevo RSS feed server +# ----------------------------------------------------------------------- +# $Id: rssserver.py 8441 2006-10-21 11:15:52Z duncan $ +# +# Notes: +# Todo: +# +# ----------------------------------------------------------------------- +# Freevo - A Home Theater PC framework +# Copyright (C) 2002 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 +# +# ----------------------------------------------------------------------- + import os,threading,time import rssPeriodic Modified: branches/rel-1/freevo/src/tv/strptime.py ============================================================================== --- branches/rel-1/freevo/src/tv/strptime.py (original) +++ branches/rel-1/freevo/src/tv/strptime.py Sat Oct 21 11:37:16 2006 @@ -1,3 +1,33 @@ +# -*- coding: iso-8859-1 -*- +# ----------------------------------------------------------------------- +# strptime.py - This is the Freevo module +# ----------------------------------------------------------------------- +# $Id$ +# +# Notes: +# Todo: +# +# ----------------------------------------------------------------------- +# Freevo - A Home Theater PC framework +# Copyright (C) 2002 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 +# +# ----------------------------------------------------------------------- + """Strptime-related classes and functions. CLASSES: Modified: branches/rel-1/freevo/src/tv/xmltv.py ============================================================================== --- branches/rel-1/freevo/src/tv/xmltv.py (original) +++ branches/rel-1/freevo/src/tv/xmltv.py Sat Oct 21 11:37:16 2006 @@ -1,6 +1,13 @@ +# -*- coding: iso-8859-1 -*- +# ----------------------------------------------------------------------- +# xmltv.py - Python interface to XMLTV format, based on XMLTV.pm +# ----------------------------------------------------------------------- +# $Id$ # -# xmltv.py - Python interface to XMLTV format, based on XMLTV.pm +# Notes: +# Todo: # +# ----------------------------------------------------------------------- # Copyright (C) 2001 James Oakley # # This library is free software; you can redistribute it and/or @@ -16,6 +23,8 @@ # You should have received a copy of the GNU Lesser 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 +# +# ----------------------------------------------------------------------- # # If you have any trouble: [EMAIL PROTECTED] Modified: branches/rel-1/freevo/src/util/Rendezvous.py ============================================================================== --- branches/rel-1/freevo/src/util/Rendezvous.py (original) +++ branches/rel-1/freevo/src/util/Rendezvous.py Sat Oct 21 11:37:16 2006 @@ -1,26 +1,35 @@ -""" Multicast DNS Service Discovery for Python, v0.10 - Copyright (C) 2003, Paul Scott-Murphy - - This module provides a framework for the use of DNS Service Discovery - using IP multicast. It has been tested against the JRendezvous - implementation from <a href="http://strangeberry.com">StrangeBerry</a>, - but not against any other. - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. - - This library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - -""" +# -*- coding: iso-8859-1 -*- +# ----------------------------------------------------------------------- +# Rendezvous.py - Multicast DNS Service Discovery for Python, v0.10 +# ----------------------------------------------------------------------- +# $Id$ +# +# Notes: +# Todo: +# +# ----------------------------------------------------------------------- +# Copyright (C) 2003, Paul Scott-Murphy +# +# This module provides a framework for the use of DNS Service Discovery +# using IP multicast. It has been tested against the JRendezvous +# implementation from <a href="http://strangeberry.com">StrangeBerry</a>, +# but not against any other. +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# ----------------------------------------------------------------------- """0.10 update - Jonathon Paisley contributed these corrections: always multicast replies, even when query is unicast Modified: branches/rel-1/freevo/src/util/amazon.py ============================================================================== --- branches/rel-1/freevo/src/util/amazon.py (original) +++ branches/rel-1/freevo/src/util/amazon.py Sat Oct 21 11:37:16 2006 @@ -1,3 +1,33 @@ +# -*- coding: iso-8859-1 -*- +# ----------------------------------------------------------------------- +# strptime.py - This is the Freevo module +# ----------------------------------------------------------------------- +# $Id$ +# +# Notes: +# Todo: +# +# ----------------------------------------------------------------------- +# Freevo - A Home Theater PC framework +# Copyright (C) 2002 Mark Pilgrim" +# 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 +# +# ----------------------------------------------------------------------- + """Python wrapper Modified: branches/rel-1/freevo/src/util/marmalade.py ============================================================================== --- branches/rel-1/freevo/src/util/marmalade.py (original) +++ branches/rel-1/freevo/src/util/marmalade.py Sat Oct 21 11:37:16 2006 @@ -1,5 +1,14 @@ +# -*- coding: iso-8859-1 -*- # -*- test-case-name: twisted.test.test_persisted -*- - +# ----------------------------------------------------------------------- +# marmalade.py - This is the Freevo module +# ----------------------------------------------------------------------- +# $Id$ +# +# Notes: +# Todo: +# +# ----------------------------------------------------------------------- # Twisted, the Framework of Your Internet # Copyright (C) 2001 Matthew W. Lefkowitz # @@ -15,6 +24,8 @@ # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# ----------------------------------------------------------------------- # Note: this file is from twisted but with small modification in the # Unicode handling for freevo. These parts are marked with 'XXX Freevo changes:' Modified: branches/rel-1/freevo/src/util/pymetar.py ============================================================================== --- branches/rel-1/freevo/src/util/pymetar.py (original) +++ branches/rel-1/freevo/src/util/pymetar.py Sat Oct 21 11:37:16 2006 @@ -1,5 +1,9 @@ -# -*- coding: iso-8859-15 -*- -# Copyright (C) 2002 Tobias Klausmann +# -*- coding: iso-8859-1 -*- +# ----------------------------------------------------------------------- +# pymetar.py - This is the Freevo module +# ----------------------------------------------------------------------- +# $Id$ +# # Modified by Jerome Alet # # Code contributed by: @@ -7,6 +11,12 @@ # Davide Di Blasi # Adrian Holovaty # +# Notes: +# Todo: +# +# ----------------------------------------------------------------------- +# Copyright (C) 2002 Tobias Klausmann +# # 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 @@ -20,9 +30,10 @@ # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# ----------------------------------------------------------------------- # # By reading this code you agree not to ridicule the author =) - +# # When reading this code you'll noctice that not everything is parsed # from the raw METAR info as supplied with the report. Before you start # flaming the authors, please read the FHM-1 spec and guess how hairy a 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 Sat Oct 21 11:37:16 2006 @@ -1,13 +1,13 @@ #!/usr/bin/env python # -*- coding: iso-8859-1 -*- # ----------------------------------------------------------------------- -# EncodingClient.py - A client interface to the Freevo encoding server. +# encodingclient.py - A client interface to the Freevo encoding server. # ----------------------------------------------------------------------- -# $Id: rc.py 8278 2006-09-30 07:22:11Z duncan $ +# $Id: encodingclient.py 8278 2006-09-30 07:22:11Z duncan $ # # Author: den_RDC # Notes: parts taken from recordclient -# TODO: +# Todo: # # ----------------------------------------------------------------------- # Copyright (C) 2004 den_RDC (RVDM) Modified: branches/rel-1/freevo/src/video/plugins/applelib.py ============================================================================== --- branches/rel-1/freevo/src/video/plugins/applelib.py (original) +++ branches/rel-1/freevo/src/video/plugins/applelib.py Sat Oct 21 11:37:16 2006 @@ -4,6 +4,8 @@ # applelib.py - Module for parsing apple's trailer site # ----------------------------------------------------------------------- # +# Notes: +# Todo: # # ----------------------------------------------------------------------- # Copyright (C) 2006 Pierre Ossman Modified: branches/rel-1/freevo/src/video/plugins/appletrailers.py ============================================================================== --- branches/rel-1/freevo/src/video/plugins/appletrailers.py (original) +++ branches/rel-1/freevo/src/video/plugins/appletrailers.py Sat Oct 21 11:37:16 2006 @@ -3,8 +3,10 @@ # appletrailers.py - Plugin for streaming trailers from apple.com # ----------------------------------------------------------------------- # -# Add "plugin.activate('video.appletrailers')" in local_conf.py -# to activate +# Notes: +# Add "plugin.activate('video.appletrailers')" in local_conf.py +# to activate +# Todo: # # ----------------------------------------------------------------------- # Copyright (C) 2006 Pierre Ossman 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 Sat Oct 21 11:37:16 2006 @@ -6,7 +6,7 @@ # $Id: rc.py 8278 2006-09-30 07:22:11Z duncan $ # # Author: -# TODO: +# Todo: # niceness & pausing queue # # ----------------------------------------------------------------------- ------------------------------------------------------------------------- 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
