Recommended Posts

Wow. Care releasing?

Sure, there you go!

Place the folder in foobar2000\PanelsUI and apply the fcs file (may alter your columns ui settings as well) to make the playlist switcher look good. If something appears non-glass in the config (album_list_panel and quicksearch for example) change their BG colour to black :)

Image:

bansheeaeroes8.th.jpg

BansheeGlass.zip

New setup:

fb2k_setup12.png

Download: http://home.no/lassekongo83/fb2k/lassekongo.rar

Should work pretty good in any visual style. Using syscolors and alpha-transparent images.

To display the artist picture: Add a artist.jpg image in the album's folder.

To display the cover picture: Add a folder.jpg image in the album's folder.

ID3 tag the amount of tracks the albums have to sort everything right. Sort after album in PanelsUI.

ID3 tag the comment in your files to display artist info.

Edited by lassekongo83
Can anyone here get this config working properly with PanelsUI 0.13.8? It doesn't show the track name in the window title anymore.

Try adding

$if(%isplaying%,$settitle(%artist% - %track%),$settitle(foobar2000))

to the top of the config code

I'm looking how to remove the sizing bars (ie. locking the different sections of foobar), but I can't seem to figure out how. Wanting to remove the sizing seperators / dividers.

Image of what I'm talking about, circled in red.

barsqz7.jpg

I've tried locking the sections under the Columns UI > Layout trees to no avail.

- CFH

Edited by clocksforhire
I'm looking how to remove the sizing bars (ie. locking the different sections of foobar), but I can't seem to figure out how. Wanting to remove the sizing seperators / dividers.

Image of what I'm talking about, circled in red.

I've tried locking the sections under the Columns UI > Layout trees to no avail.

- CFH

You can't get rid of them using ColumnsUI as your layout only in PanelsUI

Okay good news, got permission to release my modification of lassekongo83's "lttm" config.

So, without a due.. presenting lttma "Listen to The Music Again"

You will need the following components:

- foo_ui_panels 14.12 beta (it might work with 13.8, but i haven't tested..)

- foo_uie_albumart

- foo_uie_albumlist

- foo_uie_powerpanels

Changes to original "lttm" config:

- made layout fluid, so window can now be resized

- remade all graphics, designed to suit VistyV2 visual style (but go well with most styles)

- added toggleable albumart/trackinfo side panel

- changed views to scpl and albumlist, removed old trackinfo and playlist selector

- added buttons to search current artist on last.fm/wikipedia.org/oink.cd

- added functioning custom seekbar ability, using foo_uie_powerpanels

@ moglenstar

I have a problem with your config.

When I choose the layout file in the Panels UI Preferences, the layout doesn't change.

And if I click on "Save all" I get the default Panels UI layout.

are you using the latest version of panels ui? 14.12 beta

http://panels.fooblog2000.com/foo_ui_panels_beta.zip

edit:

I've tested with a fresh foobar2000 install, and it will definately only work with 14.12 beta. if you try it with 13.8, it doesn't let you select my pui :)

edit2:

also, it appears that you need foo_ui_columns for foo_uie_albumart to work.

Edited by moglenstar
Okay good news, got permission to release my modification of lassekongo83's "lttm" config.

So, without a due.. presenting lttma "Listen to The Music Again"

You will need the following components:

- foo_ui_panels 14.12 beta (it might work with 13.8, but i haven't tested..)

- foo_uie_albumart

- foo_uie_albumlist

- foo_uie_powerpanels

Changes to original "lttm" config:

- made layout fluid, so window can now be resized

- remade all graphics, designed to suit VistyV2 visual style (but go well with most styles)

- added toggleable albumart/trackinfo side panel

- changed views to scpl and albumlist, removed old trackinfo and playlist selector

- added buttons to search current artist on last.fm/wikipedia.org/oink.cd

- added functioning custom seekbar ability, using foo_uie_powerpanels

Whenever I try to play a song I get the error of "Unhandled exception : Service not found." I've never used Foobar before so I don't know what that means. The layout works perfectly (Atleast looks like your screenshot.) I get the error also when I try to send my entire library to the playlist, but if I click "Add to Library" it works.

Okay, cross all of that. Whenever I press the button that shows more details for the album (album cover and such.) I get the error.

Whenever I try to play a song I get the error of "Unhandled exception : Service not found." I've never used Foobar before so I don't know what that means. The layout works perfectly (Atleast looks like your screenshot.) I get the error also when I try to send my entire library to the playlist, but if I click "Add to Library" it works.

Okay, cross all of that. Whenever I press the button that shows more details for the album (album cover and such.) I get the error.

yeah, i just figured out, it's because you need foo_ui_columns too, for foo_uie_albumart to work - http://yuo.be/columns.php

yeah, i just figured out, it's because you need foo_ui_columns too, for foo_uie_albumart to work - http://yuo.be/columns.php

Great, works now, but one more thing. How do I get the information to show at the top too as well as under the album art.

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
      524
    2. 2
      PsYcHoKiLLa
      232
    3. 3
      Edouard
      135
    4. 4
      ATLien_0
      88
    5. 5
      Steven P.
      82
  • Tell a friend

    Love Neowin? Tell a friend!