dotfiles

personal dotfiles
git clone anongit@rnpnr.xyz:dotfiles.git
Log | Files | Refs | Feed | Submodules

Commit: a323cabcd5cd093badea1bd90f22b1396814890c
Parent: bccd7046e18fb4d7c4943ae43d30318782ea2065
Author: Randy Palamar
Date:   Wed,  1 Apr 2026 07:22:48 -0600

mpv: let mpv choose the vo and hdwec

these generally choose the correct thing now

Diffstat:
M.config/mpv/mpv.conf | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf @@ -1,8 +1,6 @@ # Video Output profile=gpu-hq -vo=gpu-next video-sync=display-resample -hwdec=auto # Audio #audio-device=alsa/mpv @@ -36,7 +34,7 @@ screenshot-png-compression=9 # Misc script-opts=osc-minmousemove=3 hr-seek=yes -ytdl-format='(bestvideo[height<=?1440]+bestaudio)/best' +ytdl-format='(bestvideo[height<=?2160]+bestaudio)/best' ytdl-raw-options='yes-playlist=' loop-playlist=inf cover-art-auto=no