Сортировка Ogg битрейтов
- Код: Выделить всё
$puts(a,%__bitrate%)
$puts(b,%__bitrate_nominal%)
$puts(c,%__bitrate_dynamic%)
$puts(xa,00FFFF|0%__bitrate% █$char(10))
$puts(xb,00FF00|0 %__bitrate_nominal% █$char(10))
$puts(xc,0000FF|0 %bitrate% █$char(10))
$puts(xx,FFFFFF|0 █$char(10))
$ifgreater($get(a),$get(b), $ifgreater($get(c),$get(a),$puts(z,1),$ifgreater($get(b),$get(c),$puts(z,2),$puts(z,3))),)
$ifgreater($get(b),$get(a), $ifgreater($get(c),$get(b), $puts(z,4), $ifgreater($get(b),$get(c),$puts(z,5),$puts(z,6))), )
$select($get(z),
$get(xc)$get(xa)$get(xx)$get(xb)$get(xx),
$get(xx)$get(xa)$get(xx)$get(xb)$get(xc),
$get(xx)$get(xa)$get(xc)$get(xb)$get(xx),
$get(xc)$get(xb)$get(xx)$get(xa)$get(xx),
$get(xx)$get(xb)$get(xx)$get(xa)$get(xc),
$get(xx)$get(xb)$get(xc)$get(xa)$get(xx))
Вертикальный прогресс бар
- Код: Выделить всё
$rgb(255,255,255,128,128,128)
▲ $char(10)
$progress(%playback_time_seconds%,%_length_seconds%,11,
$rgb(255,255,0,128,128,0)
//█
█ $rgb(255,0,0,128,0,0)
$pad_right($div($mul(%playback_time_seconds%,100),%_length_seconds%),3)$char(10),
$rgb(0,255,0,0,128,0)
█ $char(10))
$rgb(255,255,255,128,128,128)
▼