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

    • Bulk Crap Uninstaller 6.2 by Razvan Serea Bulk Crap Uninstaller is a free (as in speech) program uninstaller. It excels at removing large amounts of applications with minimal user input. It can clean up leftovers, detect orphaned applications, run uninstallers according to premade lists, and much more. Even though BCU was made with IT pros in mind, by default it is so straight-forward that anyone can use it effortlessly! Bulk Crap Uninstaller features: Detect and uninstall Windows Store apps Uninstall multiple items at once to speed up the process (with collision prevention) Uninstall any number of applications in a single batch Minimal user input is required during uninstallation Can find and remove leftovers after uninstallation Can uninstall some apps even if they don't have any uninstallers Detects applications with damaged or missing uninstallers Adds quiet uninstall options to some uninstallers, even if they do not support them by default Uninstall lists for automation Startup manager Verification of uninstaller certificates Fully portable, settings are saved to a single file Bulk Crap Uninstaller 6.2 changelog: Features Add invalid-uninstaller view preset by @breshinotestachegira in #903 Add certificate and integrity columns to app list by @breshinotestachegira in #894 Improve Scoop custom path detection by @breshinotestachegira in #892 Fixes Improve uninstall list load error handling by @breshinotestachegira in #895 Fix tweak visibility filtering by @breshinotestachegira in #898 Fix orphaned-only view preset by @breshinotestachegira in #899 Stabilize icon handle ownership by @breshinotestachegira in #902 Fix: Use Directory.GetLastWriteTime for install date fallback by @AniketDeshmane in #908 Do not offer to send "no way to uninstall" error messages by @Klocman in #922 Ignore ERROR_BAD_CONFIGURATION when listing MSI components by @Klocman in #924 Eat InvalidOperationException coming from ListViewGroupAccessibleObject by @Klocman in #925 Harden BCU console export and size detection - Fix BCU-console export failures by @breshinotestachegira in #897 Harden registry factory parsing by @breshinotestachegira in #893 Guard startup uninstall list loading by @breshinotestachegira in #927 Clean generated files on uninstall by @One-Simon in #928 Translations Updated Hungarian translation by @titanicbobo in #875 Updated Vietnamese translations by @wanwanvxt in #918 Fix : Swedish translation causes UI overflow in some windows by @Leise-Shadow in #865 Other Fix publish script after v6.1 by @tsiakoulias in #868 Updated the localization pack Repository Moved the repository under a new BCUninstaller organization (old links still work) Added two maintainers: @hazeliscoding and @One-Simon Added PR merge rules (require up-to-date approval and CI to pass) Updated CI script to also build the launcher (only for testing, not included in artifacts) Download: Bulk Crap Uninstaller 6.2 | 8.8 MB (Open Source) Download: Bulk Crap Uninstaller Portable | 11.6 MB View: Bulk Crap Uninstaller Home Page | GitHub | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • If built properly, swapping out the backend should be an easy task, but as the article points out, it's just Apple not wanting to do this.
    • Microsoft's new Xbox Shutdown change promises massive power efficiency gains by Pulasthi Ariyasinghe Microsoft has been delivering a lot of changes for Xbox Insiders to test in recent weeks, and today, another wave of changes aimed at consoles was announced. The latest drop is testing features that let users find mutual friends easier, customize their UI, and streamline wishlisting. When looking at an Xbox friend's profile, an option will appear to see mutual friends, perhaps to get a refresher on how you know that person. This will depend on the privacy settings. The same applies to when checking the profile of a person who is not in the friends list, offering a quick way to find out if this is a known connection. Next, Microsoft is giving the option to change how the 'Home' and 'Games & Apps' sections show off available games. There is a new poster style that users can enable for an "immersive library experience." "We’ve also made personalization settings easier to navigate and customize by separating Home and My Games & apps into separate sections," adds the company. "And to make personalization even more accessible, we’ve added new shortcuts throughout menus, so you can quickly jump in and tailor your XBOX experience the way you want." Moreover, heading to the store page of an unreleased game will now offer players the option to wishlist directly from the game card. Lastly, Microsoft is making a change to Xbox One and Xbox Series X|S consoles that are in Sleep mode, making them use the more energy-saving 'Shutdown' mode instead automatically. The company says this can increase power savings by up to 20 times without impacting "performance, gameplay, or your ability to receive system, games or apps updates overnight." The only down side seems to be a longer startup time that can take up to 45 seconds. The setting was originally introduced in 2023, and this is only the latest update to it. The power option can be changed from the console settings at any time. This Xbox Insider update is rolling out today to select members of the program. As usual, Microsoft aims to bring it to more Insiders over time before they reach all Xbox owners. Head here to find out how to join the Xbox Insider Program to get a chance to test these features and upcoming ones on both consoles and PC.
    • 2 was a fun game but felt a bit shallow, like not enough there. I hope this expansion fixes that.
  • Recent Achievements

    • Rookie
      lamborghiniv10 went up a rank
      Rookie
    • One Month Later
      pinnclepd earned a badge
      One Month Later
    • First Post
      X-No-file earned a badge
      First Post
    • One Month Later
      johnjacobb40 earned a badge
      One Month Later
    • One Year In
      Primer1st earned a badge
      One Year In
  • Popular Contributors

    1. 1
      +primortal
      507
    2. 2
      PsYcHoKiLLa
      211
    3. 3
      +Edouard
      145
    4. 4
      Steven P.
      88
    5. 5
      ATLien_0
      80
  • Tell a friend

    Love Neowin? Tell a friend!