summaryrefslogtreecommitdiffstats
path: root/.config/mpv/mpv.conf
diff options
context:
space:
mode:
authorPeter2022-08-14 23:18:33 +0100
committerPeter2022-08-14 23:18:33 +0100
commita1b4e25e18c29763c7e949ffd6d468b0042b21da (patch)
treea58e9ca48f6b614971a651ff2e0c2dad31ffea20 /.config/mpv/mpv.conf
parentc5ddd417e983cc64dc81861ed11cea027a0bf967 (diff)
downloaddotfiles-a1b4e25e18c29763c7e949ffd6d468b0042b21da.tar.gz
dotfiles-a1b4e25e18c29763c7e949ffd6d468b0042b21da.tar.bz2
dotfiles-a1b4e25e18c29763c7e949ffd6d468b0042b21da.zip
Add HTPC mpv profile
Diffstat (limited to '.config/mpv/mpv.conf')
-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