From e556e12828dded86c9e0abe5a265f805028f2095 Mon Sep 17 00:00:00 2001 From: Oliver Schmidhauser Date: Thu, 27 Jul 2017 09:09:03 +0200 Subject: [PATCH 1/1] By default, disable all Video output of mpv. Since the default video output is not available on Termux, it would otherwise throw an error. Even with Audio only files if they contain any album-art. --- packages/mpv/mpv.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/mpv/mpv.conf b/packages/mpv/mpv.conf index 8e4fcbd3..0d030c84 100644 --- a/packages/mpv/mpv.conf +++ b/packages/mpv/mpv.conf @@ -6,3 +6,5 @@ ao=opensles # Increase audio buffer to help with stuttering with bluetooth devices. See #1127. audio-buffer=0.5 +# Disable Video Output. Termux doesn't support video output (with the exception of "tct"). +vo=null -- 2.11.0