Recommended Posts

Copy&paste

font: @Arial Unicode MS bold 7pt

bgcolor: 55,107,180

DCAE8DMode: %_trackinfo_mode%$char(10)$if(%_trackinfo_notrack%,No track,
$char(1)C0CEBA4Song Info$char(10)
D7B997Title: ffffff%title%$char(10)
D7B997Artist: F3EAE0%artist%$char(10)
D7B997Album: F3EAE0%album%$char(10)
D7B997Date: F3EAE0%date%)$char(10)
D7B997Genre: F3EAE0%genre%$char(10)
$char(1)C0CEBA4Tech Info$char(10)
D7B997Codec: F3EAE0%__codec% $char(10)
D7B997Bitrate: F3EAE0%__bitrate% Kbit/s$char(10)
D7B997Samplerate: F3EAE0%__samplerate% Hz$char(10)
D7B997Channels: F3EAE0$if(%__channels%,$ifgreater(%__channels%,2,%__channels%ch,$ifgreater(%__channels%,1,' 'Stereo,''Mono)),)$char(10)
D7B997Time: F3EAE0%_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),000000,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)

584914416[/snapback]

Where would I paste this to get the desired effects? Thanks in advance.

Hi, i had 2 questions

1. where do i copy this text:

// CONFIGURATION

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

// Which color-theme to use?

// 0=custom (set your colors below)

// 1=gems (default)

$puts(theme,1)

// custom color-theme (ignored if above value is not 0)

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

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

// progressbar config

$puts(progress_char,▬)

$puts(progress_length,15)

$puts(seperator,' | ')

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

// end of configuration

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

// CHECK IF A COLOR-THEME WAS SET

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

// gems

$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,3.5))

$puts(progress_color2a,$blend($get(progress_color2),000000,1,3.5))

// BUILD STATUSBAR

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

// filetype

$puts(filetype,

$if($or($stricmp($ext(%_path%),cue),$stricmp($ext(%_path%),apl)),

$cut($upper($ext(%__referenced_file%)),4),

$if($stricmp($left(%_path%,4),cdda),$cut($upper(%_path%),4),$cut($upper($ext(%_path%)),4))

)

)

// set quality-info (bitrate, etc.)

$puts(quality,

$if2([%__bitrate_dynamic%kbps],[%__bitrate%kbps]))

$if($strcmp(%__codec%,musepack),$if(%__mpc_profile%,$puts(quality,%__mpc_profile% $get(quality))))

$if($strcmp(%__codec%,MP3),$if(%__extrainfo%,$puts(quality,$get(quality)' '%__extrainfo%),$puts(quality,$get(quality)' CBR')),$puts(quality,$get(quality)[' '%__extrainfo%])

)

// progressbar

$puts(progressbar,

$if(%_length_seconds%,

$if(%_ispaused%,| |, ►)' '

$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...

)

)

$puts(time,

$if(%_time_elapsed%,%_time_elapsed%,-:--)' /' %_length%

)

// display statusbar

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

' '

$puts(PIPE_COLOR,)

$puts(FONT_COLOR,)

$get(filetype)

$get(seperator)

$get(quality)

$if(%__samplerate%Hz%,' '$get(PIPE_COLOR)|$get(FONT_COLOR)' '%__samplerate%Hz)

$if(%__channels%,$ifgreater(%__channels%,2,%__channels%ch,$ifgreater(%__channels%,1,' '$get(PIPE_COLOR)|$get(FONT_COLOR)' 'Stereo,' '$get(PIPE_COLOR)|$get(FONT_COLOR)' 'Mono)),)

$if(%__extrainfo%,

' '$get(PIPE_COLOR)|$get(FONT_COLOR)' '%__extrainfo%)

$get(seperator)

$get(progressbar)

$get(seperator)

$get(time)

' '

2. The extension .ski, how can I open??

Thank U :)

alright got the winstripe icons taken care of, now i want to know how all you guys managed to get all the toolbars without the titlebar displayed to make things look all ugly. i want to get rid of "panel stack", "volume", etc. and have it all on the same level and not divided up.

alright got the winstripe icons taken care of, now i want to know how all you guys managed to get all the toolbars without the titlebar displayed to make things look all ugly. i want to get rid of "panel stack", "volume", etc. and have it all on the same level and not divided up.

584929438[/snapback]

right click > "show caption bar" on each panel

and have it all on the same level and not divided up.

didn't get what u meant :x

I'm a newbie, i need to know....after I download all of those plugins how do i get my foobar to look like the ones posted on this forum, because alot of these look really good and i would like mine to like like them. Thanx for your help

I'm a newbie, i need to know....after I download all of those plugins how do i get my foobar to look like the ones posted on this forum, because alot of these look really good and i would like mine to like like them. Thanx for your help

584935469[/snapback]

I really like the application cause it's light on the resources, but I'm with qrich_matrix, is there a newbie's guide to skinning this application out there? Could someone post a link, or care to elaborate? Thanks. :D

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

    • No registered users viewing this page.