From 9f4b3494700eeb2061dfd840e8d030f66088b173 Mon Sep 17 00:00:00 2001 From: Horus3 Date: Sat, 8 Mar 2014 19:58:06 +0100 Subject: structure --- mpv/config | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 mpv/config (limited to 'mpv/config') diff --git a/mpv/config b/mpv/config new file mode 100644 index 0000000..68bb941 --- /dev/null +++ b/mpv/config @@ -0,0 +1,14 @@ +# mpv config, stored in ~/.mpv +# Write your default config options here! +# Play German audio if available, fall back to Japanese or English otherwise. +alang = de,jpn,en +# Subtitles +#slang = de,en + +# Keep the player window on top of all other windows. +#ontop=yes + +screenshot-format=png +screenshot-png-compression=9 +screenshot-template="/home/horus/.mpv/screenshot/%f - %p" +--audio-display=no -- cgit v1.2.3