Recommended Posts

weelllll... i converted from Winamp yesterday, and been messing around with it for a while.

Here's what ive come up with, by using a settings file found here and doing a little modifying:

for 'albums' playlist:

post-58442-1103853748_thumb.jpg

for other playlists:

post-58442-1103853773_thumb.jpg

hope you like  :ninja:

p.s. does anyone know a page with all the commands/variables you can use in foobar? cheers

585156592[/snapback]

can you post your status bar config ?

and track info config too?

thanx :)

can you post your status bar config ?

and track info config too?

thanx :)

585158852[/snapback]

sure...

status bar:

// set color for progress bar
$puts(col_progbar_symb1,B56A33)
$puts(col_progbar_symb2,000000)

// set variables
$puts(spacer_symb,' ')
$puts(spacer_width,2)
$puts(progbar_symb1,'●')
$puts(progbar_symb2,'●')
$puts(progbar_length,16)

// add colors and formatting
$puts(spacer,$repeat($get(spacer_symb),$get(spacer_width)))
$puts(progbar_symb1,$get(col_progbar_symb1)$get(progbar_symb1))
$puts(progbar_symb2,$get(col_progbar_symb2)$get(progbar_symb2))

// 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_symb1),$get(progbar_symb2))
)
)

'? ? '$codec()
[' ? ? ? '%__bitrate%kbps][ %__extrainfo% ][' ? ? ? '%__samplerate%Hz]' '
$channels()' ? ?'


$tab()$get(progress_bar)' ? '

track info (i have it set to focus on playing mode, might work strange on follow cursor):

$if(%_time_elapsed%,

$char(1)CffffffTrack Info
$char(10)
$char(10)
Artist: 999999$if2(%artist%,'Unknown Artist')
$char(10)
Title: 999999$if2(%title%,'Unknown Title')
$char(10)
Album: 999999$if2(%album%,'Unknown Album')[ 888888'['$num(%tracknumber%,1)']']
$char(10)
Release Date: 999999$if2(%date%,'Unknown Release Date')
$char(10)
$char(10)
$char(10)
$char(1)Cffffff%_time_elapsed% / %_time_total%
,
$char(10)
$char(10)
$char(10)
$char(1)CffffffNO
$char(10)
$char(10)
$char(1)CffffffTRACK
$char(10)
$char(10)
$char(1)CffffffPLAYING
)

not sure if the status bar one will work properly for you though because it was with the settings i im:pinch:.. :pinch:

:huh: Wowee you guys are doing some lovely work here. I use winamp at the moment and would love to move to foobar2000 permanently since it is the only player that has actual brains. I would love to make my player look like the pic iv attached. The thing is I have no idea how to do 2 things...

- Display coverart and album list in the way done in the pic

- Get the title, menu and status bars to change from the default colours.

Would it be a lotta trouble to give a simply guide as to how to get a setup similar to the posted pic.

You guys all rock

Merry Christmas :D

Fots

post-87413-1103974613_thumb.jpg

p.s. does anyone know a page with all the commands/variables you can use in foobar? cheers

585156592[/snapback]

C:/Program Files/foobar2000/titleformat_help.html

I don't think that's every single one, but it's close enough.

I cannot for the life of me figure out how to put a top and bottom frame around the currently playing track.

In ColumnsUI > Globals > Color, I have defined the frames but they only show up on the currently playing track when i have another track selected. can anyone help?

585158681[/snapback]

Um. I don't have frames on my now-playing thing, but i copied my colours from another thing that i did have frames on and it worked fine.

In the 'Globals' tab i have 'Use global variables for display' checked (that's all). Then in the 'Variables' tab on that i have something like:

// default text

text=000000|000000

// default background

background=F2FAFA|E0EDEE

// currently playing track/title background

now_playing=CEE0D4|E0EDEE|E0EDEE|D7E8EB|000000|D7E8EB|D7E8EB

Then in the 'Colour' tab for the title column in the 'Columns' tab, i have like:

$if(%_isplaying%,%_text%|%_now_playing%,%_text%|%_background%)

- Display coverart and album list in the way done in the pic

585164317[/snapback]

Firstly you need Columns UI (which comes with the installer, so that shouldn't be a big deal). Then you need foo_uie_albumart (for the album art) and foo_uie_tabs (for the tabs). The album list panel comes with Columns UI, but the tabs don't.

- Get the title, menu and status bars to change from the default colours.

585164317[/snapback]

You can't change the title and menu colours, as far as i know. (Unless you're talking about visual styles, but i doubt it...?) With the status bar it's just using regular colour codes like you would anywhere else in foobar. (For example, FFFFFFhello is how you would make it say 'hello' in white.)

Nice layouts guys. I used to use iTunes, but no longer. Got tired of being forced to do things Apple's way. I love foobar. Now if we can get g-force in a panel, there will be much rejoicing. One music player to rule them all. Here's my config.

http://img159.exs.cx/img159/5117/brumalfoobar9mi.th.jpg

585140960[/snapback]

nice man, I love it, it's elegant. can you share the config please?

Thanks a lot lav. I have got all the addition tabs now and its all looking lovely. I have noticed a few people with very fancy title bars and status bars. I assume these come from some theme used in WindowBlinds or StyleXP as I can't find a way to add images to title, menu or status bars to make them appear different from default. I guess its time for me to meet with Mr Style XP again.

Please correct me if I'm wrong.

Thanks for the help guys. Keep up the gr8 work!

Fots :D

Thanks lav :)

--------------------

http://www.randomcrap.net/uploads/files/0/fb2k.png

585164531[/snapback]

Good job!! :blink:

2 questions:

How did you get more than 1 tabbed panel stack?

How did you get the toolbars across the top instead of down the side?

I've just spent about 4 hours going through all 76 pages and I think I finally know most of what there is to know about customizing foobar.. So i though i'd post my screenshot. Still a little work to do although it's definately perfectly useable. Just a note, I hardly use playlists, I always just use one playlist and delete and add from it using the album list so that's why I didn't bother with the playlist tab.

Winamp is official uninstalled, i love foobar2000 :D

How was it done ....

Windows Theme: Windows 2005 MCE Default Theme

Colour Scheme: Erik

Now Playing: Got it from one of the posts and modified it a little.

Buttons: Found on one of the posts. Best buttons I've seen so far.

Thanks to everyone for their awesome work that has allowed me to make my foobar look sexy.

Cheers

Fots

post-87413-1104071389_thumb.jpg

Good job!!  :blink:

2 questions:

How did you get more than 1 tabbed panel stack?

How did you get the toolbars across the top instead of down the side?

585166726[/snapback]

1. As just mentioned, hold <SHIFT> down while adding another stacked panel.

2. Preferences > Columns UI > Other > List all toolbars must be checked. Then right click by the file menu and you'll see a Layout option to add Tabbed panel stack.

Can anyone tell me what the barebones code is to make an artist appear only once ala Azrael or this config?

I've tryed to extract the string from some configs but usually the code is so massive that it makes my head spin :wacko: I know there's some awesome code-kiddie here that can explain it to me :D

Can anyone tell me what the barebones code is to make an artist appear only once ala Azrael or this config?

I've tryed to extract the string from some configs but usually the code is so massive that it makes my head spin :wacko: I know there's some awesome code-kiddie here that can explain it to me :D

585171887[/snapback]

Something to the effect of :

$if($stricmp($num(%tracknumber,2),01),%artist%,)

would show the artist if the tracknumber was 1, and be blank for all others. Nested $if's will allow for album on track 2, etc.

Something to the effect of :

$if($stricmp($num(%tracknumber,2),01),%artist%,)

would show the artist if the tracknumber was 1, and be blank for all others.  Nested $if's will allow for album on track 2, etc.

585172153[/snapback]

Missed a %

should be

$if($stricmp($num(%tracknumber%,2),01),%artist%,)

1. As just mentioned, hold <SHIFT> down while adding another stacked panel.

2. Preferences > Columns UI > Other > List all toolbars must be checked.  Then right click by the file menu and you'll see a Layout option to add Tabbed panel stack.

585170450[/snapback]

Thanks a lot. :happy: I wondered what that option did but I never bothered to test it out.

1. As just mentioned, hold <SHIFT> down while adding another stacked panel.

2. Preferences > Columns UI > Other > List all toolbars must be checked.  Then right click by the file menu and you'll see a Layout option to add Tabbed panel stack.

585170450[/snapback]

i have a problem, i cant make the size of panels bigger if they are at the top.

how do i fix that?

post-36497-1104149471_thumb.jpg

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

    • No registered users viewing this page.
  • Posts

    • Incredible deal gets you free NVMe 512GB SSD with AMD AM5 B850 motherboard for only $150 by Sayan Sen Earlier this week we covered the story of an interesting PC case wherein you can build two full-size computers inside it as in it can house and run an AMD and an Intel system simultaneously. Speaking of building PCs, these are hard times to make one for sure as prices are often very high except during flash sales or discounts. If you are in the market for a 1080p gaming PC then Nvidia's 8GB RTX 5060 Ti is currently on sale for just $330 and you get the latest James Bond game too, for free. Speaking of which, right now there is another incredible sale going on as we can get a free 512 GB NVMe SSD from TeamGroup in the form of the G50 alongside the purchase of an AMD B850 socket AM5 motherboard for only $150 (purchase link under the specs table down below). Getting an AM5 motherboard now in 2026 will be a wise investment for sure, especially since AMD confirmed its commitment to support the socket till at least 2029. The MSI PRO B850M-P WIFI is a micro-ATX motherboard that is compatible with AMD Ryzen 9000 series processors. Since it is AM5, the motherboard works with DDR5 memory and includes MSI’s Memory Boost technology, along with EXPO and XMP support. Connectivity features include built-in Wi-Fi 7 paired with a 5G LAN solution. The board offers a PCIe 5.0 M.2 slot with MSI’s EZ M.2 Shield Frozr II thermal solution, that is said to help maintain SSD performance by providing ample cooling against overheating. The technical specifications of the MSI PRO B850M-P WIFI motherboard are given in the table below: The free TeamGroup T-FORCE G50 NVMe SSD is a PCIe Gen4 and as such it promises to deliver sequential read speeds of up to 5,000 MB/s, helping accelerate game loading, file transfers, and everyday computing tasks. The SSD features an InnoGrit controller and SLC caching technology to support consistent performance. An ultra-thin, patented graphene heatsink is included to aid in heat dissipation. The NAND flash is based on TLC which means it has plenty of endurance up its sleeve. The random performance may not be as amazing as other drives with DRAM though. Still it should be very good since it can access system memory via HMB to use it as its DRAM cache. The technical specifications of the TeamGroup 512GB G50 NVMe SSD are given in the table below: Get it at the link below: MSI PRO B850M-P WIFI AM5 AMD motherboard + Team Group T-FORCE G50 512GB SSD (free gift): $149.99 (Sold and Shipped by Newegg US) This Newegg deal is US-specific and not available in other regions unless specified. This is a first-party seller link (at the time of article publishing); ensure that you also purchase from a first-party seller link only. If you don't like it or want to look at more options, check out the previous deals that we have covered, OR you can also visit Amazon US deals page. Get Prime (SNAP), Prime Video, Audible Plus or Kindle / Music Unlimited. Free for 30 days. As an Amazon Associate, we earn from qualifying purchases.
    • RapidRAW 1.5.7 by Razvan Serea RapidRAW is a beautiful, non-destructive, GPU‑accelerated RAW image editor designed for speed and simplicity. It uses a lightweight (~30 MB), efficient code base built with Rust, React and Tauri. Ideal for Lightroom workflows, it offers rich editing tools—exposure, contrast, highlights, shadows, whites/blacks, tone curves, HSL mixer, dehaze, vignetting, film grain, sharpening, clarity and noise reduction—processed in real-time on the GPU. Features include intuitive masking (brush, linear, radial, AI-powered subject and foreground detection), generative edit layers (via ComfyUI), 32‑bit precision, and full RAW format support through rawler. RapidRAW also provides library management (folder navigation, ratings, metadata, EXIF viewer), batch operations, export presets (JPEG/PNG/TIFF), sidecar editing (.rrdata), undo/redo history, customizable UI themes, smooth animations, resizable panels, and preset copy/paste. A modern high-performance Lightroom alternative with polished UX and creative tools, RapidRAW brings powerful photo editing to photographers seeking speed, responsive GPU feedback, and streamlined workflows. RapidRAW v1.5.7 release notes: This update serves as a direct follow-up to the core architectural migration introduced in v1.5.6. While the transition to a more modular state management system marked a significant step forward for RapidRAW's stability and long-term maintainability, it also introduced several edge cases and regressions within the library and editing workflows. This release focuses on addressing those issues, with a particular emphasis on a complete overhaul of library performance to ensure smooth and responsive browsing following the refactoring. It also resolves inconsistencies in the copy-and-paste workflow and expands RapidRAW's accessibility by adding support for eight additional languages. [full changelog] Download: RapidRAW 1.5.7 | ARM64 | ~20.0 MB (Open Source) View: RapidRAW Home Page | Screenshot | Other operating systems Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Thank god they got rid of the disgusting looking sidebars, and the corner radius looks much better, too. Two things I hated on day one, and never got used to.
  • Recent Achievements

    • Very Popular
      Captain_Eric earned a badge
      Very Popular
    • One Month Later
      amusc earned a badge
      One Month Later
    • One Month Later
      DJC50PLUS earned a badge
      One Month Later
    • Week One Done
      DJC50PLUS earned a badge
      Week One Done
    • Proficient
      Eric Biran went up a rank
      Proficient
  • Popular Contributors

    1. 1
      +primortal
      504
    2. 2
      PsYcHoKiLLa
      223
    3. 3
      ATLien_0
      87
    4. 4
      Steven P.
      80
    5. 5
      +Edouard
      80
  • Tell a friend

    Love Neowin? Tell a friend!