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

Modified Files:
        util.py 
Log Message:
Added preliminary movie bookmarks (i.e. places to jump to on next play)
Currently only writing the bookmarks does anything; I'm going to have to
add a menu of bookmarks to the menu afterwards.

Note that the get_bookmarkfile thing should be replaced with something less
flaky than the path+filename of the movie, but this is good for a initial
go.


Index: util.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/util.py,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** util.py     20 Feb 2003 06:56:07 -0000      1.14
--- util.py     17 Mar 2003 16:34:32 -0000      1.15
***************
*** 10,13 ****
--- 10,22 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.15  2003/03/17 16:34:32  outlyer
+ # Added preliminary movie bookmarks (i.e. places to jump to on next play)
+ # Currently only writing the bookmarks does anything; I'm going to have to
+ # add a menu of bookmarks to the menu afterwards.
+ #
+ # Note that the get_bookmarkfile thing should be replaced with something less
+ # flaky than the path+filename of the movie, but this is good for a initial
+ # go.
+ #
  # Revision 1.14  2003/02/20 06:56:07  krister
  # Bugfix for dot-files
***************
*** 466,467 ****
--- 475,483 ----
              return media
      return None
+ 
+ def get_bookmarkfile(filename):
+     myfile = filename.replace('/','_')
+     myfile = config.FREEVO_CACHEDIR + "/" + str(myfile)
+     return myfile
+ 
+ 




-------------------------------------------------------
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to