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 1805336 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Foobar Gallery

Reply #725
I like something simple. 


Foobar Gallery

Reply #726
Quote
I like something simple. 


Foobar Gallery

Reply #727
How did you get the [span style='font-size:21pt;line-height:100%']♫[/span] to display? When I did that it ended up with something else.

Foobar Gallery

Reply #728
Quote
That's a nifty minimal config. But how does John Williams fit under "G"?  
[a href="index.php?act=findpost&pid=292161"][{POST_SNAPBACK}][/a]


The "G" here is meaningless, just a symbol, a mark, for the tab 

Quote
How did you get the [span style='font-size:21pt;line-height:100%']♫[/span] to display? When I did that it ended up with something else.
[a href="index.php?act=findpost&pid=292322"][{POST_SNAPBACK}][/a]


I think it's something about font, about unicode.

I'm not sure. 

Foobar Gallery

Reply #729
Look here for more infos!

((((( Strictly4me )))))

Foobar Gallery

Reply #730
My current foobar2000 config!
My new version of Azrael 5 (Yes I'm back)

Foobar Gallery

Reply #731
[a href="http://img220.echo.cx/my.php?image=foobar2k2104053tc.jpg" target="_blank"]

Foobar Gallery

Reply #732
shadikka,

fancy sharing your config with teh world?

ronny

Foobar Gallery

Reply #733

Foobar Gallery

Reply #734
Quote

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

wtf is that?

Foobar Gallery

Reply #735
Quote
Quote

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

wtf is that?
[a href="index.php?act=findpost&pid=292681"][{POST_SNAPBACK}][/a]

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

Foobar Gallery

Reply #736
I would lean towards minimalism as well:

Click on image to see full desktop:
Volume Control's on the right folks 

Foobar Gallery

Reply #737
Litestep?
My English sucks... Forgive me :(


Foobar Gallery

Reply #739
My FB:

[a href="http://img242.echo.cx/my.php?image=fbti5bp.png" target="_blank"] It will look fine now.

Foobar Gallery

Reply #740
Heh, I wouldn't have guessed people like my foobar formatting string.
Well, here it is: http://koti.mbnet.fi/wwolf/DBlueGradient.fcs.

You should use a formatting string which shows tracks with no album and/or tracknumber last or only have whole albums in the playlist, it looks pretty messed else.
Enjoy!

Foobar Gallery

Reply #741
Quote
My FB:

http://home.arcor.de/Tiis/fbti.jpg




[span style='font-size:8pt;line-height:100%']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.[/span]
[{POST_SNAPBACK}][/a]


In Flames Rocks SO HARD!

[a href="http://img173.echo.cx/my.php?image=myfoobar2za.jpg][/url]
- FLAC/200GB external
- AAC 128 vbr/local
- iPod Nano 2G 8GB

Foobar Gallery

Reply #742
Quote
My FB:

http://home.arcor.de/Tiis/fbti.jpg




[span style='font-size:8pt;line-height:100%']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.[/span]
[a href="index.php?act=findpost&pid=292708"][{POST_SNAPBACK}][/a]


Could you share you status bar, at least, please?

Thanks.

Foobar Gallery

Reply #743
Quote
Quote
My FB:

It will look fine now.


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

Could you share you status bar, at least, please?

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

Code: [Select]
//**************************************
// set colors
//**************************************
$puts(col_paused,808040)
$puts(col_streaming,008800)
$puts(col_cue_file,880000)
$puts(col_progbar_symb1,804000)
$puts(col_progbar_symb2,000000)
$puts(col_time_remaining,000000)
$puts(col_bitrate,B7948F)
$puts(col_bitrate2,808080)
$puts(col_stereo,808080)


//**************************************
// set variables
//**************************************
$puts(text_streaming,'Streaming')
$puts(text_listened_for,'Listened for:')
$puts(text_cue_file,'Cue File')
$puts(text_paused,'PAUSED')
$puts(text_time_remaining,[%_time_remaining%])
$puts(spacer_symb,' ')
$puts(spacer_width,2)
$puts(progbar_symb1,'ι')
$puts(progbar_symb2,'ι')
$puts(progbar_length,90)
$puts(text_bitrate,$get(col_bitrate)$if2($pad(%__bitrate_dynamic%,3)808080'

kbps',$if2(%__bitrate%' kbps',)))
$puts(text_extrainfo,[%__extrainfo%])



//**************************************
// add colors and formatting
//**************************************
$puts(spacer,$repeat($get(spacer_symb),$get(spacer_width)))
$puts(text_streaming,$get(col_streaming)$get(text_streaming))
$puts(text_listened_for,$get(col_streaming)$get(text_listened_for))
$puts(text_cue_file,$get(col_cue_file)$get(text_cue_file))
$puts(text_paused,$get(col_paused)$get(text_paused))
$puts(text_time_remaining,$get(col_time_remaining)$get(text_time_remaining))
$puts(progbar_symb1,$get(col_progbar_symb1)$get(progbar_symb1))
$puts(progbar_symb2,$get(col_progbar_symb2)$get(progbar_symb2))



//***********************************************************
//***********************************************************



//**************************************
// streaming
//**************************************
$puts(streaming,
$if(%_time_total%,,
$get(text_streaming)$get(spacer)
)
)



//**************************************
// cuefile
//**************************************
$puts(cue_file,
$if(%__cue_audiotype%,
$get(text_cue_file)$get(spacer)
)
)



//**************************************
// codec
//**************************************
$if(%__codec%,

$if($stricmp(%__codec%,musepack),$puts(codec,'MPC'),
$if($stricmp(%__codec%,vorbis),$puts(codec,'Ogg'),
$get(spacer) $puts(codec,%__codec%)
))
,
//If no codec tag and not streaming, read file extention
$if($and(%_time_total%,$not(%__codec%)),
$puts(codec,$upper($ext(%_path%)))
)

)



//**************************************
// bitrate
//**************************************
$puts(bitrate,$get(spacer)$get(text_bitrate))

$if($stricmp(%__codec%,musepack),
$if(%__mpc_profile%,
$puts(bitrate,$get(spacer)%__mpc_profile%$get(spacer)$get(text_bitrate))
)
)


//**************************************
// extrainfo
//**************************************

$puts(extrainfo,$get(spacer)$get(text_extrainfo))

$if($stricmp(%__codec%,MP3),
$if(%__extrainfo%,,
$puts(extrainfo,$get(spacer)'CBR')
)
)

$if($stricmp(%__codec%,musepack),
$if(%__mpc_streamversion%,$puts(extrainfo,$get(spacer)'sv'%__mpc_streamversion%))
)



//**************************************
// samplerate
//**************************************
$puts(samplerate,
$if(%__samplerate%,
$get(spacer)$cut(%__samplerate%,2)'kHz'
)
)



//**************************************
// channels
//**************************************
$puts(channels,
$if(%__channels%,
$get(spacer)$ifgreater(%__channels%,2,%__channels%ch,$ifgreater(%__channels%,1,Stereo,Mono))
)
)


//**************************************
// mp3 stereo mode
//**************************************
$puts(stereo_mode,
$if2( $get(col_stereo)'['$caps(%__mp3_stereo_mode%)']',)
)

//**************************************
// Replay Gain
//**************************************
//track gain
$puts(rpg,

$if(%__replaygain_track_gain%,
$get(spacer)
' TGain:'$cut(%__replaygain_track_gain%,5)'dB'

$if(%__replaygain_album_gain%,
$get(spacer)' AGain:'$cut(%__replaygain_album_gain%,5)'dB'
)
)
)



//**************************************
// progress bar
// (checking total because of streaming)
//**************************************
$puts(progress_bar,
$if(%_time_total_seconds%,
$get(spacer)$get(spacer)
$progress2(%_time_elapsed_seconds%,%_time_total_seconds%,$get(progbar_length),$get(progbar_s

ymb1),$get(progbar_symb2))
)
)



//**************************************
// progress %
// (checking total because of streaming)
//**************************************
$puts(progress_%,
$if(%_time_total_seconds%,
'

'808080$pad_right($muldiv(%_time_elapsed_seconds%,100,%_time_total_seconds%),3)808080'%'

' '
)
)



//**************************************
// 'Listened for:'
// (used for streaming)
//**************************************
$puts(listened_for,
$if(%_time_total%,,
$get(spacer)$get(spacer)$get(text_listened_for)
)
)



//**************************************
// time
//**************************************
$puts(time,
$get(spacer)
' '[%_time_elapsed%]
$if(%_time_total%,
'/'%_time_total%' ' $get(spacer)$get(spacer)$get(spacer)
'Time left: '$get(text_time_remaining)
)
)



//**************************************
// paused
//**************************************
$puts(paused,
$if(%_ispaused%,
$get(text_paused)
)
)



//**************************************
//**************************************
// create string
//**************************************
//**************************************

$get(streaming)
$get(cue_file)
$get(codec)
$get(bitrate)
$get(extrainfo)
$get(samplerate)
$get(channels)
$get(stereo_mode)
$get(progress_bar)
$get(progress_%)
$get(spacer)$get(listened_for)
$get(time)
$get(spacer)$get(rpg)
//$repeat($char(32),3)

//Right adjust from now on
$char(9)
$get(paused)

Here it is,

Foobar Gallery

Reply #744
Quote
[a href="http://img228.exs.cx/img228/6336/foo2k1iv.jpg" target="_blank"]

Foobar Gallery

Reply #745
[a href="http://img246.echo.cx/my.php?image=foomax8eu.png" target="_blank"]
My English sucks... Forgive me :(


Foobar Gallery

Reply #747
Quote
Quote


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


Nice one! BTW what is the variable u used to get the '-ape' info @ bitrate (in the track info panel). May I have the script?
[a href="index.php?act=findpost&pid=292046"][{POST_SNAPBACK}][/a]


Something like (I'm not at home now)...

Code: [Select]
$if(%__lame_profile%,--%__lame_profile%,%__bitrate%kbps)

Foobar Gallery

Reply #748
Next one. 



((((( Strictly4me )))))

Foobar Gallery

Reply #749
Quote
Quote
Quote


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


Nice one! BTW what is the variable u used to get the '-ape' info @ bitrate (in the track info panel). May I have the script?
[a href="index.php?act=findpost&pid=292046"][{POST_SNAPBACK}][/a]


Something like (I'm not at home now)...

Code: [Select]
$if(%__lame_profile%,--%__lame_profile%,%__bitrate%kbps)

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


should also be mentioned that you need the modified standard input component
- sig removed, no code allowed