diff options
Diffstat (limited to 'mpv/mpv.conf')
| -rw-r--r-- | mpv/mpv.conf | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/mpv/mpv.conf b/mpv/mpv.conf index 8f5edbd..286a922 100644 --- a/mpv/mpv.conf +++ b/mpv/mpv.conf @@ -1,6 +1,6 @@ # High Quality profile=gpu-hq -#hwdec=auto +hwdec=auto scale=ewa_lanczossharp dscale=mitchell cscale=spline36 @@ -14,6 +14,14 @@ volume=70 slang=eng,en,en-US,enUS blend-subtitles=yes +# disable osc +osc=no + +[idle] +profile-cond=p["idle-active"] +profile-restore=copy-equal +background=1 + # Play Finnish audio if available, fall back to English otherwise. alang=jpn,ja,jp,en @@ -34,3 +42,7 @@ screenshot-png-compression=1 screenshot-jpeg-quality=95 #Output directory screenshot-directory="~/pics/screenshots" + +# use yt-dlp +script-opts=ytdl_hook-ytdl_path=/usr/bin/yt-dlp +ytdl-format=bestvideo[height<=?1080]+bestaudio/best |
