Update of /cvsroot/freevo/freevo/src/audio/plugins
In directory sc8-pr-cvs1:/tmp/cvs-serv21719

Modified Files:
        playlist.py 
Log Message:
Some onscreen feedback when making playlists, this is all via the tiny_osd


Index: playlist.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/audio/plugins/playlist.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** playlist.py 28 Nov 2003 19:26:36 -0000      1.3
--- playlist.py 16 Dec 2003 20:26:16 -0000      1.4
***************
*** 47,50 ****
--- 47,52 ----
  import time
  import config
+ import rc
+ from event import *
  
  class PluginInterface(plugin.ItemPlugin):
***************
*** 98,104 ****
--- 100,108 ----
          self.playlist_handle.write('%s\n' % self.item.filename)
          self.playlist_handle.flush()
+         rc.post_event(Event(OSD_MESSAGE, arg='Queued Track'))
          return
  
      def new_playlist(self, arg=None, menuw=None):
+         rc.post_event(Event(OSD_MESSAGE, arg='Added New Playlist'))
          if self.playlist_handle:
              self.playlist_handle.close()




-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to