X-Git-Url: http://git.plutz.net/?a=blobdiff_plain;f=actions%2Fplayctl.sh;h=9af8f7b8d0c5d9af813ad8eb451feb41aef2721f;hb=036ced19c16e5fe9cdab244b40f8b14b31a32fe8;hp=2934b90fd2b8be4d868451e8df27bcf49691768c;hpb=ff8b54fea63a05cceab0a2f834f22b0db92e8bdf;p=serve0 diff --git a/actions/playctl.sh b/actions/playctl.sh index 2934b90..9af8f7b 100755 --- a/actions/playctl.sh +++ b/actions/playctl.sh @@ -30,16 +30,13 @@ if [ "${_GET[api]}" = progress ]; then cr="$(printf \\r)" printf 'Content-Type: text/plain\r\n\r\n' + read length <${_DATA}/mplayer.meta tail --pid=$$ -c100 -f "$statusfile" \ | while read -d "$cr" line; do [ "$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))" "$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'