diff bin/ascoltami @ 220:13c089886f61

added the forgotten curve.py; mpd song path fix
author drewp@bigasterisk.com
date Sun, 17 Apr 2005 07:06:10 +0000
parents 65ed570b7ba8
children f6262de03bf2
line wrap: on
line diff
--- a/bin/ascoltami	Sun Apr 17 05:54:39 2005 +0000
+++ b/bin/ascoltami	Sun Apr 17 07:06:10 2005 +0000
@@ -109,6 +109,9 @@
         reactor.callLater(.05, self.pollStatus)
 
     def play(self, song_path):
+        self.mpd.clear()
+        p = showconfig.songInMpd(song_path)
+        self.mpd.add(p)
         self.mpd.play()
 
     def stop(self):