Update of /cvsroot/freevo/freevo/src/util
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4809/src/util

Modified Files:
        tv_util.py 
Log Message:
delete old tv variables, rename some and fix detection

Index: tv_util.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/util/tv_util.py,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** tv_util.py  13 Nov 2004 16:08:27 -0000      1.13
--- tv_util.py  5 Dec 2004 13:01:13 -0000       1.14
***************
*** 7,10 ****
--- 7,13 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.14  2004/12/05 13:01:13  dischi
+ # delete old tv variables, rename some and fix detection
+ #
  # Revision 1.13  2004/11/13 16:08:27  dischi
  # remove some old code from tv, some tv plugins do not work anymore
***************
*** 102,117 ****
  
  
- def getProgFilename(prog):
-     filename_array = { 'progname': String(prog.title),
-                        'title'   : String(prog.sub_title) }
- 
-     filemask = config.TV_RECORDFILE_MASK % filename_array
-     filemask = time.strftime(filemask, time.localtime(prog.start))
-     filename = os.path.join(config.TV_RECORD_DIR, 
-                             progname2filename(filemask).rstrip(' -_:') + 
-                             config.TV_RECORDFILE_SUFFIX)
-     return filename
- 
- 
  def minToTOD(min):
      min = int(min)
--- 105,108 ----



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to