From 5c669317b127c4d073108bbe7eaaec6e784294ca Mon Sep 17 00:00:00 2001 From: Salt Date: Fri, 15 Sep 2017 18:01:53 -0500 Subject: [PATCH] mpvwrap: Loop Like, forever --- .bin/mpv-xwinwrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bin/mpv-xwinwrap b/.bin/mpv-xwinwrap index e2673308..eb0b09b5 100755 --- a/.bin/mpv-xwinwrap +++ b/.bin/mpv-xwinwrap @@ -35,7 +35,7 @@ cachecontent="$(cat $cachefile)" function video-play { notify-send -u low -t 10 -a 'MPV' "Embedded Video" "Playing $1 as a stream embedded in the desktop" pkill -x mpv - xwinwrap -ni -fs -b -nf -ov -- mpv -wid WID $1 + xwinwrap -ni -fs -b -nf -ov -- mpv -wid WID --loop-playlist=inf $1 return 0 }