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

Modified Files:
        rom_drives.py 
Log Message:
make nicer title for discs

Index: rom_drives.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/plugins/rom_drives.py,v
retrieving revision 1.60
retrieving revision 1.61
diff -C2 -d -r1.60 -r1.61
*** rom_drives.py       21 Mar 2004 14:49:00 -0000      1.60
--- rom_drives.py       25 May 2004 17:35:29 -0000      1.61
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.61  2004/05/25 17:35:29  dischi
+ # make nicer title for discs
+ #
  # Revision 1.60  2004/03/21 14:49:00  dischi
  # Bufix to set the correct skin display type. Great, just after 1.5.0-pre1
***************
*** 557,561 ****
          if data['mime'] in ('video/vcd', 'video/dvd'):
              if not title:
!                 title = '%s [%s]' % (data['mime'][6:].upper(), media.label)
  
              if movie_info:
--- 560,565 ----
          if data['mime'] in ('video/vcd', 'video/dvd'):
              if not title:
!                 title = media.label.replace('_', ' ').lstrip().rstrip()
!                 title = '%s [%s]' % (data['mime'][6:].upper(), title)
  
              if movie_info:



-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to