Changeset - 25308bc6d767
[Not reviewed]
default
0 1 0
Drew Perttula - 18 years ago 2007-06-17 23:00:45
drewp@bigasterisk.com
cache filling now prints
1 file changed with 3 insertions and 1 deletions:
0 comments (0 inline, 0 general)
bin/ascoltami
Show inline comments
 
@@ -210,7 +210,9 @@ class Player:
 
        playing, so that mpd should never hit the disk during
 
        playback. On score in 2007, we had some mpd stutters that were
 
        always timed with a disk read."""
 
        open(showconfig.songOnDisk(song)).read()
 
        p = showconfig.songOnDisk(song)
 
        print "reading %s to prime the cache" % p
 
        open(p).read()
 

	
 
    def check_autopause(self):
 
        pause_time = self.total_time.get() + self.song_pad_time
0 comments (0 inline, 0 general)