Update of /cvsroot/freevo/freevo/src/video/plugins
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13473/src/video/plugins
Modified Files:
bmovl.py bookmarker.py details.py imdb.py linkbrowser.py
mover.py mplayer.py xine.py
Log Message:
header cleanup
Index: imdb.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/video/plugins/imdb.py,v
retrieving revision 1.35
retrieving revision 1.36
diff -C2 -d -r1.35 -r1.36
*** imdb.py 2 Jun 2004 21:36:50 -0000 1.35
--- imdb.py 10 Jul 2004 12:33:43 -0000 1.36
***************
*** 1,3 ****
! #if 0 /*
# -----------------------------------------------------------------------
# imdb.py - Plugin for IMDB support
--- 1,3 ----
! # -*- coding: iso-8859-1 -*-
# -----------------------------------------------------------------------
# imdb.py - Plugin for IMDB support
***************
*** 16,40 ****
# -----------------------------------------------------------------------
# $Log$
# Revision 1.35 2004/06/02 21:36:50 dischi
# auto detect movies with more than one file
#
- # Revision 1.34 2004/02/03 20:51:12 dischi
- # fix/enhance dvd on disc
- #
- # Revision 1.33 2004/01/10 13:23:23 dischi
- # reflect self.fxd_file changes
- #
- # Revision 1.32 2004/01/08 17:33:15 outlyer
- # Moved fxdimdb.py to util; it doesn't use the OSD, and having in video
- # makes it import video/__init__...
- #
- # There is a reason for this to follow shortly :)
- #
- # Revision 1.31 2004/01/03 17:43:15 dischi
- # OVERLAY_DIR is always used
- #
- # Revision 1.30 2003/12/29 22:08:54 dischi
- # move to new Item attributes
- #
# -----------------------------------------------------------------------
# Freevo - A Home Theater PC framework
--- 16,25 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.36 2004/07/10 12:33:43 dischi
+ # header cleanup
+ #
# Revision 1.35 2004/06/02 21:36:50 dischi
# auto detect movies with more than one file
#
# -----------------------------------------------------------------------
# Freevo - A Home Theater PC framework
***************
*** 57,61 ****
#
# ----------------------------------------------------------------------- */
! #endif
import os
--- 42,46 ----
#
# ----------------------------------------------------------------------- */
!
import os
Index: linkbrowser.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/video/plugins/linkbrowser.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** linkbrowser.py 16 Nov 2003 17:41:05 -0000 1.6
--- linkbrowser.py 10 Jul 2004 12:33:43 -0000 1.7
***************
*** 1,3 ****
! #if 0 /*
# -----------------------------------------------------------------------
# webradio.py - webradio plugin
--- 1,3 ----
! # -*- coding: iso-8859-1 -*-
# -----------------------------------------------------------------------
# webradio.py - webradio plugin
***************
*** 11,33 ****
# -----------------------------------------------------------------------
# $Log$
# Revision 1.6 2003/11/16 17:41:05 dischi
# i18n patch from David Sagnol
#
- # Revision 1.5 2003/10/28 19:32:59 dischi
- # set type to linkbrowser
- #
- # Revision 1.4 2003/10/04 18:37:29 dischi
- # i18n changes and True/False usage
- #
- # Revision 1.3 2003/09/21 17:05:12 dischi
- # make it better :-)
- #
- # Revision 1.2 2003/09/20 17:02:49 dischi
- # do not scan with mmpython
- #
- # Revision 1.1 2003/09/20 12:58:44 dischi
- # small browser to get video from the web
- #
- #
# -----------------------------------------------------------------------
# Freevo - A Home Theater PC framework
--- 11,20 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.7 2004/07/10 12:33:43 dischi
+ # header cleanup
+ #
# Revision 1.6 2003/11/16 17:41:05 dischi
# i18n patch from David Sagnol
#
# -----------------------------------------------------------------------
# Freevo - A Home Theater PC framework
***************
*** 50,54 ****
#
# ----------------------------------------------------------------------- */
! #endif
import os
--- 37,41 ----
#
# ----------------------------------------------------------------------- */
!
import os
Index: details.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/video/plugins/details.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** details.py 8 Jul 2004 12:35:43 -0000 1.2
--- details.py 10 Jul 2004 12:33:43 -0000 1.3
***************
*** 1,3 ****
! #if 0 /*
# -----------------------------------------------------------------------
# details.py - Plugin for displaying movie details
--- 1,3 ----
! # -*- coding: iso-8859-1 -*-
# -----------------------------------------------------------------------
# details.py - Plugin for displaying movie details
***************
*** 13,16 ****
--- 13,19 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.3 2004/07/10 12:33:43 dischi
+ # header cleanup
+ #
# Revision 1.2 2004/07/08 12:35:43 dischi
# add warning that this plugin may not work
***************
*** 39,43 ****
#
# ----------------------------------------------------------------------- */
! #endif
import os
--- 42,46 ----
#
# ----------------------------------------------------------------------- */
!
import os
Index: bookmarker.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/video/plugins/bookmarker.py,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** bookmarker.py 22 Feb 2004 20:33:48 -0000 1.11
--- bookmarker.py 10 Jul 2004 12:33:43 -0000 1.12
***************
*** 1,3 ****
! #if 0 /*
# -----------------------------------------------------------------------
# bookmarker.py - Plugin to handle bookmarking
--- 1,3 ----
! # -*- coding: iso-8859-1 -*-
# -----------------------------------------------------------------------
# bookmarker.py - Plugin to handle bookmarking
***************
*** 21,39 ****
# -----------------------------------------------------------------------
# $Log$
# Revision 1.11 2004/02/22 20:33:48 dischi
# some unicode fixes
#
- # Revision 1.10 2004/02/11 20:12:29 dischi
- # use new mmpython mpeg seek feature
- #
- # Revision 1.9 2004/01/17 20:30:19 dischi
- # use new metainfo
- #
- # Revision 1.8 2004/01/10 13:23:23 dischi
- # reflect self.fxd_file changes
- #
- # Revision 1.7 2003/12/29 22:08:54 dischi
- # move to new Item attributes
- #
# -----------------------------------------------------------------------
# Freevo - A Home Theater PC framework
--- 21,30 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.12 2004/07/10 12:33:43 dischi
+ # header cleanup
+ #
# Revision 1.11 2004/02/22 20:33:48 dischi
# some unicode fixes
#
# -----------------------------------------------------------------------
# Freevo - A Home Theater PC framework
***************
*** 56,60 ****
#
# ----------------------------------------------------------------------- */
! #endif
import os, time, copy
--- 47,51 ----
#
# ----------------------------------------------------------------------- */
!
import os, time, copy
Index: xine.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/video/plugins/xine.py,v
retrieving revision 1.43
retrieving revision 1.44
diff -C2 -d -r1.43 -r1.44
*** xine.py 28 Jun 2004 15:53:59 -0000 1.43
--- xine.py 10 Jul 2004 12:33:43 -0000 1.44
***************
*** 1,3 ****
! #if 0 /*
# -----------------------------------------------------------------------
# xine.py - the Freevo XINE module for video
--- 1,3 ----
! # -*- coding: iso-8859-1 -*-
# -----------------------------------------------------------------------
# xine.py - the Freevo XINE module for video
***************
*** 18,21 ****
--- 18,24 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.44 2004/07/10 12:33:43 dischi
+ # header cleanup
+ #
# Revision 1.43 2004/06/28 15:53:59 dischi
# angle switching
***************
*** 41,68 ****
# audio tracks, etc) and works with dvdnav.
#
- # Revision 1.36 2004/01/24 19:17:10 dischi
- # clean up autovar handling
- #
- # Revision 1.35 2004/01/10 13:22:54 dischi
- # fix mimetype = cue
- #
- # Revision 1.34 2004/01/02 11:17:35 dischi
- # cleanup
- #
- # Revision 1.33 2003/12/29 22:08:55 dischi
- # move to new Item attributes
- #
- # Revision 1.32 2003/12/10 19:47:49 dischi
- # make it possible to bypass version checking
- #
- # Revision 1.31 2003/12/10 19:06:06 dischi
- # move to new ChildApp2 and remove the internal thread
- #
- # Revision 1.30 2003/12/07 08:57:20 dischi
- # add config.XINE_ARGS_DEF
- #
- # Revision 1.29 2003/12/07 08:32:14 dischi
- # make keybindings work for files and urls
- #
# -----------------------------------------------------------------------
# Freevo - A Home Theater PC framework
--- 44,47 ----
***************
*** 85,89 ****
#
# ----------------------------------------------------------------------- */
- #endif
--- 64,67 ----
Index: bmovl.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/video/plugins/bmovl.py,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** bmovl.py 10 Jul 2004 10:36:53 -0000 1.12
--- bmovl.py 10 Jul 2004 12:33:43 -0000 1.13
***************
*** 1,3 ****
! #if 0 /*
# -----------------------------------------------------------------------
# bmovl.py - bmovl plugin for Freevo MPlayer module for video
--- 1,3 ----
! # -*- coding: iso-8859-1 -*-
# -----------------------------------------------------------------------
# bmovl.py - bmovl plugin for Freevo MPlayer module for video
***************
*** 10,13 ****
--- 10,16 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.13 2004/07/10 12:33:43 dischi
+ # header cleanup
+ #
# Revision 1.12 2004/07/10 10:36:53 dischi
# fix more crashes
***************
*** 30,54 ****
# make bmovl work again
#
- # Revision 1.6 2003/12/07 19:40:30 dischi
- # convert OVERSCAN variable names
- #
- # Revision 1.5 2003/12/03 21:52:08 dischi
- # rename some skin function calls
- #
- # Revision 1.4 2003/11/28 20:08:58 dischi
- # renamed some config variables
- #
- # Revision 1.3 2003/11/19 05:41:30 krister
- # Spelling fixes, usage note
- #
- # Revision 1.2 2003/11/04 17:57:50 dischi
- # add doc
- #
- # Revision 1.1 2003/11/04 17:53:23 dischi
- # Removed the unstable bmovl part from mplayer.py and made it a plugin.
- # Even if we are in a code freeze, this is a major cleanup to put the
- # unstable stuff in a plugin to prevent mplayer from crashing because of
- # bmovl.
- #
# -----------------------------------------------------------------------
# Freevo - A Home Theater PC framework
--- 33,36 ----
***************
*** 71,76 ****
#
# ----------------------------------------------------------------------- */
- #endif
-
--- 53,56 ----
Index: mover.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/video/plugins/mover.py,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** mover.py 12 Jan 2004 19:11:48 -0000 1.8
--- mover.py 10 Jul 2004 12:33:43 -0000 1.9
***************
*** 1,3 ****
! #if 0 /*
# -----------------------------------------------------------------------
# mover.py - Example item plugin
--- 1,3 ----
! # -*- coding: iso-8859-1 -*-
# -----------------------------------------------------------------------
# mover.py - Example item plugin
***************
*** 13,40 ****
# -----------------------------------------------------------------------
# $Log$
# Revision 1.8 2004/01/12 19:11:48 dischi
# fix typo to prevent crash
#
- # Revision 1.7 2004/01/10 13:23:09 dischi
- # use item.files to move
- #
- # Revision 1.6 2003/11/28 19:26:37 dischi
- # renamed some config variables
- #
- # Revision 1.5 2003/10/16 09:18:20 dischi
- # patch from Eirik Meland
- #
- # Revision 1.4 2003/10/14 18:15:59 dischi
- # patch from Eirik Meland
- #
- # Revision 1.3 2003/09/13 10:08:24 dischi
- # i18n support
- #
- # Revision 1.2 2003/08/23 12:51:43 dischi
- # removed some old CVS log messages
- #
- # Revision 1.1 2003/04/20 11:45:42 dischi
- # add an example item plugin
- #
# -----------------------------------------------------------------------
# Freevo - A Home Theater PC framework
--- 13,22 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.9 2004/07/10 12:33:43 dischi
+ # header cleanup
+ #
# Revision 1.8 2004/01/12 19:11:48 dischi
# fix typo to prevent crash
#
# -----------------------------------------------------------------------
# Freevo - A Home Theater PC framework
***************
*** 57,61 ****
#
# ----------------------------------------------------------------------- */
- #endif
--- 39,42 ----
Index: mplayer.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/video/plugins/mplayer.py,v
retrieving revision 1.72
retrieving revision 1.73
diff -C2 -d -r1.72 -r1.73
*** mplayer.py 10 Jul 2004 10:36:31 -0000 1.72
--- mplayer.py 10 Jul 2004 12:33:43 -0000 1.73
***************
*** 1,3 ****
! #if 0 /*
# -----------------------------------------------------------------------
# mplayer.py - the Freevo MPlayer module for video
--- 1,3 ----
! # -*- coding: iso-8859-1 -*-
# -----------------------------------------------------------------------
# mplayer.py - the Freevo MPlayer module for video
***************
*** 10,13 ****
--- 10,16 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.73 2004/07/10 12:33:43 dischi
+ # header cleanup
+ #
# Revision 1.72 2004/07/10 10:36:31 dischi
# reset elapsed time on restart
***************
*** 25,101 ****
# confused.
#
- # Revision 1.68 2004/05/31 17:15:20 dischi
- # support strange config.MPLAYER_AO_DEV
- #
- # Revision 1.67 2004/05/02 08:55:52 dischi
- # dvd as .iso support
- #
- # Revision 1.66 2004/03/13 23:44:02 dischi
- # audio stream selection fixes
- #
- # Revision 1.65 2004/02/23 19:17:53 dischi
- # bugfix
- #
- # Revision 1.63 2004/02/11 20:13:46 dischi
- # do not seek beyond file length
- #
- # Revision 1.62 2004/02/06 19:28:51 dischi
- # fix/cleanup dvd on hd handling
- #
- # Revision 1.61 2004/02/03 20:51:12 dischi
- # fix/enhance dvd on disc
- #
- # Revision 1.60 2004/02/02 22:15:53 outlyer
- # Support for mirrors of DVDs...
- #
- # (1) Make one using vobcopy, run 'vobcopy -m'
- # (2) Put it in your movie directory and it'll look like a single file, and can
- # be played with XINE with all of the features of the original DVD (chapters,
- # audio tracks, etc) and works with dvdnav.
- #
- # Revision 1.59 2004/01/24 19:16:24 dischi
- # clean up autovar handling
- #
- # Revision 1.58 2004/01/13 15:03:45 dischi
- # add version detection patch
- #
- # Revision 1.57 2004/01/11 23:21:58 outlyer
- # Fix for this crash:
- #
- # Traceback (most recent call last):
- # File "/usr/lib/python2.3/site-packages/freevo/main.py", line 435, in ?
- # child.poll()
- # File "/usr/lib/python2.3/site-packages/freevo/childapp.py", line 610, in poll
- # rc.post_event(self.stop_event())
- # File "/usr/lib/python2.3/site-packages/freevo/video/plugins/mplayer.py"
- # print _( 'ERROR' ) + ': ' + self.exit_type + \
- # TypeError: cannot concatenate 'str' and 'NoneType' objects
- #
- # Revision 1.56 2004/01/02 11:17:35 dischi
- # cleanup
- #
- # Revision 1.55 2004/01/01 19:37:31 dischi
- # dvd and interlace fixes
- #
- # Revision 1.54 2003/12/29 22:29:09 dischi
- # remove debug
- #
- # Revision 1.53 2003/12/29 22:08:54 dischi
- # move to new Item attributes
- #
- # Revision 1.52 2003/12/22 13:27:34 dischi
- # patch for better support of fxd files with more discs from Matthieu Weber
- #
- # Revision 1.51 2003/12/15 03:45:29 outlyer
- # Added onscreen notification of bookmark being added via mplayer's
- # osd_show_text... older versions of mplayer will ignore the command so
- # it should be a non-issue to add this in without checking the version.
- #
- # Revision 1.50 2003/12/10 19:47:49 dischi
- # make it possible to bypass version checking
- #
- # Revision 1.49 2003/12/10 19:06:06 dischi
- # move to new ChildApp2 and remove the internal thread
- #
# -----------------------------------------------------------------------
# Freevo - A Home Theater PC framework
--- 28,31 ----
***************
*** 118,122 ****
#
# ----------------------------------------------------------------------- */
- #endif
--- 48,51 ----
-------------------------------------------------------
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