X-Git-Url: http://dolda2000.com/gitweb/?p=utils.git;a=blobdiff_plain;f=planime;h=27b3eac4a5e880a323be9aa7a50889b9c60c0797;hp=5a0f3023bb8ad26786ea80f1ce1e4e4f93439db1;hb=f03b6a08d04673082a4163f6360fd94c494e3244;hpb=4f06ae97a651bd02aceb2cd0ab7adc6147c83805 diff --git a/planime b/planime index 5a0f302..27b3eac 100755 --- a/planime +++ b/planime @@ -14,11 +14,25 @@ scorefile() { fi } +findbase() { + if [ -r aliases ]; then + while read alias rest; do + if [ "$alias" = "$1" ]; then + echo "$rest" + return + fi + done &2; fi + local base file tail eq eqt m matches max score matches=() - for file in "$1"*; do - tail="${file#$1}" + base="$(findbase "$1")" + for file in "$base"*; do + tail="${file#"$base"}" eq="${tail%.*}" m=n if [ "${eq%% *}" -eq "$2" ] 2>/dev/null; then @@ -45,17 +59,20 @@ 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) +debug= unset pretend printfile while [ "${1:0:1}" = - ]; do @@ -63,9 +80,12 @@ while [ "${1:0:1}" = - ]; do shift case "$a" in -h) - echo "usage: planime [-htCf] [-A PLAYER-ARGS... ;] [-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) ;; @@ -74,6 +94,10 @@ while [ "${1:0:1}" = - ]; do ;; -A) while :; do + if [ $# -lt 1 ]; then + echo "planime: unterminated argument list" >&2 + exit 1 + fi a="$1" shift if [ "$a" = \; ]; then @@ -91,47 +115,41 @@ while [ "${1:0:1}" = - ]; do -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 $(