X-Git-Url: http://git.plutz.net/?a=blobdiff_plain;f=templates%2Fplayctl.html.sh;h=1725f7f784ce1b7c489ca04a2cbe4ff409e6a5ed;hb=aa4516d7090b7818127a1dd39a281059d3e042cc;hp=7ef07009db5ffe7d55d64e66cedb3421e15f6d43;hpb=2c29a0ff0f4f8d2f9763ba1cc02eb696c4145429;p=serve0 diff --git a/templates/playctl.html.sh b/templates/playctl.html.sh index 7ef0700..1725f7f 100755 --- a/templates/playctl.html.sh +++ b/templates/playctl.html.sh @@ -29,13 +29,6 @@ cat <Clear All Dismiss - -
- - << - $(($page + 1)) - >> -
@@ -57,7 +50,7 @@ cat < ' "$([ "$volume" = "$n" ] && printf selected)" "$n" done)
- + $(($length / 60)):$(($length % 60)) min @@ -105,14 +98,16 @@ cat < Edit Tags - -
- - << - $(($page + 1)) - >> -
EOF +cnt=0 +progress \ +| while read n; do + printf '%s\n' $n $n +done + + + + # vi:set filetype=html: