X-Git-Url: http://dolda2000.com/gitweb/?p=utils.git;a=blobdiff_plain;f=planime;h=51646b7bafda975bf701cedff6d5b47133393cca;hp=9c174592b37bc6cc62aab44c2d81e049489dc4b1;hb=2236570527575f095d9ca8862acecccbea65ca14;hpb=44423004434ff685c085809c3d6a0198d7780b0c diff --git a/planime b/planime index 9c17459..51646b7 100755 --- a/planime +++ b/planime @@ -14,12 +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 file tail eq eqt m matches max score + 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 @@ -74,13 +87,19 @@ while [ "${1:0:1}" = - ]; do debug=y ;; -t) - cmdline=("${cmdline[@]}" -ao oss:/dev/dsp1) + cmdline=("${cmdline[@]}" -ao alsa:device=hw=3.7) + DISPLAY=:1 + chwp=y ;; -C) pretend=y ;; -A) while :; do + if [ $# -lt 1 ]; then + echo "planime: unterminated argument list" >&2 + exit 1 + fi a="$1" shift if [ "$a" = \; ]; then @@ -152,7 +171,7 @@ if [ -z "$file" ]; then curser= fi else - curser="$base" + curser="$(findbase "$base")" fi if [ -n "$curser" ]; then file="$(findfile "$dirbase $curser - " "$ep" "$tqual")" || \ @@ -230,8 +249,6 @@ elif [ -n "$sid" ]; then cmdline=("${cmdline[@]}" -sid "$sid") fi -if [ "`hostname`" = pc6 -o "`hostname`" = pc7 -a "$DISPLAY" = :1 ]; then chwp=y; fi - if [ -n "$pretend" ]; then echo "${cmdline[@]}" "$file" elif [ -n "$printfile" ]; then