X-Git-Url: http://git.plutz.net/?a=blobdiff_plain;f=actions%2Fplayctl.sh;h=ae1a51bc19f21c7372e0c464561e75e08b9a39e6;hb=c59fd5a4946c4d13fc1692e4561878a9bb2b3e17;hp=6dc138f1561611829149b5991a45e3852d0e9490;hpb=e5267e1298f4ffec140c5b3ef43be36079e63c3f;p=serve0 diff --git a/actions/playctl.sh b/actions/playctl.sh index 6dc138f..ae1a51b 100755 --- a/actions/playctl.sh +++ b/actions/playctl.sh @@ -21,8 +21,8 @@ statusfile="${_DATA}/mplayer.status" statusfile="/tmp/mplayer.status" volfile="${_DATA}/mplayer.volume" -export DISPLAY=":0" -export XDG_RUNTIME_DIR="/run/user/$(id |sed -rn '1s;.*uid=([0-9]+)[^0-9].*;\1;p')" +[ -z "$DISPLAY" ] && export DISPLAY=":0" +[ -z "$XDG_RUNTIME_DIR" ] && export XDG_RUNTIME_DIR="/run/user/$(id |sed -rn '1s;.*uid=([0-9]+)[^0-9].*;\1;p')" printf '\rBREAK\r' >> "$statusfile" @@ -36,11 +36,7 @@ if [ "${_GET[api]}" = progress ]; then [ "$line" = "BREAK" ] && exit 0 printf '%s\n' "$line" done \ - | sed -urn '1~12s;^.* V: *+([0-9]+)(\.[0-9]+) A-V:.*$;\1;p' \ - | while read m; do - [ "$m" != "$previous" ] && printf "%d %d\n" "$(($m * 100 / ${length:--1}))" "$m" - previous="$m" - done + | sed -urn '1~12s;^.* V: *+([0-9]+)(\.[0-9]+) A-V:.*$;\1;p' exit 0 elif [ "${_GET[api]}" = volume ]; then printf 'Content-Type: text/plain\r\n\r\n'