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

Modified Files:
        fxdhandler.py interface.py 
Log Message:
remove some vfs calls were they are not needed

Index: interface.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/audio/interface.py,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** interface.py        10 Apr 2005 17:49:46 -0000      1.9
--- interface.py        1 May 2005 17:36:41 -0000       1.10
***************
*** 14,17 ****
--- 14,20 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.10  2005/05/01 17:36:41  dischi
+ # remove some vfs calls were they are not needed
+ #
  # Revision 1.9  2005/04/10 17:49:46  dischi
  # switch to new mediainfo module, remove old code now in mediadb
***************
*** 59,62 ****
--- 62,66 ----
  import util
  import plugin
+ from mediadb.globals import *
  
  # AudioItem
***************
*** 104,108 ****
          """
          if not diritem.image:
!             diritem.image = diritem.info['audiocover']
                  
          if not diritem.info.has_key('title') and diritem.parent:
--- 108,112 ----
          """
          if not diritem.image:
!             diritem.image = diritem.info[EXTRA_COVER]
                  
          if not diritem.info.has_key('title') and diritem.parent:

Index: fxdhandler.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/audio/fxdhandler.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** fxdhandler.py       10 Apr 2005 17:49:46 -0000      1.2
--- fxdhandler.py       1 May 2005 17:36:41 -0000       1.3
***************
*** 37,40 ****
--- 37,43 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.3  2005/05/01 17:36:41  dischi
+ # remove some vfs calls were they are not needed
+ #
  # Revision 1.2  2005/04/10 17:49:46  dischi
  # switch to new mediainfo module, remove old code now in mediadb
***************
*** 80,84 ****
      a.url      = fxd.childcontent(node, 'url')
      if a.image:
!         a.image = vfs.join(vfs.dirname(fxd.filename), a.image)
  
      a.mplayer_options  = fxd.childcontent(node, 'mplayer_options')
--- 83,87 ----
      a.url      = fxd.childcontent(node, 'url')
      if a.image:
!         a.image = os.path.join(os.path.dirname(fxd.filename), a.image)
  
      a.mplayer_options  = fxd.childcontent(node, 'mplayer_options')



-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to