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

Foobar Gallery

Reply #775
Quote
not sure how much changed since the last time... i tried completely rearranging everything... then went back to the layout i already had


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


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

Thank you.

Foobar Gallery

Reply #776
Here's my attempt at a cool layout

And yes that's pong =)


screenshot (ca. 660KB)


[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]

Foobar Gallery

Reply #777
@AxaliaN
Very nice! Can you share your track-info, please?

((((( Strictly4me )))))

Foobar Gallery

Reply #778
Quote
Hi, can you share your track info panel and your statusbar, please ?

Thank you.
[a href=\"index.php?act=findpost&pid=294122\"][{POST_SNAPBACK}][/a]

my trackinfo panel is an bit messy
Code: [Select]
// 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: [Select]
$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%)'%'
- sig removed, no code allowed

Foobar Gallery

Reply #779
Quote
@AxaliaN
Very nice! Can you share your track-info, please?

((((( Strictly4me )))))
[a href=\"index.php?act=findpost&pid=294159\"][{POST_SNAPBACK}][/a]

Sure.

Code: [Select]
// 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)

Foobar Gallery

Reply #780
@ 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.

Foobar Gallery

Reply #781
Quote
@ 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.
[{POST_SNAPBACK}][/a]




Here it is. Couldnt find an attachment option here so it's on my webspace: [a href="http://www.axalian.com/store/trackinfo.txt]download[/url]. Also, be sure to use courier new as your font for the trackinfo panel, otherwise it's all screwed up.

Foobar Gallery

Reply #782
@AxaliaN
Thanks! 

((((( Strictly4me )))))

 

Foobar Gallery

Reply #783
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-

Foobar Gallery

Reply #784
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.

Foobar Gallery

Reply #785
Been working on a config, thought I'd share


Foobar Gallery

Reply #786
Quote
Been working on a config, thought I'd share


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


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.

Foobar Gallery

Reply #787
Quote
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.
[a href="index.php?act=findpost&pid=294327"][{POST_SNAPBACK}][/a]


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

BTW: Here's the next lvl of my config 

[a href="http://img64.echo.cx/my.php?image=tiisfoobar8kr.png" target="_blank"]

Foobar Gallery

Reply #788
Quote
Quote
Been working on a config, thought I'd share


[{POST_SNAPBACK}][/a]


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.
[a href="index.php?act=findpost&pid=294505"][{POST_SNAPBACK}][/a]


Sure, but forgive my sloppy coding:
[a href="http://home.comcast.net/~alphaex32/DarkAlpha.fcs]DarkAlpha.fcs[/url]
And here's my playlist tree config and icons if anyone's interested:
Alphaex.col
treesimple.bmp

Foobar Gallery

Reply #789
Quote
Very nice idea! But which lines must be removed to eliminate this useless scoreboard?
[{POST_SNAPBACK}][/a]


Lol, forgot to remove it ^^

New version uploaded:

[a href="http://www.axalian.com/store/pong.txt]Pong~[/url]

Foobar Gallery

Reply #790
Quote

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


what xp style is that?

Foobar Gallery

Reply #791
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 


Foobar Gallery

Reply #793
Extensive Playlist Tree tuning .....


screenshot


[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]

Foobar Gallery

Reply #794
I've had a simple, but effective idea: Display the loudest track (which of course needs properly replaygained tracks).

Simply use

Code: [Select]
$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: [Select]
$if(%_is_peak%,%_albumpeak%,
ELSE THE COLORS YOU ALREADY HAVE SET
)


Have fun

Foobar Gallery

Reply #795
my foobar:


Foobar Gallery

Reply #796
oops. sorry bout double post......

Foobar Gallery

Reply #797
Albumart/Lyrics and playlist together?

((((( Strictly4me )))))

Foobar Gallery

Reply #798
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

Foobar Gallery

Reply #799
Quote
Quote

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


what xp style is that?
[a href="index.php?act=findpost&pid=294729"][{POST_SNAPBACK}][/a]

opus 1.5