From 09a843b119811df66b26dce40ad364cf3cf89f3d Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Tue, 16 Dec 2014 14:25:49 +0000 Subject: [PATCH] mpv: add configs --- Makefile | 2 +- mpv/.gitignore | 1 + mpv/config | 9 +++++++++ mpv/input.conf | 1 + 4 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 mpv/.gitignore create mode 100644 mpv/config create mode 100644 mpv/input.conf diff --git a/Makefile b/Makefile index 3d01524..3c9162d 100644 --- 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 index 0000000..e4c9514 --- /dev/null +++ b/mpv/.gitignore @@ -0,0 +1 @@ +watch_later diff --git a/mpv/config b/mpv/config new file mode 100644 index 0000000..3c5e101 --- /dev/null +++ b/mpv/config @@ -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 index 0000000..a11924f --- /dev/null +++ b/mpv/input.conf @@ -0,0 +1 @@ +a cycle_values video-aspect "16:9" "16:10" "4:3" "2.35:1" "-1" -- 2.48.1