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

    • So is Russia, China, Iran, North Korea, just to mention a few. What's your point? Everyone is a threat from their enemies' perspective. I'd say that Israel is only a threat to their immediate enemies like Hamas, Hezbollah and the Iranian regime, not to anyone else.
    • The government is not the good guy either. You propose 99% of people require that the government overreach and govern their freedom of information and privacy, while ignoring the government is made up 100% of people, of which 99% are (as you described) brain dead. You can't have both. The reality is Signal is absolutely right and the government is doing what it has always done. Ignoring that we are their boss and grabbing all the power they possibly can to make sure we aren't. Your (societies) ###### parenting is not reason enough as to why I can't have a safe platform for my data/information. Thinking the government is helping is precisely what they are targeting psychologically to take suckers like you for a ride. "Think of the children" was, has, is, and will always be a mechanism of control. In the rare occasion it's actually essential the mass consensus has always been there and it doesn't become a debate.
    • Google Chrome 149.0.7827.103 (offline installer) by Razvan Serea The web browser is arguably the most important piece of software on your computer. You spend much of your time online inside a browser: when you search, chat, email, shop, bank, read the news, and watch videos online, you often do all this using a browser. Google Chrome is a browser that combines a minimal design with sophisticated technology to make the web faster, safer, and easier. Use one box for everything--type in the address bar and get suggestions for both search and Web pages. Thumbnails of your top sites let you access your favorite pages instantly with lightning speed from any new tab. Desktop shortcuts allow you to launch your favorite Web apps straight from your desktop. Chrome has many useful features built in, including automatic full-page translation and access to thousands of apps, extensions, and themes from the Chrome Web Store. Google Chrome is one of the best solutions for Internet browsing giving you high level of security, speed and great features. Important to know! The offline installer links do not include the automatic update feature. Download web installer: Google Chrome Web 32-bit | Google Chrome 64-bit | Freeware Download: Google Chrome Offline Installer 64-bit | Direct Link | 131.0 MB Download: Google Chrome Offline Installer 32-bit | Direct Link | 119.0 MB Download page: Google Chrome Portable Download: Chrome ARM64 | Direct Link View: Chrome Website | Release Notes Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Apple would rather delay Siri AI than open iOS to rival assistants in the EU by Pradeep Viswanathan At WWDC 2026, Apple today announced a revamped Siri AI experience for iOS and iPadOS users. However, this new Siri AI experience will not be available on iPhones and iPads in the European Union when iOS 27 and iPadOS 27 launch later this year. In a detailed press release, Apple blamed the Siri delay on the EU’s Digital Markets Act, highlighting that EU regulators did not accept its proposed solutions for bringing Siri AI to the region. Consequently, there is currently no timeline for Siri AI’s availability on iOS and iPadOS in the EU. Here is what EU users will be missing due to this delay: Siri AI, Apple’s next-generation assistant powered by Apple Intelligence A new dedicated Siri app for revisiting conversations Expanded Visual Intelligence features Integrated AI-assisted writing tools Siri mode in Camera on iOS Other system-level AI features Since the new Siri experience on watchOS 27 is dependent on an iOS 27 device, EU users will also miss out on Siri AI on watchOS 27. The most frustrating part is that even developers based in the EU will not be able to test or use the new Siri AI features for their apps on iOS 27, iPadOS 27, and watchOS 27. In its press release, Apple mentioned that making Siri AI available in the EU would require the company to give other AI assistants (like ChatGPT, Claude, and Gemini) broad access to private user data and the ability to control installed apps. Essentially, the EU wants competing AI systems to be able to read and send messages, make purchases, access files, and perform actions across apps. To address these concerns, Apple proposed an intermediary system called Trusted System Agent. This system would have allowed other virtual assistants to access the same features as Siri AI in a safer way. However, the European Commission rejected Apple's proposals, and it is currently unclear why. The good news is that Apple stated it will continue working with EU regulators to bring Siri AI to the region. For now, however, iPhone and iPad users in the EU will have to wait. If platform gatekeepers such as Apple and Google reserve deep operating system capabilities only for their own AI assistants, rival services such as ChatGPT, Claude, Perplexity, and others will be at a major disadvantage. Modern AI assistants are no longer simple chatbots. They require access to core OS-level capabilities such as reading on-screen context, interacting with installed apps, sending messages, creating calendar events, managing files, and completing user-approved actions across the device. If only Siri on iOS or Gemini on Android can access these capabilities, competing AI services will struggle to offer the same level of convenience, even if their underlying models are better. This is exactly what the European Union's DMA is trying to address. Apple and Google should be allowed to protect user privacy and security, but they should not be permitted to use those concerns as a blanket excuse to block rival AI assistants from getting fair access to core platform features. A secure permission-based framework could allow users to choose their preferred AI assistant without giving any company unrestricted access to personal data.
  • 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
      509
    2. 2
      PsYcHoKiLLa
      222
    3. 3
      ATLien_0
      92
    4. 4
      +Edouard
      86
    5. 5
      Steven P.
      81
  • Tell a friend

    Love Neowin? Tell a friend!