#!/bin/sh
xset s off
exec </dev/tty
exec mpv -quiet -fs -volume-max 800 -alang en -cache 10000 -utf8 "$@"
