]> git.rmz.io Git - dotfiles.git/commitdiff
mpv: add configs
authorSamir Benmendil <samir.benmendil@gmail.com>
Tue, 16 Dec 2014 14:25:49 +0000 (14:25 +0000)
committerSamir Benmendil <samir.benmendil@gmail.com>
Tue, 16 Dec 2014 14:26:49 +0000 (14:26 +0000)
Makefile
mpv/.gitignore [new file with mode: 0644]
mpv/config [new file with mode: 0644]
mpv/input.conf [new file with mode: 0644]

index 3d0152424c93cfb57af7eefc847306cd10ed00f0..3c9162d2723f547cd2fba89e5382fa8346368d5c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ APATH := $(realpath .)
 
 FILES := bin
 DOTFILES := conky* git* goobookrc msmtp* mutt ncmpcpp profile weechat xbindkeysrc Xresources xprofile zprofile zshenv zshrc
-CONFIGFILES := aliases compton.conf git mimeo.conf mpd offlineimap ranger retroarch systemd vim xkb zsh
+CONFIGFILES := aliases compton.conf git mimeo.conf mpd mpv offlineimap ranger retroarch systemd vim xkb zsh
 
 .PHONY: install $(FILES) $(DOTFILES) $(CONFIGFILES)
 install: $(FILES) $(DOTFILES) $(CONFIGFILES)
diff --git a/mpv/.gitignore b/mpv/.gitignore
new file mode 100644 (file)
index 0000000..e4c9514
--- /dev/null
@@ -0,0 +1 @@
+watch_later
diff --git a/mpv/config b/mpv/config
new file mode 100644 (file)
index 0000000..3c5e101
--- /dev/null
@@ -0,0 +1,9 @@
+# default
+ytdl
+cache=auto
+cache-default=50000
+cache-initial=100
+
+# profiles
+[mimeo]
+quiet
diff --git a/mpv/input.conf b/mpv/input.conf
new file mode 100644 (file)
index 0000000..a11924f
--- /dev/null
@@ -0,0 +1 @@
+a cycle_values video-aspect "16:9" "16:10" "4:3" "2.35:1" "-1"