]> git.plutz.net Git - viper/blobdiff - player.py
suppress application of locally altered mplayer config
[viper] / 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)