]> git.plutz.net Git - viper/commitdiff
suppress application of locally altered mplayer config
authorpaul <paul@plutz.net>
Sat, 31 Dec 2011 14:52:43 +0000 (14:52 +0000)
committerpaul <paul@plutz.net>
Sat, 31 Dec 2011 14:52:43 +0000 (14:52 +0000)
svn path=/trunk/; revision=9

player.py

index 9421bd671562a5d6553bcb8091138883be27e7a0..0b677baa3cd45aa6945587d65b4260f352f96919 100644 (file)
--- a/player.py
+++ b/player.py
@@ -125,7 +125,7 @@ class Player():
         params  - list of playback parameters (filenames, filters, ...)
         """
         if self.slave == (None, None):
-            cmd = ['mplayer', '-slave', '-fixed-vo', '-osdlevel', '3', '-vo', 'x11',
+            cmd = ['mplayer', '-noconfig', 'all', '-slave', '-fixed-vo', '-osdlevel', '3', '-vo', 'x11',
                    '-wid', str(self.surface.winfo_id()), '-x','320', '-y','240']
             if loop: cmd.extend(['-loop', '0'])
             cmd.extend(params)