diff options
| -rw-r--r-- | src/webvicli/webvicli/client.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/webvicli/webvicli/client.py b/src/webvicli/webvicli/client.py index 5af0abe..3d63080 100644 --- a/src/webvicli/webvicli/client.py +++ b/src/webvicli/webvicli/client.py @@ -40,9 +40,9 @@ from . import menu VERSION = '0.4.2' # Default options -DEFAULT_PLAYERS = ['vlc --play-and-exit --file-caching 5000 "%s"', - 'totem "%s"', - 'mplayer "%s"', +DEFAULT_PLAYERS = ['mplayer -cache-min 10 "%s"', + 'vlc --play-and-exit --file-caching 5000 "%s"', + 'totem "%s"', 'xine "%s"'] # These mimetypes are common but often missing |
