From a1b4e25e18c29763c7e949ffd6d468b0042b21da Mon Sep 17 00:00:00 2001 From: Peter Date: Sun, 14 Aug 2022 23:18:33 +0100 Subject: Add HTPC mpv profile --- .config/mpv/mpv.conf | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) (limited to '.config/mpv/mpv.conf') diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index c6fc311..16a8450 100644 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -1,14 +1,23 @@ -# youtube-dl options +# set initial volume to 50% +volume=50 + +# yt-dlp subs sub-auto=fuzzy -ytdl-format=bestvideo[height<=?480][fps<=?30]+bestaudio/best ytdl-raw-options=sub-format=en,write-srt= -# set initial volume to 50% -volume=50 +# default yt-dlp quality +ytdl-format=bestvideo[height<=?480][fps<=?30]+bestaudio/best # Disable display on audio no-audio-display +# htpc specific profile +[htpc] +audio-device="alsa/hdmi:CARD=HDMI,DEV=0" +volume=100 +fullscreen +ytdl-format=bestvideo[height<=?720][fps<=?30]+bestaudio/best + # always loop filetypes [extension.gif] loop-file=inf @@ -27,4 +36,4 @@ pause pause # enable hardware decoding -hwdec=auto +hwdec=auto \ No newline at end of file -- cgit v1.2.3