also additional question
how to get lenghth and current position of the song ?

the script i have has this:

Code:
alias mp3long { return $asctime($calc($timezone + $int($1)),$2) }

alias mp3timer { var %variadomp3temp = $mp3long($1,H:nn:ss) | return $iif($left(%variadomp3temp,1) == 0,$gettok(%variadomp3temp,2-,58),%variadomp3temp) }

.did -ra dialog id $mp3timer($calc($insong.pos /1000)) of $mp3timer($calc($insong.length /1000))


but it doesnt work and code seems verry messy to me to understand :P