Recommended Posts

Can anyone post how to make the progess bar like in this screenie:

http://img190.echo.cx/my.php?image=foopic3nt.png

Whats frustrating me mostly is i can't figure out what character it is.

586066100[/snapback]

Looks a bit like this --->

Mode: %_trackinfo_mode%$char(10)$if(%_trackinfo_notrack%,No track,

$char(1)CSong Info$char(10)

Title: ffffff%title%$char(10)

Artist: ffffff%artist%$char(10)

Album: ffffff%album%$char(10)

Date: ffffff%date%)$char(10)

Genre: ffffff%genre%$char(10)

$char(1)CTech Info$char(10)

Codec: ffffff%__codec% $char(10)

Bitrate: ffffff%__bitrate% Kbit/s$char(10)

Samplerate: ffffff%__samplerate% Hz$char(10)

Channels: ffffff$if(%__channels%,$ifgreater(%__channels%,2,%__channels%ch,$ifgreater(%__channels%,1,' 'Stereo,''Mono)),)$char(10)

Time: ffffff%_time_elapsed% / %_time_total%$char(10)

$puts(theme,1)

// progressbar config

$puts(progress_char,?)

$puts(progress_length,20)

$if($strcmp($get(theme),1),

$puts(progress_color1,$rgb(164,235,12))

$puts(progress_color2,$rgb(54,106,179))

)

// PREPARE COLOR-STRINGS

// =========================================

$puts(progress_color1a,$blend($get(progress_color1),000000,1,4.5))

$puts(progress_color2a,$blend($get(progress_color2),0000ff,1,5.7))

// progressbar

$puts(progressbar,

$if(%_length_seconds%,

$puts(progress,$muldiv(%_time_elapsed_seconds%,$get(progress_length),%_length_seconds%))

$transition($repeat($get(progress_char),$get(progress)),$get(progress_color1a),$get(progress_color1))

$transition($repeat($get(progress_char),$sub($get(progress_length),$get(progress))),$get(progress_color2a),$get(progress_color2))

$pad_right($muldiv(%_time_elapsed_seconds%,100,%_length_seconds%),3)'%'

,streaming...

)

)

$get(progressbar)

For download 1 new styles, based by OLiGhT 2.02. :)

Now with new buttons, 2nd trackinfo-panel, last played in playlist and arrows or points for skiped tracks

olight202rotdunkelblauskipgame.th.png

In attachment you will find: 1 fcs-files, trackinfo-codes and dll-files for 2nd and 3rd trackinfo-panel.

New buttons you can find here. (look for Post #2499)

Thanks to all guys, who made codes i use! :wub:

((((( Strictly4me )))))

OLiGhT_2.02_Rot_Dunkelblau_Skip_Game.zip

edited from my post on the 1st page:

Download Column UI 0.1.2, extract the contents of the zip file into your foobar/components directory.

Download Azrael config from this page. Extract the file into your folder of choice, preferably the foobar folder.

Run foobar, go to its preferences, and select ColumnsUI as the "User Interface Module" under the "Display" section in the options window. Restart foobar.

Go to preferences > Display > ColumnsUI > "Other" tab, select "import" from that screen and import Azrael.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.