summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.config/mpv/mpv.conf19
1 files changed, 14 insertions, 5 deletions
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