Contains mplayer configuration file and setup.sh.
--- /dev/null
+# 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
--- /dev/null
+#!/bin/sh
+
+# Setup script for movie configuration files.
+
+
+. ../lib.sh
+
+# Link setup.
+link mplayer ~/.mplayer