From 8e6f06967720efe7fe92a0319ae9f8b5578a2287 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Thu, 30 Jul 2009 00:30:03 +0200 Subject: [PATCH] Initial import. Contains mplayer configuration file and setup.sh. --- mplayer/config | 17 +++++++++++++++++ setup.sh | 9 +++++++++ 2 files changed, 26 insertions(+) create mode 100644 mplayer/config create mode 100755 setup.sh diff --git a/mplayer/config b/mplayer/config new file mode 100644 index 0000000..b5d6430 --- /dev/null +++ b/mplayer/config @@ -0,0 +1,17 @@ +# MPlayer configuration file. + + +# Prefer English and German sound and subtitles. +alang=en,de +slang=en,de + +# Use X11 video output. +vo=x11 + +# Automatically zoom to full window size. +zoom=yes + +# Disable LIRC as I don't use it. Prevents a warning on startup. +nolirc=yes + +# vim: ft=mplayerconf diff --git a/setup.sh b/setup.sh new file mode 100755 index 0000000..bdeed14 --- /dev/null +++ b/setup.sh @@ -0,0 +1,9 @@ +#!/bin/sh + +# Setup script for movie configuration files. + + +. ../lib.sh + +# Link setup. +link mplayer ~/.mplayer -- 2.44.1