X-Git-Url: http://dolda2000.com/gitweb/?p=utils.git;a=blobdiff_plain;f=planime;h=ed79ec9c29a7f52742624d1d86c4c283f508ec6f;hp=2fca3261428f12681e8c31030a6e81ed59831183;hb=83d0edbb4ed4641ad1b7452a53aa6a66f8d55a83;hpb=e299213eed6a1a3eb42b6f3647b7b2890f447266 diff --git a/planime b/planime index 2fca326..ed79ec9 100755 --- a/planime +++ b/planime @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash isnum() { grep -xq '[0-9]\+' <<<"$1" @@ -35,7 +35,7 @@ findfile() { } origargs=("$0" "$@") -cmdline=(mplayer -fs) +cmdline=(mplayer -fs -ass) while [ "${1:0:1}" = - ]; do a="$1" @@ -48,6 +48,16 @@ while [ "${1:0:1}" = - ]; do -t) cmdline=("${cmdline[@]}" -ao oss:/dev/dsp1) ;; + -A) + while :; do + a="$1" + shift + if [ "$a" = \; ]; then + break; + fi + cmdline=("${cmdline[@]}" "$a") + done + ;; -s) savepar="$1" shift