Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Foobar Gallery (Read 1798325 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Foobar Gallery

Reply #1150
Quote
Just wondering, what font are you using for columnsUI?
[a href="index.php?act=findpost&pid=307487"][{POST_SNAPBACK}][/a]


Lucida Sans Unicode, 7-point regular

Foobar Gallery

Reply #1151
Quote
Been quite awhile since I posted my Foobar. Finally got the custom buttons finished (based on Crystal SVG).



Navigator Suite (custom theme), projectM, etc......
[a href="index.php?act=findpost&pid=307422"][{POST_SNAPBACK}][/a]


Wow, I like this. Could you upload the .fcs file?

Foobar Gallery

Reply #1152

Foobar Gallery

Reply #1153
Quote
Wow, I like this. Could you upload the .fcs file?
[{POST_SNAPBACK}][/a]


Sure, no prob.

[a href="http://aesir.us.to/misc/aesir_custom_foo.fcs]The FCS[/url]

Foobar Gallery

Reply #1154
Quote

[a href="index.php?act=findpost&pid=307838"][{POST_SNAPBACK}][/a]

That's nice. How did you do it? Can you upload any files to help me do the same? Thanks.

Foobar Gallery

Reply #1155
Quote
My new one. 
[{POST_SNAPBACK}][/a]

I really enjoy configurations like this, my kind of style. I kinda stole mine from someone else in this topic though, hope they forgive me.

[a href="http://img89.echo.cx/my.php?image=foo3cq.jpg][/url]


Foobar Gallery

Reply #1157
Quote
Quote

Here's my fcs (commented, and pretty simple)
My trackinfo (probably more complicated than it needs to be... set your line spacing to around -15, depending on your font size, in order to have all the info on one line. You'll also need to play with the two top variables to stop the text overlapping on your config)
And my status bar code, involving even more dodgy trickery which you'll need to play with to get it looking right
Hope this helps

Foobar Gallery

Reply #1158
I'm back, this time with a few changes, a nicer colour scheme, and some bugfixing etc.


http://toolplusplus.com/stuffs/foobar2000_toolehv2.1_1.jpg
This is it normally.


http://toolplusplus.com/stuffs/foobar2000_toolehv2.1_2.jpg
This is it when you mouseover the sidebar (which you need to create yourself =P ).

Download link? Download toolehv2.1

Track Info box code?

Code: [Select]
//%title%$char(10)$char(10)$char(10)
//$if(%_trackinfo_notrack%,No track,%artist%$char(10)Album: %album%)
//$char(10)$char(10)
//%__bitrate%kbps // %__samplerate%Hz
//$char(10)$char(10)$char(10)$char(10)
//Mode: %_trackinfo_mode%


//Track-info code by Neil K (not all original)

//COLOR CODES
//blue color that is used a LOT
$puts(color1,5454A9)

//grey color that is also used a LOT
$puts(color2,$rgb(150,150,150))

//green color for word 'Original' for tracks with %origartist%, %origalbum% or %origyear%
$puts(orig_color,$rgb(116,175,170))

//light blue color for %origartist% and %origalbum%
$puts(orig_color2,$rgb(155,180,197))

//scrolling path color
$puts(scroll_color,$rgb(160,160,160))

$if(%_trackinfo_nowplaying%,

//color for 'SONG INFO' if in now-playing mode
$puts(transition_color,$rgb(255,255,255)),
//color for 'SONG INFO' if in follow-cursor mode
$puts(transition_color,$rgb(170,0,0)))

//// END OF COLOR CODES

$if(%_trackinfo_notrack%,No track playing,

//'SONG INFO' transitions
$char(1)C$transition(>>>>>>,333333,888888) $transition(S O N G,888888,$get(transition_color)) $transition(X I N F O,$get(transition_color),888888) $transition(<<<<<<,888888,333333)
$char(10)
$if(%_isplaying%,
$ifgreater(%_time_elapsed_seconds%,240,'[scrobblered]',
$ifgreater(%_time_elapsed_seconds%,$div(%_time_total_seconds%,2),'[scrobblered]',)))
//ARTIST, TITLE, ALBUM info
$char(10)Artist:$char(10)$char(1)C$rgb(255,255,255)$caps2(%artist%)$char(10)$char(10)
Title:$char(10)$char(1)C$get(color2)$if(%_isplaying%,$if(%_ispaused%,-,+),)$rgb(255,255,255)$caps2($replace(%title%,'(',ffffff'(',')',')','[',ffffff'[',']',']'))$char(10)$char(10)
$if(%album%,Album:$char(10)$char(1)C$rgb(255,255,255)$caps2(%album%) $get(color2)[ '['%date%']']$char(10),)

//displays info if there is an %origartist%, %origalbum% or %origyear% tag
$if($or(%origartist%,%origalbum%,%origyear%),
$get(orig_color)Original:$char(10)
$get(orig_color2)[%origartist%$char(10)]
$get(orig_color2)$if2(%origalbum%,)
$get(color2)[ '['%origyear%']']$char(10),)

// PROGRESS BAR
$if(%_trackinfo_nowplaying%,
$char(10)
$char(1)C$puts(len,$muldiv(%_time_elapsed_seconds%,43,%_time_total_seconds%))
$transition($repeat(█,$get(len)),4C4C99,4C4C99)
$repeat(█,$sub(43,$get(len)))
$char(10),)
$char(1)R $get(color1)[%_time_elapsed% / ][%_length%$char(10)
//TIME
$get(color1)$if($stricmp(%__codec%,Windows Media Audio V7/V8),WMA,%__codec%) @ %__bitrate% kb/s / $puts(fsize,$div(%_filesize%,1048576).$num($div($mul($mod(%_filesize%,1048576),100),1048576),2) $get(anno)MB)
$get(color1)$get(fsize)$char(10)
]

//SCROLLING PATH
$if(%_trackinfo_nowplaying%,
$char(10)
$get(scroll_color)$puts(padding,$char(160)$char(160)•$char(160)$char(160))
$puts(size,34)
$puts(title,$replace(%_path%, ,$char(160)))

$ifgreater($len2($get(title)),$get(size),
// scroll text
$puts(title,$get(title)$get(padding))
$puts(start,$add(1,$mod( %_time_elapsed_seconds%,$len($get(title)))))
$puts(display,
$cut(
$substr($get(title)$get(title),
$get(start),
$add(
$get(start),
$get(size)
)
)
,$add($get(size),1))
)
$get(display)$ifgreater($len2($get(display)),$get(size),,$char(160)),
// normal display
$get(title)
),))

Now go enjoy self.

[span style=\'font-size:8pt;line-height:100%\']moderation: code was exceedingly wide. converted to [ codebox ][/span]
hi

Foobar Gallery

Reply #1159
Quote
Quote
Quote

Here's my fcs (commented, and pretty simple)
My trackinfo (probably more complicated than it needs to be... set your line spacing to around -15, depending on your font size, in order to have all the info on one line. You'll also need to play with the two top variables to stop the text overlapping on your config)
And my status bar code, involving even more dodgy trickery which you'll need to play with to get it looking right
Hope this helps
[a href="index.php?act=findpost&pid=308036"][{POST_SNAPBACK}][/a]



What font are you using?

Foobar Gallery

Reply #1160
Frutiger Linotype, it's a commerical font but most people seem to have it

Foobar Gallery

Reply #1161
Well I don't  I know you sending it to me is probably against forum rules, so I'll have to track it down somehow.

Foobar Gallery

Reply #1162
Its released with a shedload of visual styles.

What sort of cheapass tries to sell a damn font, anyway
hi

Foobar Gallery

Reply #1163
I've been stealing code and ideas and came up with this, I try to match it with my customized MirandaIm. Don't they look cute toghether


Foobar Gallery

Reply #1164
Weeell, try to create one for yourself and you'll understand why they want to charge you for all of those beautiful fonts, tool++. It's not the easiest thing in the world.

 

Foobar Gallery

Reply #1165
Quote


Damn that is nice anychance of the .fcs file.

Rich

Foobar Gallery

Reply #1166
Quote
Quote


Damn that is nice anychance of the .fcs file.

Rich
[a href="index.php?act=findpost&pid=308150"][{POST_SNAPBACK}][/a]


Scroll up a bit, trefaes posted it.

Foobar Gallery

Reply #1167
Quote
Its released with a shedload of visual styles.

What sort of cheapass tries to sell a damn font, anyway
[a href="index.php?act=findpost&pid=308117"][{POST_SNAPBACK}][/a]


Thanks, I found it in a style I had lying around.

Foobar Gallery

Reply #1168
Heres my foobar
screenshot

[span style='font-size:8pt;line-height:100%']moderation: please refrain from inlining images larger than roughly 800x600 and 80KB. please use thumbnails and/or links for large pictures instead. try PNG for smaller filesize.[/span]

Foobar Gallery

Reply #1169
Quote
Heres my foobar
screenshot

[span style='font-size:8pt;line-height:100%']moderation: please refrain from inlining images larger than roughly 800x600 and 80KB. please use thumbnails and/or links for large pictures instead. try PNG for smaller filesize.[/span][a href="index.php?act=findpost&pid=308275"][{POST_SNAPBACK}][/a]


what's the visual style?

Foobar Gallery

Reply #1170
Quote
Quote
Quote
http://www.twc.sshunet.nl/~kjvdven/public/...bar+miranda.png


Damn that is nice anychance of the .fcs file.

Rich
[{POST_SNAPBACK}][/a]


Scroll up a bit, trefaes posted it.
[a href="index.php?act=findpost&pid=308211"][{POST_SNAPBACK}][/a]


was gonne say that

But I got it from [a href="http://foobar.nub4life.net/columns/pafiledb.php?action=category&id=5]http://foobar.nub4life.net/columns/pafiled...n=category&id=5[/url]


Foobar Gallery

Reply #1172
Quote
Well I don't  I know you sending it to me is probably against forum rules, so I'll have to track it down somehow.
[{POST_SNAPBACK}][/a]
Also comes with [a href="http://www.microsoft.com/reader/downloads/pc.asp]MS Reader[/url].

HTH.

Alessandro

Foobar Gallery

Reply #1173
Quote
Quote
was gonne say that

But I got it from http://foobar.nub4life.net/columns/pafiled...n=category&id=5
[a href="index.php?act=findpost&pid=308305"][{POST_SNAPBACK}][/a]


You did...? Where? I'm pretty sure I made that... and I don't remember uploading it there 
[a href="index.php?act=findpost&pid=308310"][{POST_SNAPBACK}][/a]


not sure got 10 .fcs on my desktop when searching for a good theme, including yours 

I say it is yours to end the fuzz

Foobar Gallery

Reply #1174
http://www.synth7.net/foobar.png

I've been playing around with trefaes' FCS, got some cool results, especially tonight with my Stream compatibility.