Update of /cvsroot/freevo/freevo/src
In directory sc8-pr-cvs1:/tmp/cvs-serv17392/src

Modified Files:
        directory.py 
Log Message:
First try at the "Coming Up" page. It only shows up when a directory in the
TV menu is selected, but I'm working on a way to have it show up for the
rest of the TV menu.

TODO:
o Cache the coming up list for an hour at a time (misc.py)
o Cleanup the 'comingup()' function, it's currently just executable pseudo-code 
(misc.py)
o Show the Coming Up list for all items (skin)

If you don't use 'blurr2.fxd' this will have no effect on you whatsoever.



Index: directory.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/directory.py,v
retrieving revision 1.92
retrieving revision 1.93
diff -C2 -d -r1.92 -r1.93
*** directory.py        10 Jan 2004 13:19:05 -0000      1.92
--- directory.py        11 Jan 2004 03:22:30 -0000      1.93
***************
*** 10,13 ****
--- 10,25 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.93  2004/01/11 03:22:30  outlyer
+ # First try at the "Coming Up" page. It only shows up when a directory in the
+ # TV menu is selected, but I'm working on a way to have it show up for the
+ # rest of the TV menu.
+ #
+ # TODO:
+ # o Cache the coming up list for an hour at a time (misc.py)
+ # o Cleanup the 'comingup()' function, it's currently just executable pseudo-code 
(misc.py)
+ # o Show the Coming Up list for all items (skin)
+ #
+ # If you don't use 'blurr2.fxd' this will have no effect on you whatsoever.
+ #
  # Revision 1.92  2004/01/10 13:19:05  dischi
  # split usage of xml_file to folder_fxd and skin_fxd
***************
*** 286,290 ****
                  space='%s,%s' % (space / 1000, space % 1000)
              return space
!         
          return Item.getattr(self, attr)
  
--- 298,305 ----
                  space='%s,%s' % (space / 1000, space % 1000)
              return space
!       
!         if attr in ('comingup'):
!             return util.comingup(None)
! 
          return Item.getattr(self, attr)
  




-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to