Recommended Posts

What columns_ui do you have ?

Mine is; version 0.1.2 .

I have the same foobar version as you.

Also chek if columns_ui doesnt even appear here.

f2k21zh.jpg

PS.

You need to restart foobar if you change between the display modes.

Edited by Krpano

Good you have it working now. :)

You need to grab some .fcs files or do some yourself.

here is a good source of rdy to use strings.

Click me !!!

just dl and import the string at "OTHER" tab in the Columns_ui options.

About the album cover you see around some ppl's screenshot, you will need another component called "Album Art Panel".

Btw, if you dont know yet check Hydrogenaudio forum, they host the official foobar boards.

You can find everything you need related to foobar there.

Edited by Krpano

Ok I finally figured out how to change the selected background color in the playlist. this is for people who use columns ui/navigator suite (or azraels fcs also I think).

Under Globals/Variables scroll down till you see this:

// PREPARE COLOR-STRINGS

// ===================================

// check if a dark or bright theme is used

$if(

$strcmp($get(theme_dark),1),

$puts(foreground,$rgb(255,255,255,255,255,255))

$puts(foreground2,$rgb(255,255,255))

$puts(background,$rgb(0,0,0,0,0,0))

$puts(background2,$rgb(0,0,0))

$puts(contrast,110)

,

$puts(foreground,$rgb(0,0,0,0,0,0))

$puts(foreground2,$rgb(0,0,0))

$puts(background,$rgb(255,255,255,255,255,255))

$puts(background2,$rgb(255,255,255))

$puts(selectedbg,$rgb(120,176,114))

$puts(contrast,70)

)

the green text is the string i added which will be your selected bg color. add that, and use whatever rgb value you want.

now scroll a tiny bit down till you see this:

// generate "selected" colors

and replace the first three $get(foreground2)'s with $get(selectedbg). leave the last two $get(foreground2)'s alone.

the #'s you see after $get(foreground2) has something to do with the opacity and my preference was to make them 99. heres my code.

// generate "selected" colors

$puts(bg_color,$replace($get(bg_color)|$blend($get(bg_color),$get(selectedbg),99,$get(contrast)),$char(3),$char()))

$puts(bg_color2,$replace($get(bg_color2)|$blend($get(bg_color2),$get(selectedbg),99,$get(contrast)),$char(3),$char()))

$puts(playing_color,$replace($get(playing_color)|$blend($get(playing_color),$get(selectedbg),99,$get(contrast)),$char(3),$char()))

$puts(standard_color,$replace($get(standard_color)|$blend($get(standard_color),$get(foreground2),25,$get(contrast)),$char(3),$char()))

$puts(special_color,$replace($get(special_color)|$blend($get(special_color),$get(foreground2),50,$get(contrast)),$char(3),$char()))

Good you have it working now.  :)

You need to grab some .fcs files or do some yourself.

here is a good source of rdy to use strings.

Click me !!!

just dl and import the string at "OTHER" tab in the Columns_ui options.

About the album cover you see around some ppl's screenshot, you will need another  component called "Album Art Panel".

Btw, if you dont know yet check Hydrogenaudio forum, they host the official foobar boards.

You can find everything you need related to foobar there.

586299006[/snapback]

Thanks for the reply. I downloaded the azrael fcs from the site you gave. Now opened the preference and Imported at the others tab also. Still nothing is happening. Please can you post screenshot as to how to use them?

@ drgrudge.

f2k1ms.th.jpg

but as you described you did everything right.

just be sure to have columns_ui selected as in the screenshot at post #2777.(need to restar foobar each time you change modes)

PS.

When you import a .fcs you dont need to restart foobar, the changes are done imediately.

Thanks to Krpano again!

I got that working! And this time I dint have columns_ui selected as in the screenshot at post #2777, sorry my bad :)

Now Can plz plz tell me the color thing (or we have to dl soem other file from the Post #2779?) And image part and where can I get them? And how can Add images, does that follow the same procedure as we do to load .fcs file?

Thanks Krpano for the support! :D

You are welcome.

About color change, if you are using Azrael here is a screenshot on how to mod to one of the pre-defined colors.

capture73120051905261ks.th.jpg

Just change zhe number in the small red box to one of the color styles above.

If you want to go further into the color modification you will need to go through the strings of the fcs to find which one's function.

About Album Art.

To learn more about and download, check this thread.

Ohh, got to cover to changing the colors also:D

Now got that Album Art also in my Components folder :D

And that thread is too long.. can you just how to add images, plz ?

This is how my Foobar looks now

untitled3bo.jpg

Still I cant see any option to that cover thing or how to use them?

Edited by drgrudge

@ drgrudge

To enable Album Art you need to righ click the side panel and add it.

Im affraid you have no choice than read long threads, most of the threads for components for foobar will be like that.

I can help you with the way i do, there is lots of ways to achieve the same result.

Here is my way.

I have all my cd covers inside a single folder and i add the following line at album art options to search the cover.

-match:D:\Music\CD covers\%artist% - %album%.jpg

The covers MUST have exactly the same name as the files otherwise will not load correctly.

capture73120052138059fb.jpg

The following line is to grab a default image for files without cd covers.

-components\Headset.jpg

The code you see in the middle is not used, i dunno why still there. :)

@ [hxc]

I think you will have more feedback if you post your questions here.

There is lots of experienced foobar users here that could help you.

Hmm.. I added the same and I got like this:

untitled2xq1.jpg

How can I make it come in the left hand side. I added the code which you gave and got 2 cover (no cover image) inside "D:\Music\CD covers\". You say use this code:"-components\Headset.jpg". I removed the first code in that. Now I get the image as in the screenshot. How to load the default "No covers" image?

And one more thing, can I make my own image and make to display for all the songs that I play? And what should be the size (resolution) of that image or is it our choice?

Ok got that default image also working!

untitled0ii.jpg

But it's too small , how to make it come to the left hand side as you have got?

Also can I have other visualizations other than that spectrum thing? How to have them (in the left hand side of the panel).

to make it appear on the left hand side, you must enable "Sidebar".. make sure the box named 'enable sidebar' is ticked under foobar>preferences>display>columns UI>sidebar.. then you have to add the Album Art Panel by right-clicking the sidebar then choose Panel>Album Art (you must right click on the caption of the panels in sidebar, not in the panel itself)

hope this helps! :)

acedriver:

My Foobar toolbar was unloacked only. And yeah I could adjust the size, what Value do you got for you? My image is 510*500 pixels.

TheUndead:

I right-clicked the menubar (the top most bar) and selected Album Art Panel. And "Enable Sidebar" is ticked under foobar>preferences>display>columns UI>sidebar.

I cant make that in the left hand side still :( Can you guys plz post some screenshots as to how to do the same. :)

acedriver:

My Foobar toolbar was unloacked only. And yeah I could adjust the size, what Value do you got for you? My image is 510*500 pixels.

TheUndead:

I right-clicked the menubar (the top most bar) and selected Album Art Panel. And "Enable Sidebar" is ticked under foobar>preferences>display>columns UI>sidebar.

I cant make that in the left hand side still :(  Can you guys plz post some screenshots as to how to do the same. :)

586306009[/snapback]

I use 250, with center, expand, shrink and maintain aspect ratio selected

You enabled the Album Art at the top area.

If you want to enable it at the Side Panel you must add another one there, then remove the one on the top.

I dunno how i can be more clear than Acedrive or TheUndead.

If you side panel is not appearing even after you enabled it at the column_ui option, check if you choose the create a toggle area in the left side.

In this case just click on the far left of your screen while foobar is maximized.

Now I disabled that Album Art at the top area. Now if I add another one from Panels-->Album Art it comes at the top only. :( Now I know that we can change it's position, like I can make it to appear at below all the visualisation, play buttons, but I can drag that to the left hand side.

If you side panel is not appearing even after you enabled it at the column_ui option, check if you choose the create a toggle area in the left side.

In this case just click on the far left of your screen while foobar is maximized.

My sidebar is enabled I can see that playlist name and nothing else. If I click that area, nothing happens and if I double click then a new playlist appears.

How to create a toogle are in the side?

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

    • No registered users viewing this page.
  • Posts

    • Price Drop: Save 90% on ChatPlayground AI lifetime plan, and compare multiple AI models by Steven Parker Today's highlighted deal comes via our Apps + Software section of the Neowin Deals store, where for only a limited time, you can save up to 90% on ChatPlayground AI: Lifetime Subscriptions. ChatPlayground AI puts the world’s top AI models in one powerful interface, letting you enter a single prompt and instantly compare outputs from multiple models to choose the perfect response for your needs. Boost productivity and creativity with access to the latest AI giants like GPT-4o, Claude Sonnet 4, Gemini 1.5 Flash, DeepSeek V3, and dozens more — all in one window. Whether you’re chatting, coding, generating images, or refining prompts, ChatPlayground AI equips you with advanced tools like prompt engineering, image/PDF chat, saved conversations, and AI image creation, plus priority support to keep your workflow seamless. Access the world’s best AI models Side-by-Side Comparisons: Enter one prompt & instantly view results from multiple AI models to find the best output for your needs 40+ AI Models: Includes GPT-4o, Claude Sonnet 4, Gemini 1.5 Flash, DeepSeek V3, Llama, Perplexity, and many more Multi-Function Platform: Access AI for chat, image generation & coding all within a single interface Web Browser Extension: Offers a Chrome extension to seamlessly integrate the platform into your browsing workflow Boost productivity with powerful features ChatPlayground Interface: Designed for seamless AI model comparison in one window Prompt Engineering: Refine & optimize your prompts for better, more accurate responses Chat with Images & PDFs: Upload visuals and documents to get context-aware answers Saved Chat History: Keep track of past conversations for reference & ongoing projects AI Image Generation: Create high-quality visuals powered by top AI image models Priority Customer Support: Get faster assistance whenever you need it What you'll get with the Unlimited Plan Includes unlimited messages/month Built for prompt engineers, startups, and teams who run experiments nonstop Includes priority access to new features and future models Good to know Length of access: lifetime Redemption deadline: redeem your code within 30 days of purchase Access options: Desktop Max number of device(s): Unlimited Available to both NEW & Existing users Updates included A lifetime subscription to ChatPlayground AI (Unlimited Plan) normally costs $619, but you can pick it up for just $59.97 for a limited time - that represents a saving of $614 (90% off). Click the link below for more details, always check terms and specifications before making a purchase. Get this ChatPlayground AI (Unlimited) for $59.97 (was $619) There are also two other discounted plans to choose from. Although priced in U.S. dollars, this deal is available for digital purchase worldwide. Support queries If you have queries or need support for any of the Neowin Deals, please use the contact form here. Neowin Deals are managed and sold by StackCommerce who represent Neowin on an affiliate basis. Why we post these deals We post these because we earn commission on each sale so as not to rely solely on advertising, which many of our readers block. It all helps toward paying staff reporters, servers and hosting costs. So for those that keep moaning and complaining, be thankful we're still online for you to even do that. Other ways to support Neowin Whitelist Neowin by not blocking our ads Create a free member account to see fewer ads Make a donation to support our day to day running costs Subscribe to Neowin - for $14 a year, or $28 a year for an ad-free experience Disclosure: Neowin benefits from revenue of each sale made through our branded deals site powered by StackCommerce.
    • Amazon Deal: These AMD RX 9070 XT GPUs are very good offers by Sayan Sen Following the release of AMD's new RX 9070 GRE last week for $549 (our review), AMD currently has a couple of great deals on the more powerful 9070 XT wherein the GPU is on sale for $650. We already covered the Gigabyte Gaming model a couple of days ago which is still live at that price. Aside from that, the white ICE variant is also at the same price (purchase link under the specs table down below). This is interesting to note considering white cards are generally more expensive as they come with a premium attached. Similar to the Gaming model, the ICE card too employs Gigabyte's WINDFORCE cooling system which combines multiple design elements such as alternate-spinning Hawk fans, a vapor chamber, and composite heat pipes to manage heat dissipation. The Server-grade Thermal conductive gel further helps in this department. The inclusion of a semi-passive cooling mode allows the fans to remain inactive under low workloads, which allows for reduced noise operation during lighter usage. There is dual BIOS switch that allows toggling between performance and silent modes. The tech specs of the card are given in the table below: Specification Value Boost Clock Up to 3060 MHz (Reference Card: 2970 MHz) Game Clock Up to 2520 MHz (Reference Card: 2400 MHz) Stream Processors 4096 Memory Size 16 GB Memory Type GDDR6 Memory Clock 20 Gbps Memory Bus Width 256-bit PCI Express Interface PCI Express 5.0 Max Resolution 7680 × 4320 Maximum Displays Supported 4 Display Outputs 2 × DisplayPort 2.1a 2 × HDMI 2.1b Card Dimensions 288 × 132 × 56 mm (L × W × H) (2.7 slot) Recommended Power Supply 750 W Power Connectors 3 × 8-pin PCIe Get it at the link below: GIGABYTE Radeon™ RX 9070 XT Gaming OC ICE 16G Graphics Card (GV-R907XGAMINGOCICE-16GD): $649.99 (Sold and Shipped by Amazon US) (Was: $750) If your budget is lower, check this Nvidia RTX 5060 Ti 8GB deal out for only $330 wherein you get the latest James Bond game free. This Amazon 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.
    • What about it? The old MV2 version will not work.
  • Recent Achievements

    • Week One Done
      rubentuben8 earned a badge
      Week One Done
    • Week One Done
      ARaclen earned a badge
      Week One Done
    • One Year In
      jojodbn earned a badge
      One Year In
    • One Month Later
      jojodbn earned a badge
      One Month Later
    • Week One Done
      jojodbn earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      516
    2. 2
      PsYcHoKiLLa
      229
    3. 3
      +Edouard
      118
    4. 4
      ATLien_0
      87
    5. 5
      Steven P.
      83
  • Tell a friend

    Love Neowin? Tell a friend!