Recommended Posts

Looks good brumal. Could you tell me the code for the progressbars on the tracks?

To anyone using an SCP setup: How the heck do you navigate a large library? I've got a pretty bares-bones, ugly setup right now, but it was the only way I could fathom to get the functionality I needed...

Current: untitled1mi3.th.jpg

foo_uie_albumlist together with quicksearch is useable for that purpose

Brumal -

With both of your configs I can't seem to get the Artist, Misc, Genre, etc... Playlist column things to fill in. It changes the font color and all so I have to playlist titles right. The playlists are empty, and I DO have all the components (updated them like 3 times yesterday...)

Any idea what's wrong?

foobarja5.th.jpg

Brumal -

With both of your configs I can't seem to get the Artist, Misc, Genre, etc... Playlist column things to fill in. It changes the font color and all so I have to playlist titles right. The playlists are empty, and I DO have all the components (updated them like 3 times yesterday...)

Any idea what's wrong?

They don't "fill in". Playlist switcher doesn't do anything automatically. You have to create the playlists yourself.

is there a way to have panelsui resize the images to fit your window? i looked on the wiki but could not see anything, i have been playing with brumals treeline (hope you don't mind) to try and get used to how the component works and i have it working nice at fullscreen but in a smaller window its look and behaviour is just odd.

is there a way to have panelsui resize the images to fit your window? i looked on the wiki but could not see anything, i have been playing with brumals treeline (hope you don't mind) to try and get used to how the component works and i have it working nice at fullscreen but in a smaller window its look and behaviour is just odd.

you want to set the Width and Height fields in $imageabs() or $imageabs2() to some expressions that use %_width% and %_height% respectively.

Things like that don't need to be explicitly list on the wiki do they? :p

(Dom, you reading this?)

Edited by shakey_snake

I've been searching and searching like mad... and tons of posts with seeming good info have outdated links. Could one of you awesome dudes hook me up with a nice set of links for add-ons I need to customize my Foobar2000 the way you guys have.. or maybe even all out user friendly instructions? The screenshot here: http://www.hydrogenaudio.org/forums/index....showtopic=43077 the first post's screenshot is pretty sweet looking. Anyone think they can help me with getting mine to look like that? The forums there said I had to wait 5 days for approval because my email account is gmail... lame.

PLEASE HELP... my brain hurts.

Thanks in advance

Edited by Scrilla

A lot of the "looks" of that Foobar have to do with the visual style that guy was using and the code for his columnsUI playlist.

It would appear the only 3rd party components he's using are foo_ui_columns, foo_uie_trackinfo_mod and foo_uie_albumart.

(you can find those here )

And basically it would take more time than it's worth to replicate his columnsUI code.

If you're looking for quick results, you might try going through the config distribution thread, first.

Edited by shakey_snake

Well... I spent forever following the directions and downloading 50 different things to get "STUART60611'S CONFIGURATION". Anyway after all that work, I've got a something that looks nothing like what he has displayed. Why are all of the instructions for doing this so half assed? "(.dll files to be copied to the components folder in the foobar root directory):" some of those downloads are not just .dlls some were pictures and some are folders with things like foo_uie_tabs.vcproj and "H File"s. And the attached files have all sorts of crazy **** in them. Is there any SIMPLE or WELL EXPLAINED way to get my foobar2000 to look half way decent! Please?!

That was the most aggravating waste of time ever!

lol shaky I'm far from computer illiterate. I got everything extracted fine... but not all the files were .dlls. There is a source, slc, and foo_title (Which has all image files and some sort of "Skin" file) folder. Do i just put those folders in the compoents folder? There is also an installation file for "Mini Lyrics" where do I install this to? One of the attachments installs foobar2000ver9... no real explanation on this one either, was I supposed to install it to the foobar2000 program folder? I'm looking for something that explains these types of things without having to spend hours searching around.

Thanks Viper, yeah, that was the first thing I did. It doesn't work I get an error when I load foobar and it looks like total crap. What the hell is the installation file that is supposed to be his .cfg file? Where do I put a .cfg file? Uggh... is there a link to a basic simple skin that may help me get some of this info?

Foo_title is definitely on the list of components he says to download... any answers to any of my questions maybe?

:argh::argh::argh::argh::argh::argh::argh::argh::argh::argh::argh::argh::argh::argh::argh::argh::argh::argh::argh::argh:

Hi, I'm back with my foo_title component. This component shows a small window with some track info and buttons so that you can have your main foobar window minimized. Something like Winamp's windowshade mode.

So, no, like I said you probably don't need it. But ignore me if you wish. I don't have to help you.

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

The .cfg file replaces your current one in your profile folder. and where that is depends on whether you have user profiles enabled or not.

Press Winkey+R, the run dialog should come up.

put %appdata%\Foobar2000 in there and press enter.

put his .cfg in there.

If you get an error, then you don't have profiles enabled and the .cfg goes in you installation directory.

If you haven't installed the .cfg then you've effectively done nothing to change the way it looks.

No, foobar has no skins :pinch:

Edited by shakey_snake

Oh... yeah of course I don't "NEED" it. I don't NEED to skin the player at all but I sure would like to. Not trying to be a dick man, just a bit aggrivated. I started over from scratch and got closer this time.

I got this error this time:

Failed to load DLL: foo_menu_addons.dll

Reason: This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem.

Failed to load DLL: foo_uie_lyrics.dll

Reason: Multiple instances of DLL with the same file name found.

Failed to load DLL: foo_uie_lyrics.dll

Reason: Multiple instances of DLL with the same file name found.

Funny thing is I don't see 2 copys of lyrics.dll

btw I'm trying to get STUART60611'S CONFIGURATION: to work.

heres what I get:

foobar.jpg

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

    • No registered users viewing this page.
  • Posts

    • JetBrains is working to cut false positives in RustRover 2026.2 by David Uzondu Recently, JetBrains released the fifth EAP build of its dedicated IDE, RustRover 2026.2, bringing improvements like a Run gutter icon for criterion_main! macro benchmarking and a feature that alerts you when there are unused traits in your current scope. Now, the company is out with a blog post addressing one of the "most common" complaints from users: false positives. In RustRover, a false positive occurs when the editor incorrectly highlights something as an error even though the project compiles and runs successfully. This mismatch flags a gap between the IDE's internal intelligence and the actual compiler. When the editor flashes red warnings over perfectly valid code, developers lose trust in the tool, which stalls momentum. Traditionally, RustRover runs cargo check to detect compiler errors and warnings, but it also relies on its own code analysis engine to power real-time features. To provide quick feedback, this engine parses your source code into a syntax tree while inferring types and resolving names as you type. Because this engine must work on broken, half-written code and react instantly, its logic sometimes diverges from the compiler's, producing false positives that do not exist in the compiler's eyes. JetBrains said that it has a "dedicated task force" focused specifically on identifying and fixing false positives by analyzing user reports and examining large-scale open-source projects. To speed up this process, the team built an internal system modeled after Crater, the famous Rust project that compiles and runs tests for every single crate published on crates.io. This automated pipeline compares the diagnostics from RustRover's analysis with actual compiler output to catch discrepancies before they reach users, ensuring smoother workflows. RustRover, for those who're unaware, is a dedicated IDE designed specifically for Rust developers. It's been around for a couple of years now, providing features like built-in debugging via LLDB, seamless cargo integration, advanced macro expansion, and HTML support. JetBrains distributes the app under two licensing models: a paid commercial subscription and a free option for non-commercial use.
    • Last year I bought the 2TB variant for $114 on Amazon. That's crazy that the 1TB is now 67% more expensive for half the storage, even with the newer T9 already on the market. And that's considered a good deal.
    • You can disable all non needed features from Brave. There is also Brave Origin which removes them entirely and it is free for Linux.
    • I wish I could use Brave but the tab suspension feature is horrible. It doesn't suspend them like Edge does. Even after 2h open with 70+ tabs (same as Edge), it has 2GB more consumption than Edge for no reason.
    • TeamViewer 15.78.4.0 by Razvan Serea TeamViewer is the fast, simple and friendly solution for remote access over the Internet - all applications in one single, very affordable module. Remote control of computers over the Internet, Instantly take control over a computer anywhere on the Internet, even through firewalls. No installation required, just use it fast and secure. Training, sales and teamwork, TeamViewer can also be used to present your desktop to a partner on the Internet. Show and share your software, PowerPoint presentations etc. File transfer, chat and more, Share your files, chat, switch the direction during a teamwork session, and a lot more is included in TeamViewer. TeamViewer key features: Cross-platform remote access (Windows, macOS, Linux, Android, iOS, IoT) Attended and unattended remote control Secure file transfer between devices Remote printing to local printers Multi-monitor support with easy switching Wake-on-LAN for sleeping devices Session links for quick connections (no password sharing) Web client access (no installation needed) End-to-end encryption (AES-256) Two-factor authentication and access controls AI-powered session insights and reporting Mass deployment and device management tools Customizable allow/block lists for security Command line and script execution remotely Performance monitoring and analytics dashboards TeamViewer 15.78.4.0 changelog: Improvements Permissions inheritance has been improved, increasing reliability when permissions are assigned to user group managers. Bugfixes Fixed a bug where 'Show details' button was not showing up on command bar upon selection of a device group. Fixed a bug which was causing the legacy groups to disappear when applying hide offline filter in basic view. Fixed a bug where devices were loading infinitely after login. Fixed a bug which was causing crash in application. Download: TeamViewer 15.78.4.0 | 32-bit | Portable | Mac | ~70.0 MB (Free for personal use) View: TeamViewer Home Page | Release Notes | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
  • Recent Achievements

    • One Year In
      Primer1st earned a badge
      One Year In
    • Experienced
      JayZJay went up a rank
      Experienced
    • Reacting Well
      Sir_Timbit earned a badge
      Reacting Well
    • Week One Done
      rubentuben8 earned a badge
      Week One Done
    • Week One Done
      ARaclen earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      521
    2. 2
      PsYcHoKiLLa
      230
    3. 3
      Edouard
      135
    4. 4
      ATLien_0
      88
    5. 5
      Steven P.
      82
  • Tell a friend

    Love Neowin? Tell a friend!