From 63feeb9f369fc6176e85c1c2d8fcc863caad1946 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Tue, 10 Feb 2026 12:32:48 +0100 Subject: start new MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert Günzler --- bin/mpvplay | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100755 bin/mpvplay (limited to 'bin/mpvplay') diff --git a/bin/mpvplay b/bin/mpvplay deleted file mode 100755 index e76acff..0000000 --- a/bin/mpvplay +++ /dev/null @@ -1,28 +0,0 @@ -#!/bin/bash - -set -e -[ -n "$DEBUG" ] && set -x - -# uri=$(eval "echo ${1}") -uri="${1}" - -notify-send \ - -i "$(iconez -n mpv | grep 32)" \ - -a mpv \ - 'playing' \ - "${uri}" - -# if xap now >/dev/null 2>&1; then -# xap player run --no-defaults --detached -# fi -# exec xap add -n "${uri}" - -# if ! mpv "${uri}"; then -# notify-send \ -# -i "$(iconez -n mpv | grep 32)" \ -# -a mpv \ -# -c error \ -# 'failed' \ -# "${uri}" -# fi -exec mpv "${uri}" -- cgit 1.4.1