From e347a6858d20c33cf8591e9e925b1b3f609eb709 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Wed, 1 Apr 2015 22:15:46 -0700 Subject: [PATCH] the further tweakening --- install | 2 +- mpv/config | 16 ++++++---------- 2 files changed, 7 insertions(+), 11 deletions(-) diff --git a/install b/install index e8f1924..0bffe5f 100755 --- a/install +++ b/install @@ -77,7 +77,7 @@ done grep .bashrc .bash_profile >/dev/null 2>&1 \ || echo -e '\n[[ -f ~/.bashrc ]] && . ~/.bashrc' >> .bash_profile -for d in Desktop Documents Downloads Music Pictures Public Templates Video; do +for d in Desktop Documents Downloads Music Pictures Public Templates Video Videos; do [ -d "$d" ] || continue is_empty "$d" && rm -r "$d" || note "skipping unempty $d" done diff --git a/mpv/config b/mpv/config index df1f97b..160841b 100644 --- a/mpv/config +++ b/mpv/config @@ -1,11 +1,7 @@ [default] -volume=15 -#af-add=bs2b # doesnt exist -#af=drc=2:0.12 # annoying, try defaults? -af=drc -#af-add=equalizer=4:4:1.5:0:0:0:-3:1:2.5:-3 -af-add=equalizer=3:3:1.3:0:0:0:0:0:0:0 -msg-level=info -quvi-fetch-subtitles=no -quvi-format=best -border=no +volume=50 +#af=drc +msg-level=all=info +osd-level=1 +#border=no +vo=vaapi