Update of /cvsroot/freevo/freevo/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21376
Modified Files:
directory.py main.py playlist.py
Log Message:
remove comments
Index: directory.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/directory.py,v
retrieving revision 1.126
retrieving revision 1.127
diff -C2 -d -r1.126 -r1.127
*** directory.py 13 Mar 2004 22:35:52 -0000 1.126
--- directory.py 9 May 2004 14:18:20 -0000 1.127
***************
*** 10,13 ****
--- 10,16 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.127 2004/05/09 14:18:20 dischi
+ # remove comments
+ #
# Revision 1.126 2004/03/13 22:35:52 dischi
# more debug, will be removed later
***************
*** 19,71 ****
# support for show all files in directory
#
- # Revision 1.123 2004/02/27 21:38:16 dischi
- # remove debug
- #
- # Revision 1.122 2004/02/27 20:11:19 dischi
- # o fix umount while scanning the dir
- # o shorten name if they start similar
- #
- # Revision 1.121 2004/02/25 17:57:11 dischi
- # bugfix: call parse() for fxd files
- #
- # Revision 1.120 2004/02/23 19:59:33 dischi
- # unicode fixes
- #
- # Revision 1.119 2004/02/21 19:39:04 dischi
- # use new gui box for password
- #
- # Revision 1.118 2004/02/16 17:57:04 dischi
- # use ucmp to compare
- #
- # Revision 1.117 2004/02/14 15:45:03 dischi
- # add support folder.fxd to hold fxditem tags
- #
- # Revision 1.116 2004/02/14 13:04:46 dischi
- # do not call skin.get_singleton() anymore
- #
- # Revision 1.115 2004/02/14 12:06:29 dischi
- # fix unicode crash
- #
- # Revision 1.114 2004/02/13 17:18:38 dischi
- # do not skip after . for directories
- #
- # Revision 1.113 2004/02/12 12:20:11 dischi
- # fix item counter for different display_types
- #
- # Revision 1.112 2004/02/08 17:40:09 dischi
- # remember number of items, calc when needed
- #
- # Revision 1.111 2004/02/07 13:24:21 dischi
- # better directory name building
- #
- # Revision 1.110 2004/02/05 19:55:24 dischi
- # make name a unicode object
- #
- # Revision 1.109 2004/02/02 19:59:38 dischi
- # fixed a crash for tv recorded shows
- #
- # Revision 1.108 2004/02/02 19:40:53 dischi
- # include overlay in listdir
- #
# -----------------------------------------------------------------------
# Freevo - A Home Theater PC framework
--- 22,25 ----
***************
*** 1022,1026 ****
! def scan(self, force=False):
if not self.dir:
return
--- 976,980 ----
! def scan(self):
if not self.dir:
return
Index: playlist.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/playlist.py,v
retrieving revision 1.68
retrieving revision 1.69
diff -C2 -d -r1.68 -r1.69
*** playlist.py 2 Mar 2004 20:28:54 -0000 1.68
--- playlist.py 9 May 2004 14:18:20 -0000 1.69
***************
*** 10,13 ****
--- 10,16 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.69 2004/05/09 14:18:20 dischi
+ # remove comments
+ #
# Revision 1.68 2004/03/02 20:28:54 dischi
# prefer "play" function in playlist mode
***************
*** 19,105 ****
# unicode fixes
#
- # Revision 1.65 2004/02/19 04:57:56 gsbarbieri
- # Support Web Interface i18n.
- # To use this, I need to get the gettext() translations in unicode, so some changes
are required to files that use "print _('string')", need to make them "print
String(_('string'))".
- #
# Revision 1.64 2004/02/13 18:32:57 dischi
# add event to toggle playlist repeat
#
- # Revision 1.63 2004/02/08 17:39:39 dischi
- # small cosmetic fixes
- #
- # Revision 1.62 2004/01/31 16:38:49 dischi
- # removed unneeded attr
- #
- # Revision 1.61 2004/01/31 13:18:35 dischi
- # fix string->object building
- #
- # Revision 1.60 2004/01/20 20:24:19 dischi
- # bugfix
- #
- # Revision 1.59 2004/01/19 20:29:11 dischi
- # cleanup, reduce cache size
- #
- # Revision 1.58 2004/01/15 21:15:28 outlyer
- # Fixed to use proper audio context buttons.
- #
- # Note: Is is possible to do this without adding code to playlist.py? All I need
- # is the filename and an event, but because no existing event sends the filename,
- # and the plugin doesn't know about it, I have to pass it along somehow.
- #
- # Anyone want to chime in with an idea on how?
- #
- # Revision 1.55 2004/01/10 13:16:14 dischi
- # remove self.fxd_file, not needed anymore
- #
- # Revision 1.54 2004/01/06 19:31:18 dischi
- # add repeat support
- #
- # Revision 1.53 2004/01/06 19:17:28 dischi
- # autostart ssr slideshows and fix display_type bug
- #
- # Revision 1.52 2004/01/04 10:20:05 dischi
- # fix missing DIRECTORY_USE_MEDIAID_TAG_NAMES for all kinds of parents
- #
- # Revision 1.51 2004/01/04 03:52:27 outlyer
- # Fix a crash; a playlist file (m3u/pls/etc.) doesn't have this property,
- # which appears to be assigned to directory items.
- #
- # Revision 1.50 2004/01/03 17:40:27 dischi
- # remove update function
- #
- # Revision 1.49 2004/01/02 11:18:39 dischi
- # call correct build function
- #
- # Revision 1.48 2003/12/31 16:39:43 dischi
- # flag if the mimetype returns something else than play files
- #
- # Revision 1.47 2003/12/30 15:33:29 dischi
- # add random playing an option for normal playlist files
- #
- # Revision 1.46 2003/12/29 22:07:14 dischi
- # renamed xml_file to fxd_file
- #
- # Revision 1.45 2003/12/18 18:19:27 outlyer
- # If we're using a playlist file, make sure the object has that attribute
- # so we can use fileops on it later.
- #
- # Revision 1.44 2003/12/18 17:07:52 outlyer
- # Two bugfixes for the previously broken playlist stuff:
- #
- # * Don't iterate over the playlist if it is a string, since it just splits
- # the string into characters
- # * self.display_type seems to be set to None, so the playlist.Mimetype plugin
- # is never loaded
- #
- # Playlists are working again! Woohoo!
- #
- # TODO:
- # Figure out why display_type is always none; shouldn't it be the menu type
- # or something?
- #
- # Revision 1.43 2003/12/13 18:16:34 dischi
- # allow fxd playlists with relative path
- #
# -----------------------------------------------------------------------
# Freevo - A Home Theater PC framework
--- 22,28 ----
Index: main.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/main.py,v
retrieving revision 1.120
retrieving revision 1.121
diff -C2 -d -r1.120 -r1.121
*** main.py 25 Apr 2004 11:23:55 -0000 1.120
--- main.py 9 May 2004 14:18:20 -0000 1.121
***************
*** 11,14 ****
--- 11,17 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.121 2004/05/09 14:18:20 dischi
+ # remove comments
+ #
# Revision 1.120 2004/04/25 11:23:55 dischi
# Added support for animations. Most of the code is from Viggo Fredriksen
***************
*** 414,418 ****
event = rc_object.poll()
! # OK, now we have a repeat_count... to whom could we give it?
if event:
if event == OS_EVENT_POPEN2:
--- 417,421 ----
event = rc_object.poll()
!
if event:
if event == OS_EVENT_POPEN2:
-------------------------------------------------------
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to deliver
higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog