diff options
Diffstat (limited to 'bin/mpvplay')
| -rwxr-xr-x | bin/mpvplay | 28 |
1 files changed, 0 insertions, 28 deletions
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}" |