Help - Search - Members - Calendar
Full Version: Foobar Gallery
Hydrogenaudio Forums > Hosted Forums > foobar2000 > 3rd Party Plugins - (fb2k)
Pages: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56
Sinaptik
QUOTE(myxomatosis @ Apr 24 2005, 06:39 AM)
user posted image user posted image

rolleyes.gif
*




Can you share your Track info panel, please ?

Thank you.
myxomatosis
CODE
// Global Config Part //

// Shows Song Info in track info panel
// 0 = No, 1 = Yes
$puts(show_songinfo,1)

// Show various informations in Song Info
// 0 = No, 1 = Yes
$puts(title,1)
$puts(artist,1)
$puts(mixartist,0)
$puts(band,0)
$puts(album,1)
$puts(tracknumber,0)
$puts(genre,1)
$puts(bpm,0)
$puts(date,1)
$puts(copyright,0)


// Shows Additional Info in track info panel
// 0 = No, 1 = Yes
$puts(show_additionalinfo,0)

// Show various informations in Additional Info
// 0 = No, 1 = Yes
$puts(comment,1)
$puts(wwwartist,1)
$puts(publisher,1)
$puts(language,1)
$puts(composer,1)
$puts(lyricist,1)
$puts(conductor,1)
$puts(recordingdates,1)
$puts(fileowner,1)


// Shows Technical Info in track info panel
// 0 = No, 1 = Yes
$puts(show_techinfo,1)

// Show various informations in Tech Info
// 0 = No, 1 = Yes
$puts(codec,1)
$puts(bitrate,1)
$puts(samplerate,1)
$puts(channels,1)
$puts(time_elapsed_total,1)
$puts(trackgain,1)
$puts(albumgain,1)
$puts(rating,1)
$puts(play_counter,1)
$puts(play_date,1)
$puts(encodedby,0)
$puts(encodersettings,0)
$puts(filesize,1)
// hidden, because not really needed
$puts(filename_ext,0)
$puts(mediatype,0)
$puts(size,1)
$puts(songlen,0)
$puts(time,0)


// Shows Web Info in track info panel
// 0 = No, 1 = Yes
$puts(show_webinfo,1)

// Shows Web Related Infos in Web Info
// 0 = No, 1 = Yes
$puts(show_webrelated,1)

// Show various informations in Web Info
// 0 = No, 1 = Yes
$puts(wwwaudiofile,1)
$puts(wwwcopyright,1)
$puts(wwwcommercialinfo,1)
$puts(wwwpayment,1)
$puts(wwwpublisher,1)
$puts(wwwuser,1)

// Shows NetRadio Info in Web Info
// 0 = No, 1 = Yes
$puts(show_netradioinfo,1)

// Show various informations in NetRadio Info
// 0 = No, 1 = Yes
$puts(wwwradiopage,1)
$puts(netradioowner,1)
$puts(netradiostation,1)


// Shows Misc Info in track info panel
// 0 = No, 1 = Yes
$puts(show_miscinfo,0)

// Show various informations in Misc Info
// 0 = No, 1 = Yes
$puts(subtitle,0)
$puts(involvedpeople,0)
$puts(playlistdelay,0)
$puts(initialkey,0)
$puts(isrc,0)
$puts(partinset,0)


// Shows Original Info in track info panel
// 0 = No, 1 = Yes
$puts(show_originalinfo,0)

// Show various informations in Original Info
// 0 = No, 1 = Yes
$puts(origartist,0)
$puts(origyear,0)
$puts(origlyricist,0)
$puts(origfilename,0)

// Spacer
$puts(spacer,ffffffּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּ$char(10))

// color codes
$puts(headline,ffffff)
$puts(info,beb9b4)
$puts(text,ffffff)
$puts(grayed,c0c0c0)

// chars
$puts(rating_char,■)
$puts(progress_char,■)

// End Global Config
// ==============================================


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

// progressbar config
$puts(theme,1)
$puts(progress_length,68)

$if($strcmp($get(theme),1),
$puts(progress_color1,ffffff)
$puts(progress_color2,c3c3c3)
)


// 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
$char(1)C$get(headline)d2aa6e▪ 9a7030▪ 705123▪ ffffffP R O G R E S S
705123▪ 9a7030▪ d2aa6e▪$char(10)
$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))
))

$get(progressbar))$char(10)

// I N F O R M A T I O N S
$if($strcmp(1,$get(show_songinfo)),
$get(spacer)
$char(1)C$get(headline)d2aa6e▪ 9a7030▪ 705123▪ ffffff I N F O S
705123▪ 9a7030▪ d2aa6e▪$char(10)
$if($strcmp(1,$get(artist)),$get(info)Artist: $get(text)$if(%artist%,%artist%,$get(grayed)'['Unknown Artist']')$char(10))
$if($strcmp(1,$get(album)),$if(%album%,$get(info)Album: $get(text)%album%$char(10)))
$if($strcmp(1,$get(title)),$get(info)Title: $get(text)$if(%title%,%title%,$get(grayed)'['No Title']')$char(10))
$if($strcmp(1,$get(mixartist))
|$strcmp(1,$get(band))
,
$if($strcmp(1,$get(mixartist)),$if(%mixartist%,$get(info)MixArtist: $get(text)%mixartist%$char(10)))
$if($strcmp(1,$get(band)),$if(%band%,$get(info)Band: $get(text)%band%$char(10))))
$if($strcmp(1,$get(tracknumber)),$if(%tracknumber%,$get(info)Track: $get(text)%tracknumber%$char(10)))
$if($strcmp(1,$get(genre)),$if(%genre%,$get(info)Genre: $get(text)%genre%$char(10)))
$if($strcmp(1,$get(bpm)),$if(%bpm%,$get(info)bpm: $get(text)%bpm%$char(10)))
$if($strcmp(1,$get(date)),$if(%date%,$get(info)Date: $get(text)%date%$char(10)))
$if($strcmp(1,$get(copyright)),$if(%copyright%,$get(info)© $get(text)%copyright%$char(10)))
$if($strcmp(1,$get(time_elapsed_total)),$get(info)Time: $get(text)%_time_elapsed% / %_time_total%$char(10))
)
// End Song Info

// Additional Info
$if($strcmp(1,$get(show_additionalinfo)),
$if($if(%comment%,$and($strcmp(1,$get(comment))))
|$if(%wwwartist%,$and($strcmp(1,$get(wwwartist))))
|$if(%publisher%,$and($strcmp(1,$get(publisher))))
|$if(%language%,$and($strcmp(1,$get(language))))
|$if(%composer%,$and($strcmp(1,$get(composer))))
|$if(%lyricist%,$and($strcmp(1,$get(lyricist))))
|$if(%conductor%,$and($strcmp(1,$get(conductor))))
|$if(%recordingdates%,$and($strcmp(1,$get(recordingdates))))
|$if(%fileowner%,$and($strcmp(1,$get(fileowner))))
,$get(spacer)
$char(1)C$get(headline)Additional Info$char(10)
$if($strcmp(1,$get(comment)),$if(%comment%,$get(info)Comment: $get(text)%comment%$char(10)))
$if($strcmp(1,$get(wwwartist)),$if(%wwwartist%,$get(info)Web: $get(text)%wwwartist%$char(10)))
$if($strcmp(1,$get(publisher)),$if(%publisher%,$get(info)Publisher: $get(text)%publisher%$char(10)))
$if($strcmp(1,$get(language)),$if(%language%,$get(info)Language: $get(text)%language%$char(10)))
$if($strcmp(1,$get(composer)),$if(%composer%,$get(info)Composer: $get(text)%composer%$char(10)))
$if($strcmp(1,$get(lyricist)),$if(%lyricist%,$get(info)Lyricist: $get(text)%lyricist%$char(10)))
$if($strcmp(1,$get(conductor)),$if(%conductor%,$get(info)Conductor: $get(text)%conductor%$char(10)))
$if($strcmp(1,$get(contentgroup)),$if(%contentgroup%,$get(info)Group: $get(text)%contentgroup%$char(10)))
$if($strcmp(1,$get(recordingdates)),$if(%recordingdates%,$get(info)Rec. Date: $get(text)%recordingdates%$char(10)))
$if($strcmp(1,$get(fileowner)),$if(%fileowner%,$get(info)Owner: $get(text)%fileowner%$char(10)))
))
// End Additional Info

// S T A T I S T I C S
$if($strcmp(1,$get(show_techinfo)),
$get(spacer)
$char(1)C$get(headline)d2aa6e▪ 9a7030▪ 705123▪ ffffffS T A T I S T I C S 705123▪ 9a7030▪ d2aa6e▪$char(10)
$if($strcmp(1,$get(codec)),$get(info)Codec: $get(text)%__codec%$char(10))
$if($strcmp(1,$get(channels)),$get(info)Channels: $get(text)$if(%__channels%,$ifgreater(%__channels%,2,%__channels%ch,$ifgreater(%__channels%,1,Stereo,Mono)),)$char(10))
$if($strcmp(1,$get(bitrate)),$get(info)Bitrate: $get(text)%__bitrate% Kbit/s$char(10))
$if($strcmp(1,$get(samplerate)),$get(info)Samplerate: $get(text)%__samplerate% Hz$char(10))
$puts(size,5)
$if($strcmp(1,$get(trackgain)),$if(%__replaygain_track_gain%,$get(info)RG Track: $get(text)$cut(%__replaygain_track_gain%,$get(size)) dB$char(10)))
$if($strcmp(1,$get(albumgain)),$if(%__replaygain_album_gain%,$get(info)RG Album: $get(text)$cut(%__replaygain_album_gain%,$get(size)) dB$char(10)))

$puts(rating,1)
$puts(_rating,$repeat($get(rating_char),%trackrating%))$if($strcmp(1,$get(rating)),$if(%trackrating%,$get(info)Rating:$get(text) $get(_rating) $get(grayed)
$char(10)))

$if($strcmp(1,$get(play_counter)),$if(%play_counter%,$get(info)Played $get(text)%play_counter%$get(info) time'('s')' since ffffff23/02/2005$char(10)))
$if($strcmp(1,$get(play_date)),$if(%play_date%,$get(info)Last played: $get(text)%play_date%$char(10)))
$if($strcmp(1,$get(encodedby)),$if(%encodedby%,$get(info)Encoded by: $get(text)%encodedby%$char(10)))
$if($strcmp(1,$get(encodersettings)),$if(%encodersettings%,$get(info)Encoder Settings: $get(text)%encodersettings%$char(10)))

// formating filesize string by upNorth
$if($strcmp(1,$get(filesize)),$get(info)Filesize: $get(text)$div(%_filesize%,1048576).$left($num($muldiv($mod(%_filesize%,1048576),1000,1048576),3),2)' MB'$char(10)))
$if($strcmp(1,$get(filename_ext)),$get(info)File: $get(text)%_filename_ext%$char(10))
$if($strcmp(1,$get(mediatype)),$if(%mediatype%,$get(info)Mediatype: $get(text)%mediatype%$char(10)))
$if($strcmp(1,$get(size)),$if(%size%,$get(info)Size: $get(text)%size%$char(10)))
$if($strcmp(1,$get(songlen)),$if(%songlen%,$get(info)Length: $get(text)%songlen%$char(10)))
$if($strcmp(1,$get(songlen)),$if(%songlen%,$get(info)Length: $get(text)%songlen%$char(10)))
$if($strcmp(1,$get(time)),$if(%time%,$get(info)Time: $get(text)%time%$char(10)))
$get(spacer)

// End Tech Info

// Web Info
$if($strcmp(1,$get(show_webinfo)),
$if($if(%wwwaudiofile%,$and($strcmp(1,$get(wwwaudiofile))))
|$if(%wwwcopyright%,$and($strcmp(1,$get(wwwcopyright))))
|$if(%wwwcommercialinfo%,$and($strcmp(1,$get(wwwcommercialinfo))))
|$if(%wwwpayment%,$and($strcmp(1,$get(wwwpayment))))
|$if(%wwwpublisher%,$and($strcmp(1,$get(wwwpublisher))))
|$if(%wwwuser%,$and($strcmp(1,$get(wwwuser))))
|$if(%wwwradiopage%,$and($strcmp(1,$get(wwwradiopage))))
|$if(%netradioowner%,$and($strcmp(1,$get(netradioowner))))
|$if(%netradiostation%,$and($strcmp(1,$get(netradiostation))))
,$get(spacer)

// Web Related
$if($strcmp(1,$get(show_webrelated)),
$if($if(%wwwaudiofile%,$and($strcmp(1,$get(wwwaudiofile))))
|$if(%wwwcopyright%,$and($strcmp(1,$get(wwwcopyright))))
|$if(%wwwcommercialinfo%,$and($strcmp(1,$get(wwwcommercialinfo))))
|$if(%wwwpayment%,$and($strcmp(1,$get(wwwpayment))))
|$if(%wwwpublisher%,$and($strcmp(1,$get(wwwpublisher))))
|$if(%wwwuser%,$and($strcmp(1,$get(wwwuser))))
,
$char(1)C$get(headline)Web Info$char(10)
$if($strcmp(1,$get(wwwaudiofile)),$if(%wwwaudiofile%,$get(info)File: $get(text)%wwwaudiofile%$char(10)))
$if($strcmp(1,$get(wwwcopyright)),$if(%wwwcopyright%,$get(info)© $get(text)%wwwcopyright%$char(10)))
$if($strcmp(1,$get(wwwaudiosource)),$if(%wwwaudiosource%,$get(info)Source: $get(text)%wwwaudiosource%$char(10)))
$if($strcmp(1,$get(wwwcommercialinfo)),$if(%wwwcommercialinfo%,$get(info)Info: $get(text)%wwwcommercialinfo%$char(10)))
$if($strcmp(1,$get(wwwpayment)),$if(%wwwpayment%,$get(info)Payment: $get(text)%wwwpayment%$char(10)))
$if($strcmp(1,$get(wwwpublisher)),$if(%wwwpublisher%,$get(info)Publisher: $get(text)%wwwpublisher%$char(10)))
$if($strcmp(1,$get(wwwuser)),$if(%wwwuser%,$get(info)User: $get(text)%wwwuser%$char(10)))
$char(10))
)
// End Web Info

// Net Radio Info
$if($strcmp(1,$get(show_netradioinfo)),

$if($if(%wwwradiopage%,$and($strcmp(1,$get(wwwradiopage))))
|$if(%netradioowner%,$and($strcmp(1,$get(netradioowner))))
|$if(%netradiostation%,$and($strcmp(1,$get(netradiostation))))
,$char(1)C$get(headline)NetRadio Info$char(10)
$if($strcmp(1,$get(wwwradiopage)),$if(%wwwradiopage%,$get(info)Page: $get(text)%wwwradiopage%$char(10)))
$if($strcmp(1,$get(netradioowner)),$if(%netradioowner%,$get(info)Owner: $get(text)%netradioowner%$char(10)))
$if($strcmp(1,$get(netradiostation)),$if(%netradiostation%,$get(info)Station: $get(text)%netradiostation%$char(10))))
)))
// End - Web Related

// Misc Info
$if($strcmp(1,$get(show_miscinfo)),
$if($if(%subtitle%,$and($strcmp(1,$get(subtitle))))
|$if(%involvedpeople%,$and($strcmp(1,$get(involvedpeople))))
|$if(%playlistdelay%,$and($strcmp(1,$get(playlistdelay))))
|$if(%initialkey%,$and($strcmp(1,$get(initialkey))))
|$if(%isrc%,$and($strcmp(1,$get(isrc))))
|$if(%partinset%,$and($strcmp(1,$get(partinset))))
,$get(spacer)
$char(1)C$get(headline)Misc Info$char(10)
$if($strcmp(1,$get(subtitle)),$if(%subtitle%,$get(info)Subtitle: $get(text)%subtitle%$char(10)))
$if($strcmp(1,$get(involvedpeople)),$if(%involvedpeople%,$get(info)Involved People: $get(text)%involvedpeople%$char(10)))
$if($strcmp(1,$get(playlistdelay)),$if(%playlistdelay%,$get(info)Playlistdelay: $get(text)%playlistdelay%$char(10)))
$if($strcmp(1,$get(initialkey)),$if(%initialkey%,$get(info)Initialkey: $get(text)%initialkey%$char(10)))
$if($strcmp(1,$get(isrc)),$if(%isrc%,$get(info)ISRC: $get(text)%isrc%$char(10)))
$if($strcmp(1,$get(partinset)),$if(%partinset%,$get(info)Partinset: $get(text)%partinset%$char(10)))
))
// End Misc Info

// Original Info
$if($strcmp(1,$get(show_originalinfo)),
$if($if(%origartist%,$and($strcmp(1,$get(origartist))))
|$if(%origyear%,$and($strcmp(1,$get(origyear))))
|$if(%origlyricist%,$and($strcmp(1,$get(origlyricist))))
|$if(%origfilename%,$and($strcmp(1,$get(origfilename))))
,$get(spacer)
$char(1)C$get(headline)Original Info$char(10)
$if($strcmp(1,$get(origartist)),$if(%origartist%,$get(info)Artist: $get(text)%origartist%$char(10)))
$if($strcmp(1,$get(origyear)),$if(%origyear%,$get(info)Year: $get(text)%origyear%$char(10)))
$if($strcmp(1,$get(origlyricist)),$if(%origlyricist%,$get(info)Lyricist: $get(text)%origlyricist%$char(10)))
$if($strcmp(1,$get(origfilename)),$if(%origfilename%,$get(info)Filename: $get(text)%origfilename%$char(10)))
))
Raven
my current config..

user posted image
synth7
QUOTE(Raven @ Apr 24 2005, 10:56 PM)
my current config..

user posted image
*



Love the trackinfo smile.gif Cool setup.
Bonzi
My current config, pretty simple but I like it:

user posted image
Raven
QUOTE(synth7 @ Apr 25 2005, 03:02 AM)
QUOTE(Raven @ Apr 24 2005, 10:56 PM)
my current config..

user posted image
*



Love the trackinfo smile.gif Cool setup.
*



I got the trackinfo config form your post on the trackinfo thread. I've just changed few things so it fits my theme.

thx
delbres
QUOTE(anza @ Apr 22 2005, 09:28 AM)
QUOTE(kadajawi @ Apr 22 2005, 04:05 PM)
QUOTE(delbres @ Apr 22 2005, 05:59 AM)
user posted image
*


wtf is that?
*


I'd say foobar. I would definitely want to see teh whole desktop, looks really minimal (Y)
*




here it is with the desktop. smile.gif

http://img239.echo.cx/img239/7586/clipboard018ua.png
Stratman
When I cut and paste code it pastes as one continuos line of code instead of line by line. What am I doing wrong?
brumal666
QUOTE(Bonzi @ Apr 24 2005, 11:04 PM)
My current config, pretty simple but I like it:

user posted image
*



I've been looking for those buttons. Care to share a link to 'em?

Gracias smile.gif
Bonzi
QUOTE(brumal666 @ Apr 25 2005, 08:41 AM)

I've been looking for those buttons. Care to share a link to 'em?

Gracias  smile.gif
*



Sure, you can find them here.
brumal666
QUOTE(Bonzi @ Apr 25 2005, 11:14 AM)
Sure, you can find them here.
*



Thanks!

user posted image

cool.gif biggrin.gif
m-z
My current config:
user posted image
AlexanderTG
I'm a gray type a guy huh.gif

user posted image
xonecas
My Foobar

Can you be more leet than this ? simple, b-e-a-u-tiful !

I'm just kiddin'. This is my foobar, hope someone likes it too, not heavely coded, just with columns_ui \ trackinfo \ playlistfind and Serenity 2.0 windows theme by Heylove ... send me feedback and sugestions please smile.gif
brumal666
And now for something completely the same... a man with three noses...

user posted image

Two noses?

wink.gif
synth7
user posted image

I've made a few changes recently, although I don't think many of them are for the better. You decide.
joes_garage
QUOTE(delbres @ Apr 25 2005, 02:49 AM)
QUOTE(anza @ Apr 22 2005, 09:28 AM)
QUOTE(kadajawi @ Apr 22 2005, 04:05 PM)
QUOTE(delbres @ Apr 22 2005, 05:59 AM)
user posted image
*


wtf is that?
*


I'd say foobar. I would definitely want to see teh whole desktop, looks really minimal (Y)
*




here it is with the desktop. smile.gif

http://img239.echo.cx/img239/7586/clipboard018ua.png
*



I'm mystified... Completely. blink.gif Would you mind sharing your secret with us? Any .fcs file / config info you could post?

BTW, That monkey riding the dog is just great. biggrin.gif
Tiis
QUOTE(brumal666 @ Apr 28 2005, 03:14 AM)
And now for something completely the same... a man with three noses...

user posted image

Two noses?

wink.gif
*



Yeah, another In Flames listener cool.gif
eyemthatguy
QUOTE(g-spot @ Apr 10 2005, 10:54 AM)
user posted image

simple...
*


Can you share with me the instrucitons on how to emulate your fine display?

thanks

etg
wellej
user posted image

After a lot of cursing and headbanging (not the good kind of listening-to-metal type of headbanging wink.gif ) I ended up with this..

Mostly ripped from other people's work (Thanks! You know who you are..), so it doesn't score high in originality, but it matches my windoze sooo nicely!
aurelio
@wellej
You used Soap, it's a very nice theme!
The progress bar at the bottom is included in Soap, or you got it from elsewhere?
Launch
My current Foobar layout...

*edit*
user posted image
wellej
QUOTE(aurelio @ Apr 28 2005, 10:30 PM)
@wellej
You used Soap, it's a very nice theme!
The progress bar at the bottom is included in Soap, or you got it from elsewhere?
*



Nope, that one is mostly self-made. I'd post the formatting string, but I'm at work right now. I'll post it later if you're interested...
scann-tec
QUOTE(miscellanea @ Mar 1 2005, 03:22 PM)
QUOTE(stripe @ Mar 1 2005, 06:28 PM)
@miscellanea: hooray for netlabels!  I did a doubletake to make sure I hadn't posted my own playlist in a different config.

(that scann tec track is a recent favorite)

any chance you'd post that lite version of olight?

stripe/ben
*



Scann Tec is now one of my favourite artist too.
His release on kahvi "Visiting Sky EP" is my first listen, but "Collapse" on AcediaMusic is even greater for me. Playing again and again...

and config :
fcs file
*



Thanks guys. By the way i produce Collaps II. Release is coming soon. Check the cover guys: http://www.scann-tec.info

and thanks for good feedback about my releases smile.gif
necropimp
not sure how much changed since the last time... i tried completely rearranging everything... then went back to the layout i already had

user posted image
Sinaptik
QUOTE(necropimp @ Apr 29 2005, 09:31 AM)
not sure how much changed since the last time... i tried completely rearranging everything... then went back to the layout i already had

user posted image
*



Hi, can you share your track info panel and your statusbar, please ?

Thank you.
AxaliaN
Here's my attempt at a cool layout tongue.gif

And yes that's pong =)


screenshot (ca. 660KB)


moderation: max. for inlined screenshots: ca. 800x600px, 80KB. please use links and/or thumbnails for larger ones. png is usually better than jpeg for screenshots.
Strictly4me
@AxaliaN
Very nice! Can you share your track-info, please?

((((( Strictly4me )))))
necropimp
QUOTE(Sinaptik @ Apr 29 2005, 09:55 AM)

Hi, can you share your track info panel and your statusbar, please ?

Thank you.
*



my trackinfo panel is an bit messy
CODE
// transition color for fading out
$puts(trans_back,606060)

// transition color for foreground
$puts(trans_frnt,ffffff)
$puts(r_cl,e2e2e2)

$if(%_trackinfo_notrack%,$char(10)$char(10)$char(10)$char(10)$char(10)$char(10)$char(1)CNo track playing,
$if(%date%,Date: a3a3a3%date%$char(10),$if(%origyear%,Date: a3a3a3%origyear%$char(10),))
$if(%genre%,Genre: a3a3a3%genre%$char(10),)
Length: a3a3a3$if(%_isplaying%,%_time_elapsed%/%_length%,%_length%)$char(10)
Codec: a3a3a3%__codec%$char(10)
Bitrate: a3a3a3
%__bitrate%Kbps $if($stricmp(%__codec%,mp3),$if($stricmp(%__extrainfo%,vbr),VBR,CBR))$char(10)
$if(%__lame_profile%,Preset: a3a3a3%__lame_version% %__lame_profile% $char(10),)
$if(%__mpc_profile%,Profile: a3a3a3%__mpc_profile%$char(10),)
Compression: a3a3a3$div(1411,%__bitrate%).$substr($muldiv(1411,100,%__bitrate%),2,3):1 '['$muldiv(%__bitrate%,100,1411)'%]'$char(10)
Channels: a3a3a3$if($stricmp($codec(),MP3),%__mp3_stereo_mode%,$ifgreater(%__channels%,1,Stereo,Mono))$char(10)
$if(%__bitspersample%,Bitdepth:a3a3a3 %__bitspersample%$char(10),)
Samplerate: a3a3a3%__samplerate% Hz$char(10)
Filesize: a3a3a3$div(%_filesize%,1048576).$left($num($muldiv($mod(%_filesize%,1048576),100,1048576),2),2)'MB'$char(10)
Rating: a3a3a3$if(%rating%,$if(%rating%,$select(%rating%,⋆$get(r_cl)⋆⋆⋆⋆,⋆⋆$get(r_cl)⋆⋆⋆,⋆⋆⋆$get(r_cl)⋆⋆,⋆⋆⋆⋆$get(r_cl)⋆,⋆⋆⋆⋆⋆)),Not Yet Rated)$char(10)
$char(1)C$transition(-------------------------,$get(trans_back),$get(trans_frnt))$get(white)-$transition(-------------------------,$get(trans_frnt),$get(trans_back))$char(10)
$char(1)CTrack Progress a3a3a3$muldiv(%_time_elapsed_seconds%,100,%_time_total_seconds%)'%'$char(10)
$char(1)C$progress2(%_time_elapsed_seconds%, %_time_total_seconds%, 30,'█',a3a3a3'█')



and the status bar
CODE
$codec()' '
[%__lame_version%] [%__lame_profile%]
[%__mpc_profile%]
[%__bitrate%kbps ]['('%__bitrate_dynamic%kbps')' ][%__samplerate%Hz]' '
$channels()
[ %__extrainfo%]'   ¤   '
$if(%_time_total%,[%_time_elapsed%]' / '[%_time_total%],[%_time_elapsed%])
  A65300$progress(%_time_elapsed_seconds%, %_time_total_seconds%, 50,402000'█','█')
$muldiv(%_time_elapsed_seconds%,100,%_time_total_seconds%)'%'
AxaliaN
QUOTE(Strictly4me @ Apr 29 2005, 12:14 PM)
@AxaliaN
Very nice! Can you share your track-info, please?

((((( Strictly4me )))))
*



Sure.

CODE
// variables
$puts(padding,$char(160)$char(160)•$char(160)$char(160))
$puts(size,30)
$puts(sizeplus1,31)
$puts(pong,1)

// title
$char(1)C$rgb(255,255,255)
$if(%_trackinfo_notrack%,No track!,
$puts(title,$replace(%title%, ,$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)
)
)
,$get(sizeplus1))
)
$get(display)$ifgreater($len2($get(display)),$get(size),,$char(160)),
// normal display
$get(title)
)
)$char(10)

// artist
$char(1)C$rgb(255,255,255)
$if(%_trackinfo_notrack%,---,
$puts(title,$replace(%artist%, ,$char(160)))
$ifgreater($len2(%artist%),$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)
)
)
,$get(sizeplus1))
)
$get(display)$ifgreater($len2($get(display)),$get(size),,$char(160)),
// normal text
$get(title)
)
)$char(10)
$char(10)
$char(1)C▫$transition($repeat(─,12),FFFFFF,000000)0000ff♥808080$transition($repeat(─,12),000000,FFFFFF)▫$char(10)
Album:
$rgb(255,255,255)$if(%_trackinfo_notrack%,---,
$if(%album%,
$puts(title,$replace(%album%$if($strcmp(%album artist%,%artist%),,' ♫ '), , ))
$puts(padding,$char(160) ♫ $char(160))
$puts(size,$sub($get(size),17))
$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),,),
// normal display
$get(title)
)
,'[none]'))$char(10)

Date: $rgb(255,255,255)$if(%_trackinfo_notrack%,---,$if2(%date%,n/a))$char(10)
Genre: $rgb(255,255,255)$if(%_trackinfo_notrack%,---,%genre%)$char(10)
Track: $rgb(255,255,255)$if(%_trackinfo_notrack%,---,$if2(%tracknumber%[ / %tracktotal%],n/a))$char(10)
$char(1)C▫$transition($repeat(─,12),FFFFFF,000000)373737♣$transition($repeat(─,12),000000,FFFFFF)▫$char(10)
Codec: $rgb(255,255,255)$if(%_trackinfo_notrack%,---,%__codec%)$char(10)
Bitrate: $rgb(255,255,255)$if(%_trackinfo_notrack%,---,%__bitrate% kbps)$char(10)
Time: $rgb(255,255,255)$if(%_trackinfo_notrack%,---,$if2(%_time_elapsed% / ,)%_length%)$char(10)

$repeat('_',$add($get(sizeplus1,2)))


// PROGRESS BAR WIDTH
// if you want to change the length, there are two "99"s you'll have to find and replace
$puts(len,$muldiv(%_time_elapsed_seconds%,25,%_time_total_seconds%))

// BAR
$char(1)C▫$transition($repeat(─,12),FFFFFF,000000)0000ff♦808080$transition($repeat(─,12),000000,FFFFFF)▫$char(10)
$char(1)C$transition($repeat(>,$get(len)),000000,0000FF)
$repeat(>,$sub(25,$get(len)))
$char(10)
$char(1)C▫$transition($repeat(─,12),FFFFFF,000000)373737♠$transition($repeat(─,12),000000,FFFFFF)▫$char(10)
$char(10)$char(10)

// Omg it's Pong!
$if($stricmp($mod(%_time_elapsed_seconds%,11),0),$char(1)C║|▫ ║$char(10)$char(1)C║ |║$char(10)$char(1)C║ ║$char(10)$char(10)$char(1)C0 - 0)
$if($stricmp($mod(%_time_elapsed_seconds%,11),1),$char(1)C║ ║$char(10)$char(1)C║| ▫ ‌║$char(10)$char(1)C║ |║$char(10)$char(10)$char(1)C0 - 0)
$if($stricmp($mod(%_time_elapsed_seconds%,11),2),$char(1)C║ ║$char(10)$char(1)C║ ║$char(10)$char(1)C║| ▫ |║$char(10)$char(10)$char(1)C0 - 0)
$if($stricmp($mod(%_time_elapsed_seconds%,11),3),$char(1)C║ ║$char(10)$char(1)C║| ▫ |║$char(10)$char(1)C║ ║$char(10)$char(10)$char(1)C0 - 0)
$if($stricmp($mod(%_time_elapsed_seconds%,11),4),$char(1)C║| ▫ |║$char(10)$char(1)C║ ║$char(10)$char(1)C║ ║$char(10)$char(10)$char(1)C0 - 0)
$if($stricmp($mod(%_time_elapsed_seconds%,11),5),$char(1)C║ |║$char(10)$char(1)C║| ▫ ║$char(10)$char(1)C║ ║$char(10)$char(10)$char(1)C0 - 0)
$if($stricmp($mod(%_time_elapsed_seconds%,11),6),$char(1)C║ ║$char(10)$char(1)C║ |║$char(10)$char(1)C║| ▫║$char(10)$char(10)$char(1)C0 - 0)
$if($stricmp($mod(%_time_elapsed_seconds%,11),7),$char(1)C║ ║$char(10)$char(1)C║| ║$char(10)$char(1)C║ |║$char(10)$char(10)$char(1)C0 - 0)
$if($stricmp($mod(%_time_elapsed_seconds%,11),8),$char(1)C║ ║$char(10)$char(1)C║‌| ║$char(10)$char(1)C║ |║$char(10)$char(10)$char(1)C0 - 0)
$if($stricmp($mod(%_time_elapsed_seconds%,11),9),$char(1)C║ ║$char(10)$char(1)C║| ║$char(10)$char(1)C║ |║$char(10)$char(10)$char(1)C1 - 0)
$if($stricmp($mod(%_time_elapsed_seconds%,11),10),$char(1)C║ ║$char(10)$char(1)C║| ║$char(10)$char(1)C║ |║$char(10)$char(10)$char(1)C1 - 0)
synth7
@ AxaliaN

You should post the pong code in a notepad file, when I pasted it into my foobar trackinfo, the spacing doesn't take, so its all squished.
AxaliaN
QUOTE(synth7 @ Apr 29 2005, 02:50 PM)
@ AxaliaN

You should post the pong code in a notepad file, when I pasted it into my foobar trackinfo, the spacing doesn't take, so its all squished.
*





Here it is. Couldnt find an attachment option here so it's on my webspace: download. Also, be sure to use courier new as your font for the trackinfo panel, otherwise it's all screwed up.
Strictly4me
@AxaliaN
Thanks! smile.gif

((((( Strictly4me )))))
hunted
too lazy to make a thumbnail
After using navigator for a while now, I decided to go back to a custom one. Its grey to match my windows theme (watercolor lite grey)
its not quite done, but I don't feel like finishing it right now, it looks kinda like mine on page one

http://home.comcast.net/~ghs-hunted/foobar2000.png
fb2k
http://home.comcast.net/~ghs-hunted/foobar2000-playlists.png
playlists tab, i use a custom display to indent and also color based on -s-
AxaliaN
I modified my pong code, so it looped. The scoreboard idea was deemed impossible. Here's the code:

Pong code

Remember to use courier new as font or you'll murder the spacing.
alphaex32
Been working on a config, thought I'd share smile.gif

user posted image
eyemthatguy
QUOTE(alphaex32 @ Apr 30 2005, 05:53 PM)
Been working on a config, thought I'd share smile.gif

user posted image
*



can you share your fcs? I want to see how to implement RATING into my current setup and do not having a working reference point.

Thanks.
Tiis
QUOTE(AxaliaN @ Apr 30 2005, 10:34 AM)
I modified my pong code, so it looped. The scoreboard idea was deemed impossible. Here's the code:

Pong code

Remember to use courier new as font or you'll murder the spacing.
*



Very nice idea! But which lines must be removed to eliminate this useless scoreboard?

BTW: Here's the next lvl of my config cool.gif

user posted image

The line on the bottom is the progressbar, not an awful windows slider.. rolleyes.gif
alphaex32
QUOTE(eyemthatguy @ May 1 2005, 12:43 AM)
QUOTE(alphaex32 @ Apr 30 2005, 05:53 PM)
Been working on a config, thought I'd share smile.gif

user posted image
*



can you share your fcs? I want to see how to implement RATING into my current setup and do not having a working reference point.

Thanks.
*



Sure, but forgive my sloppy coding:
DarkAlpha.fcs
And here's my playlist tree config and icons if anyone's interested:
Alphaex.col
treesimple.bmp
AxaliaN
QUOTE(Tiis @ May 1 2005, 03:36 AM)
Very nice idea! But which lines must be removed to eliminate this useless scoreboard?
*



Lol, forgot to remove it ^^

New version uploaded:

Pong~
mrniss
QUOTE(metal_termite @ Jan 27 2005, 05:52 AM)
user posted image
*



what xp style is that?
Superunknown
I haven't find yet, how do you manage to bring the panel at the top of the window instead of on the left side sad.gif
amonrei
user posted image
NEMO7538
Extensive Playlist Tree tuning .....


screenshot


moderation: max. for inlined screenshots: ca. 800x600px, 80KB. please use links and/or thumbnails for larger ones. png is usually better than jpeg for screenshots.
Squeller
I've had a simple, but effective idea: Display the loudest track (which of course needs properly replaygained tracks).

Simply use

CODE
$if($stricmp(%__replaygain_track_peak%,%__replaygain_album_peak%),$if(%__replaygain_album_peak%,is_peak=1,),)
albumpeak=0000CA


in your global variables and e.g. I use the following in my Track numbers background color:

CODE
$if(%_is_peak%,%_albumpeak%,
ELSE THE COLORS YOU ALREADY HAVE SET
)


Have fun
Spi
my foobar:

user posted image
crono cloud
oops. sorry bout double post......
user posted image
Strictly4me
Albumart/Lyrics and playlist together?

((((( Strictly4me )))))
Squeller
I did an update.

Green playlist number background: Flagged track OR track #1 (req. foo_quicktag for easy flagging)
Red time background: Loudest track of an album (req. properly tagged tracks)
Grey text: Skipped tracks (req. foo_skip, foo_quicktag)

FCS here
user posted image
muma
QUOTE(mrniss @ May 2 2005, 12:01 AM)
QUOTE(metal_termite @ Jan 27 2005, 05:52 AM)
user posted image
*



what xp style is that?
*


opus 1.5
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.