From 553c4340bd0e699f05c6d23d317a46c8c6f3f987 Mon Sep 17 00:00:00 2001 From: James Bunton Date: Sun, 17 Feb 2013 21:51:16 +1100 Subject: [PATCH] Run mplayer with -nocache, makes seeking more reliable --- bluplayer.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bluplayer.py b/bluplayer.py index d119a3a..9c76010 100755 --- a/bluplayer.py +++ b/bluplayer.py @@ -156,6 +156,7 @@ class MPlayer(QObject): else: self.opts = [ "-fs", + "-nocache", "-lavdopts", "threads=%s" % get_num_cpus(), "-volume", "100", ] -- 2.39.2