Foobar2000 Customization Topic


Recommended Posts

bigdave30 select components>albums list

585209681[/snapback]

Thanks Waylander.

I actually figured out the answer after posting the question...I also have to set a minimum panel height before the panel would show in the playlist area.

The other problem now is that I haven't been able to undock the Album List panel so its screwing up the alignment of all the other panels. I'll play around with it a bit yet.

Link to comment
Share on other sites

http://img13.paintedover.com/uploads/thumb...mik30122004.png

My last one, i have again simplified the olight skin...

585209618[/snapback]

Hallo "ceramik"

I'm using the same style (OLiGhT 2.02), just with my own colors:

fooletzt9jp.th.jpg

Now i have a question:

I saw the style "Azrael (Tag MOD)" on this site: LINK!

This style has the feature, to check written tags in musicfiles.

What do you think? - It's possible to put this feature inside in our "OLiGhT"?

I tried it many days now, but i didn't find any way for it.

Maybe you know more than me. ;)

((((( Strictly4me )))))

Link to comment
Share on other sites

i haven't been into customization for a while, but is there someway to get foo_vis_bacon to display my plugin of choice instead of the default visualization, using Columns_UI?

there really should be a central component site, that keeps users updated on the new versions of the most popular plugins.. it's a pain in the ass to look through threads on Hydrogenaudio and visit individual sites for each component.. :(

Link to comment
Share on other sites

Waylander: it's the last version of columns UI (1.2 final), just right click on spectrum analyzer and select "bar mode"

c4nad14n: sure (but most come from the olight skin....)

$puts(space2,  )
$puts(space1, )
$if(%_time_total%,,Streaming$get(space2))
$if(%__codec%,%__codec%$get(space2),)
$if($or($stricmp($codec(),FLAC),
$stricmp($codec(),Monkey''s Audio),
$stricmp($codec(),OptimFROG),
$and($stricmp($codec(),WavPack),$stricmp($compression(),lossless)),
$stricmp($codec(),Windows Media Audio V9 '('Lossless Mode')'),
$stricmp($codec(),Shorten)),
747474Ratio$get(space1)$left($muldiv(%__bitrate%,1000,$if($stricmp(%__samplerate%,48000),1536,1411)),2)'.'$right($muldiv(%__bitrate%,1000,$if($stricmp(%__samplerate%,48000),1536,1411)),1)747474'%'$get(space2),
$if(%__bitrate_dynamic%,%__bitrate_dynamic%$get(space1)747474kbps$get(space2),$if(%__bitrate%,%__bitrate%$get(space1)747474kbps$get(space2),)))
$if(%__channels%,%__channels%$get(space1)747474Channels$get(space2),)
$if(%__samplerate%,%__samplerate%$get(space1)747474Hz,)
$if(%__bitspersample%,$get(space2)%__bitspersample% 747474Bits,)
$if($stricmp(%__codec%,cdda),,$if(%__referenced_file%,,$if(%_length%,$get(space2)$if($stricmp($right($div(%_filesize%,1024),3),999),$add($div(%_filesize%,1024000),1)',',$if($stricmp($div(%_filesize%,1024000),0),,$div(%_filesize%,1024000)','))
$right($num($add($right($div(%_filesize%,1024),3),1),3),3)$get(space1)747474KB,)))
$get(space2)
$if($stricmp(%__codec%,mp3),$if($stricmp(%__extrainfo%,vbr),747474VBR,747474CBR))
$if(%__mp3_stereo_mode%,$get(space2)747474$caps(%__mp3_stereo_mode%)$get(space2))
$if(%__vorbis_vendor%,747474%__vorbis_vendor%)
$if(%__vorbis_version%,$get(space2)747474v%__vorbis_version%,)
$if(%__flac_vendor%,747474$caps(%__flac_vendor%),)
$if(%__aac_profile%,747474%__aac_profile%)
$if(%__mpc_profile%,%__mpc_profile%$get(space2)747474%__mpc_encoder%$get(space2)sv%__mpc_streamversion%,)
$if(%__compression%,%__compression%$get(space1)747474Compression$get(space2)$if(%__version%,v%__version%,))
$if(%__mode%,$if(%__speedup%,$caps(%__mode%)$get(space1)747474Compression$get(space2)%__speedup%$get(space2)747474v%__version%,),)
$if(%__replaygain_track_gain%,$get(space2)747474TG:$get(space1)
$cut(%__replaygain_track_gain%,5)$get(space1)747474dB,)
$if(%__replaygain_album_gain%,
$get(space2)747474AG:$get(space1)$cut(%__replaygain_album_gain%,5)$get(space1)747474dB,)
$if(%__replaygain_track_peak%,$get(space2)747474Peak:$get(space1)
$cut(%__replaygain_track_peak%,5))
$get(space2)
// PROGRESSBAR
$tab()
$puts(theme,1)
$puts(progress_char,$char(9608))
$puts(progress_length,20)
$if($strcmp($get(theme),1),
$puts(progress_color1,646464)
$puts(progress_color2,AAAAAA)
)
// PREPARE COLOR-STRINGS
$puts(progress_color1a,$blend($get(progress_color1),000000,10,1))
$puts(progress_color2a,$blend($get(progress_color2),FFFFFF,10,1))
$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))
,streaming...
)
)
$if(%_isplaying%,$get(progressbar) ,)
$if(%_time_total%,$if(%_time_total_seconds%,$right($muldiv(%_time_elapsed_seconds%,100,%_time_total_seconds%),3)'%')747474$get(space1)Played$if(%_time_elapsed%,$get(space2)%_time_elapsed%$get(space1)/$get(space1),)$if(%_time_total%,%_time_total%$get(space2),)
)

Strictly4me:

I don't realy understand the feature of this config...

maybe you looking for something like that:

$if(%artist%,Artist: %artist%,No Artist Tag)

or

$if2(%artist%,No Artist Tag)

?

But when i have time i import the config to look at it...

(sorry for my english...)

Link to comment
Share on other sites

But when i have time i import the config to look at it...

(sorry for my english...)

585210786[/snapback]

Would be great! Maybe you will find a way to do that!

... and don't care, my english is the same sh*t! :yes:

((((( Strictly4me )))))

Link to comment
Share on other sites

Strictly4me

normaly if you create a column "Missing Tags"

and if you put something like:

$if(%title%,00FF00|00FF00T,0000FF|0000FFT) 
$if(%album%,00FF00|00FF00Al,0000FF|0000FFAl) 
$if(%artist%,00FF00|00FF00Ar,0000FF|0000FFAr) 
$if(%genre%,00FF00|00FF00G,0000FF|0000FFG) 
$if(%date%,00FF00|00FF00D,0000FF|0000FFD) 
$if(%tracknumber%,00FF00|00FF00#,0000FF|0000FF#)

it does almost the trick...

And if you want the only one letter display something like:

$if($and(%title%,%album%,%artist%,%genre%,%date%),00FF00|00FF00V,0000FF|0000FFX)

if you need something more sp?cific ask... but they are too many features in this script to import all easily in the olight...

Edited by ceramik
Link to comment
Share on other sites

little update to mine:

albums:

post-58442-1104610223_thumb.jpg

single songs (and all other playlists):

post-58442-1104610234_thumb.jpg

---

could someone please post or PM me the ReplayGain plugin? i accidently deleted it :pinch:

---

Link to comment
Share on other sites

@ceramik

Cool.....not bad!

It's possible to send your finished fcs-style to me? - Please!

My mailaddress is already in your PM-Box.

Many thanks for help. ;)

((((( Strictly4me )))))

Link to comment
Share on other sites

custom plisk color scheme

singles mode for database browsing and album mode for other playlists

585211980[/snapback]

Hey, that's a pretty clean setup you have there mitch. (Y)

Link to comment
Share on other sites

I've been doing a lot of foobar tweaking with all the great tips that have been posted here lately, so I thought I'd share an updated screenshot. Narf!

http://img123.exs.cx/img123/3923/brumalfoobar26xi.th.jpg

Yes, it's very blue.  :p

585203015[/snapback]

*GASP* Is that a true October Tide - Rain without End CD? or is it a downloaded/ burned copy!!! I would kill to get a true copy of that CD!!!! It is so rare...

Link to comment
Share on other sites

foo_uie_albumart.dll

I've tried looking for this on google and I can't find it anywhere :cry:

Also Rexy's link on HydrogenAudio forums doesn't work !

Can anyone help me out ? I'm new to foobar and I'm trying to get it to look as cool as it does in all your screenshots :unsure:

Link to comment
Share on other sites

foo_uie_albumart.dll

I've tried looking for this on google and I can't find it anywhere  :cry:

Also Rexy's link on HydrogenAudio forums doesn't work !

Can anyone help me out ? I'm new to foobar and I'm trying to get it to look as cool as it does in all your screenshots  :unsure:

585212682[/snapback]

attached here: https://www.neowin.net/forum/index.php?show...#entry585207176

Link to comment
Share on other sites

i downloaded it recently so here is the dll (it should be the correct version if the edit dates are right on the Hydrogenaudio forums), i dont have the default png as i dont use it

585207176[/snapback]

It was posted on page 80.

Link to comment
Share on other sites

little update to mine:

albums:

post-58442-1104610223_thumb.jpg

single songs (and all other playlists):

post-58442-1104610234_thumb.jpg

---

could someone please post or PM me the ReplayGain plugin? i accidently deleted it  :pinch:

---

585211433[/snapback]

can you share your fcs and "no cover" picture please? it looks nice. thanks :)

Link to comment
Share on other sites

The problem with threads like this is that they're just too long to easily find all the information you need. I think maybe the first post should be edited with all the info needed to setup foobar to look like it can.

Link to comment
Share on other sites

How can i draw lines between columns? Plz help

585213961[/snapback]

You mean vertical lines?

One of two ways:

  • Create a column and set it's width to 1px (or however wide you want it) and it's resize to 0. Then use the custom colour spec to specify its background colour. Just place these 1px columns in between your other columns.
  • You can specify a right frame colour on each column. Under your global colours:
    Text Colour|Selected Text|Background|Select Background|Selected Background Non-Focus|
    Left Frame|Top Frame|Right Frame|Bottom Frame
    However, using the right frame method you're limited to 1px only.

Link to comment
Share on other sites

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

    • No registered users viewing this page.