Recommended Posts

this topic has been quiet for a while, here's mine:

modified toolejrawr (thanks)

changed sidebar to albumlist panel and increased width and height, added album art in sidebar, removed utils button, added bitrate display and removed next up display in track display area

post-79819-1182032289_thumb.jpg

Been working on the cover display of this for the last hour or so, going with the whole "cd cases for albums newer than 1981" thing that i've seen around..

a mod of a mod, grabbed black luna element config from the luna element discussion thread, and have just been tweaking it myself :)

no plans to distribute it or anything, not yet anyway..

fuuuuuuuuuuuuuu.png

Hm just updated to latest PanelsUI and this is what I get--no more text for albums?

post-18268-1182040965_thumb.png

It's because of all the grouping checks, you can just strip out all of the code that checks how the playlist is grouped, and it will work fine.

edit, replace all of your group code with the following

this will make the group headers always %album%

$alignabs(10,5,$sub(%_width%,10),100,left,top)
$font($getpvar(userFont),20,bold,240-240-240)

%album%

$alignabs(15,22,$sub(%_width%,5),25,left,top)
$font($getpvar(userFont),$add($getpvar(userFontSize),1),bold,255-128-0)

%album%


	$alignabs($sub(%_width%,$calcwidth(%date%),40),21,$calcwidth(%date%),25,right,top)
	$font($getpvar(userFont),$getpvar(userFontSize),,)[%date%]

	$alignabs($sub(%_width%,$calcwidth(%genre%),40),4,$calcwidth(%genre%),25,right,top)
	[%genre%]

	$if($fileexists($get(coverPath)),
		$imageabs2(27,27,0,0,0,0,$sub(%_width%,33),7,$get(coverPath),NOKEEPASPECT)
		$imageabs2(31,30,0,0,0,0,$sub(%_width%,35),5,$getpvar(Image.Path)border.png,)
	,
		$imageabs2(27,27,0,0,0,0,$sub(%_width%,33),7,$getpvar(Image.Path)nocover.png,)
	)

// If it's the fist line then don't show top line, else show.
$ifequal(%list_index%,1,,
	$drawrect(0,1,%_width%,1,pencolor-0-0-0 brushcolor-null ALPHA-25)
)

// Bottom line.
$drawrect(0,38,%_width%,1,pencolor-0-0-0 brushcolor-null ALPHA-25)

oh, also.. you will have to change the orange (255-128-0) to the blue that the normal LE foobar uses..

Edited by moglenstar

Can someone explain to me how to get it to show the numerical list for all the song I have in the playlist. Please e-mail me at [email protected] I really would like this figured out and I'm not good at these things. I want it next to the Tracklist colum thank you and please help me.

It's Royale Vista II with my little modifications:)

Might not have been clear enough, I'm talking about the top titlebar, and not (I think) the "fake" titlebar in the foobar config ;)

The upper one doesn't look very much like the VS in the link you posted ;D

ssconfig4

ssconfig4ej5.th.gif

*Download Now!*

Discogs Panel:.............History panel:.............Options Panel:

ssconfig4discogsfh3.th.gif ssconfig4historyla4.th.gifssconfig4optionsli0.th.gif

Required Components:

  • foo_ui_panels
  • foo_ui_columns
  • foo_cwb_hooks
  • foo_playcount (offical) or foo_playcount_mod

optional components:

  • foo_discogs
  • foo_playlist_tree
  • foo_uie_albumlist
  • foo_uie_explorer
  • foo_browser
  • foo_uie_lyrics
  • foo_lyricsDB
  • foo_uie_vis_egoh
  • foo_uie_playlist_dropdown
  • foo_uie_quicksearch
  • foo_uie_queuemanager

is there a way to display the length (time) of the active playlist?

You could use cwb_hooks to do so.

It provides variables that contains the playlist's totals:

# %cwb_activelist% - active playlist name

# %cwb_activelist_count% - number of items in the active list

# %cwb_activelist_duration% - seconds

# %cwb_playinglist% - playing playlist name

# %cwb_playinglist_count% - number of items in the playing list

# %cwb_playinglist_duration% - seconds

You could use cwb_hooks to do so.

It provides variables that contains the playlist's totals:

# %cwb_activelist% - active playlist name

# %cwb_activelist_count% - number of items in the active list

# %cwb_activelist_duration% - seconds

# %cwb_playinglist% - playing playlist name

# %cwb_playinglist_count% - number of items in the playing list

# %cwb_playinglist_duration% - seconds

oooh good call, forgot about cwb_hooks, this was right on the money for what i wanted: $cwb_hms(%cwb_activelist_duration%)

I just got vista and installed foobar2000, can I have the config? it looks amazing.

Yeah, sure :)

Extract the images to \foobar2000\images\ and put the pui file into \foobar2000\PanelsUI\

Hope this works... the image paths are, hum, messed up a bit, don't know why ^^

Plugins needed:

Album List Panel

Playcont (official)

Panels UI (obviously :rolleyes: )

Oh, I also fixed the funky looking text when an item was selected :) see below.

Enjoy!

edit: Perhaps you also have to edit the buttons if they don't show up (right-click on their approximate position). And you have to revert the colors in te album ist panel config (black background - white fonts)!

post-165530-1182858609.jpg

Images.zip

PUI.zip

Edited by MrFuji
Mine showed up kinda strange, any idea of what I did wrong? and it won't let me into the preferences to change anything because there's no buttons.

Ok, you have to adjust the album list panel (edit colors, see previous post - deactivate horizontal scrollbar - activate vista theming)

And for the buttons; you can edit them by right clicking --> customise... on their position. Look at my screenshot to see where they are ;)

^Normally, there's a button to access the preferences, but CTRL+P is good as well ;)

Oh, and you should activate grouping in the playlist: Right click on playlist --> Sort / Group by...

edit: And just figured that out myself... everything looks horrible with the standard aero colour scheme! Better use graphite or blue... :)

Edited by MrFuji
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!