i use this code for single_columns_ui:
CODE
$align(right,center) [%playback_time% /] %length% $align(right,middle)$if(%ispaused%,$font(calibri,8,bold glow-120-120-120 glowblur-10,255-255-255) '(' P A U S E D ')',$font(calibri,8,bold,120-120-120))
when i dont play any tracks i want it to display %length%, but when i play a track i want it to replace %length% with %time_remaining%
any idea how to do this, since i'm so fresh @ coding foobar i hope some of you guys (or girls) now how to do this....
i tried to code it myself, but like i said , i suck @ coding foobar =) .. this is what i came up with, and you guessed right, it doesen't work :/ :
CODE
$align(right,center) [%length%] $align(right,middle)$if(%isplaying%, [%playback_time_remaining%] $align(right,middle)$if2(%ispaused%,$font(calibri,8,bold glow-120-120-120 glowblur-10,255-255-255) '(' P A U S E D ')',$font(calibri,8,bold,120-120-120))
Best regards: Johan