From 5c2f7dad5f92029da6a965aa001e94e1a014252e Mon Sep 17 00:00:00 2001 From: Fredrik Tolf Date: Tue, 9 Feb 2021 03:43:01 +0100 Subject: [PATCH] planime: Use an mpv profile to get host-local TV output options instead of hardcoding them. --- planime | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/planime b/planime index 9aea34f..c53a425 100755 --- a/planime +++ b/planime @@ -90,7 +90,7 @@ while getopts hdtCLA:s:fv opt; do debug=y ;; t) - cmdline=("${cmdline[@]}" -audio-device 'alsa/hdmi:CARD=PCH,DEV=0') + cmdline=("${cmdline[@]}" -profile tv) DISPLAY=:1 chwp=y ;; -- 2.11.0