Update of /cvsroot/freevo/freevo/src/audio/plugins
In directory sc8-pr-cvs1:/tmp/cvs-serv22848
Modified Files:
sqlmusic_view.py
Log Message:
I think people like human readable dates more than floating point seconds.
Index: sqlmusic_view.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/audio/plugins/sqlmusic_view.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** sqlmusic_view.py 30 Jun 2003 03:52:28 -0000 1.2
--- sqlmusic_view.py 30 Jun 2003 04:53:55 -0000 1.3
***************
*** 53,57 ****
box = AlertBox(width=550, height=400, text='MD5: %s\nLast Play: %s\nPlay
Count: %s\nRating: %s\n'
! % (str(md5),str(last_play),str(play_count),str(rating)))
box.show()
db.close()
--- 53,57 ----
box = AlertBox(width=550, height=400, text='MD5: %s\nLast Play: %s\nPlay
Count: %s\nRating: %s\n'
! % (str(md5),str(time.strftime("%a, %d %b %Y %I:%M:%P",
time.localtime(last_play))),str(play_count),str(rating)))
box.show()
db.close()
-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog