Recommended Posts

^ Don't you just right click the top part, then Toolbars -> And it adds the top items?

586036946[/snapback]

what "top part" are you referring to? there's only the titlebar, then the songs and columnsui sidebar (no space in between). i've tried right clicking randomly, but theres nothing to add anything to the top. i can only add panels. i can add stuff that is meant to be on the top (menubar, etc), but only to the sidebar..

It's been posted quite a few times, but here it is again.

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)

Would anyone, that use almost all plugins, be kind enough to upload their foobar2000 folder or something like that? :whistle:

It should be around 2Mb in size (maximum). ;)

I'm totally new in scripting stuff so you imagine how much I'm lost?!?! :wacko: Some might say that I just need to learn but fact is, I'm not really interested into that kind of stuff but I am sure in need for the best audio player on my computer! :yes:

Please be kind & thanks in advance!

586031089[/snapback]

:ninja:

i havent attached my email? So i don't now what your talking about, what i meant is PM, i've already PM'ed the guy but no response yet, so i posted here to see if he would notice, but obviously not. :(

Primie.

586045492[/snapback]

Sorry, I was having a mid-afternoon nap. The 3DCC scheme is a modification of redrope's dblue. Just change the file's extension from .txt to .3dc. Enjoy!

dblue2.txt

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

    • No registered users viewing this page.