X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=planime;h=9c174592b37bc6cc62aab44c2d81e049489dc4b1;hb=d54814233c3658b6f5138dc16c91ac2ee5da55ad;hp=dfb8d64ad4293068c4d7ef641b2b9a1180ff3987;hpb=9fc0aa3b64b75da6ea44b8cba44c72f253fee6d5;p=utils.git diff --git a/planime b/planime index dfb8d64..9c17459 100755 --- a/planime +++ b/planime @@ -15,6 +15,7 @@ scorefile() { } findfile() { + if [ -n "$debug" ]; then echo "finding base='$1', ep='$2', qual='$3'" >&2; fi local file tail eq eqt m matches max score matches=() for file in "$1"*; do @@ -45,27 +46,33 @@ findfile() { max= for m in "${matches[@]}"; do score="$(scorefile "$m")" + if [ -n "$debug" ]; then echo "found \`$m': score $score" >&2; fi if [ -z "$max" ] || [ "$score" -gt "$max" ]; then max="$score" file="$m" fi done + if [ -n "$debug" ]; then echo "using \`$file'" >&2; fi echo "$file" return 0 } origargs=("$0" "$@") cmdline=(mplayer -fs -ass) -unset pretend +debug= +unset pretend printfile while [ "${1:0:1}" = - ]; do a="$1" shift case "$a" in -h) - echo "usage: planime [-htC] [-s PAR VAL] [NAME-QUAL] [EP|.] [TYPE-QUAL]" >&2 + echo "usage: planime [-fdhtC] [-A PLAYER-ARGS... ;] [-s PAR VAL] [--] [NAME-QUAL] [EP|.] [TYPE-QUAL]" >&2 exit 0 ;; + -d) + debug=y + ;; -t) cmdline=("${cmdline[@]}" -ao oss:/dev/dsp1) ;; @@ -88,47 +95,44 @@ while [ "${1:0:1}" = - ]; do saveval="$1" shift ;; + -f) + printfile=y + ;; + --) + break + ;; + *) + echo "planime: unknown option \`$a'" + exit 1 + ;; esac done -base="$(basename "$(pwd)")" +dirbase="$(basename "$(pwd)")" +base=. nextep=n file= tqual= if [ $# -eq 0 ]; then nextep=y - if [ -r curser ]; then - base="$base $(/dev/null; then - ep="$1" - else - nextep=y - base="$base $1" - fi + base= + ep="$1" fi elif [ $# -eq 2 ]; then - if findfile "$base - " "$1" "$2" >/dev/null; then + if findfile "$dirbase - " "$1" "$2" >/dev/null; then + base="" ep="$1" tqual="$2" else - if [ "$1" = . -a -r curser ]; then - base="$base $(