#!/bin/zsh # test -n "$DR_WATCH" && watch=$DR_WATCH || watch="watch --no-title --interval $sleep" watch="watch --no-title --interval $sleep" $watch draai peek exit 0 # 137) HORKEШKART - Jedem ti Kuću - Pesma radu (1:45) # Tujiko_Noriko/2006-Shoujo_toshi+/10 Tujiko_Noriko ポルシュ.flac # 247) srv/Tujiko_Noriko/2006-Shoujo_toshi+/09 Tujiko_Noriko マネキンサーファー.flac # 21) http://ics2ass.omroep.nl:80/radio6-bb.mp3?...dio6-bb.pls&stream=ok (Radio 6 Soul & Jazz - ) current=' ' if [[ $#current -gt 74 ]] then # FIXME fails when playing from radio station print -P " %41>>$current%>>...%30<<$current" else # parse current: Guitar - Mind The Gap Volume 61 - Tokyo Memory (5:19) # split off timespec: rightadjust # time is "12:16)" time=$(echo $current | sed 's/.*(//') track=$(echo $current | sed 's/^\(.*\)(.*$/\1/') # we assume time is not wider than (234:67) # AFX - Analord 08 - Backdoor.Spyboter.A (125:06) # -66- ( -7- printf " %-66.66s%8.8s\n" "$track" "($time" fi