Recommended Posts

modded dawxxx666's config

blueblackms0.th.jpg

1. Track info & cover art

2. Album list

3. Playlist switcher

4. SCPL (single view)

5. SCPL (album view)

credits to dawxxx666 and brumal (for the panel switch code)

Would you mind sharing this config ? I'd love to have an integrated album list panel.

Thanks

MiDiAN

Here's the link on Hydrogenaudio.

somehow I cannot rate my songs.. does anyone know a solution to this problem?

Mind sharing some info, what config are you using?

The button command should be TAG:SET:rating:5 where 5 is should the rating you want the button to assign.

Now, *MY* question is this: I have the RAR/ZIP component [from the foobar2000 installer] to read songs from compressed files... Is there a way to disable this through the Media Library? I've tried to exclude those file extensions in the preferences, but still have them show up when I re-scan the library... Now, I could remove the culprit file from that specific folder, but I would think I should not have to if I have the extensions set in the exclude rule.

Sure thing Spidy` :yes:

Desktop.zip

Here are the files, you will also need:

FONTS:

Swis721 Cn BT D-Type - or a suitable sans serif

Nyala (Vista) - or a suitable fancy script font

Wingdings

Webdings

COMPONENTS:

Panelsui

Single Column Playlist

Lyric Show (foo_uie_lyrics)

WSH Panel (foo_uie_wsh_panel)

Egoh Spectrum Analyser (foo_uie_vis_egoh)

Quick Search Toolbar (foo_uie_quicksearch)

* credit: two of the zipped images come from dawxxx666's amazing config availabe on this page, and the nocover art is by BrilliantGreen from http://www.hydrogenaudio.org/forums/index....34341&st=25 *

awesome config jayde6..

i've customized it a bit.. but there are few things i want to add that i'm hoping you can help me with. I wanted to put an overlay on the album art but i'm not sure how.. and a 1 pixel white border around the album art.. i can't figure out how to do this.

post-10919-1176603030.jpg

awesome config jayde6..

i've customized it a bit.. but there are few things i want to add that i'm hoping you can help me with. I wanted to put an overlay on the album art but i'm not sure how.. and a 1 pixel white border around the album art.. i can't figure out how to do this.

Thanks :) . Nice changes. As far as the others, the album art itself is a separate track display, so if you right click on the art itself you should be able to easily add a $imageabs overlay and also a $drawrect with a white pen color. You may also want to add NOKEEPASPECT to the album art if you are going to use an overlay. You could also change the panel code (the one with the background and text) to always show the lrc.png underneath the rotated albumart but make it a little bit bigger so that your white line would look mirrored as well.

And I use my speakers volume control (and for that matter my keyboards play/pause etc. but I just couldn't resist the look of the buttons in the alternating light and dark) however it shouldn't be too hard to shrink the seek bar and create another wsh panel to the right of it using the volume bar.txt that came with the plugin.

Look forward to seeing any and all mods to it,

Jayde6

i've tried adding the code myself.... a bunch of times.. and nothing happens, i have no idea what i'm doing.

I know I made it overly complicated, I just like keeping each section separate. I think the problem is probably that the coverart size is the same as the panel size, that and/or the $drawrect is below the overlay and bkg sections of the code (I have images that are not perfectly square and do hate stretching them hence it having it's own bkg and overlay). Put this code into the art panel in place of the old code;

$drawrect(0,0,0,0,brushcolor-235-235-235 pencolor-null)

$drawrect(0,0,0,0,brushcolor-235-235-235 pencolor-255-255-255)

$if($fileexists($replace(%path%,%filename_ext%,folder.jpg)),

$imageabs2(238,238,0,0,0,0,1,1,$replace(%path%,%filename_ext%,folder.jpg),VALIGN-B NOKEEPASPECT),

$imageabs2(238,238,0,0,0,0,1,1,/images\12\nocoverb.png,VALIGN-B NOKEEPASPECT))

$imageabs2(238,238,0,0,0,0,1,1,'your overlay png',VALIGN-T)

-in the track display with the background and the text, replace from "$ifequal($getpvar(display.mode),0," to the empty line with this;

$ifequal($getpvar(display.mode),0,

$imageabs2(240,41,0,0,0,39,$sub($div(%_width%,2),119),266,/images\12\lrc.png,VALIGN-T NOKEEPASPECT)

$if($fileexists($replace(%path%,%filename_ext%,folder.jpg)),

$imageabs2(238,238,0,0,0,0,$sub($div(%_width%,2),118),268,$replace(%path%,%filename_ext%,folder.jpg),VALIGN-TROTATEFLIP-6),

$imageabs2(238,238,0,0,0,170,$sub($div(%_width%,2),118),268,/images\12\nocoverb.png,VALIGN-T ROTATEFLIP-6)),

$imageabs2(236,41,0,0,0,39,$sub($div(%_width%,2),117),266,/images\12\lrc.png,VALIGN-T NOKEEPASPECT)

$drawrect($sub($div(%_width%,2),118),22,238,242,brushcolor-235-235-235 pencolor-70-70-70))

- I think that ought to do what you want.

Here's my WIP LunaElement mod based from bbmartini, Alan, and maybe any other LE mods out there.

foolesavagemodxn2.jpg

It uses foo_uie_wsh_panel for the seekbar, an idea borrowed from the Dark1 config. I prefer it over having either graphical seekbar, ugly, or both.

Why is it not used more often? buggy? heavy on resources???

Now here's where I ask for help [again].

I have my SCPL arranged by directory structure because my music is only partially organised.

In this example I have a 5 disc Johnny Cash collection located @ Music\Johnny Cash\[1954-1958] Man In Black I\ ... each disc has it's own sub-folder named "Disc" with 01, 02 to 05.

The meta-tags are done up with track number, total tracks, disc number, total discs.

The filename themselves are as so: Johnny Cash - 102 - You're My Baby.mp3 (where 102 is = disc 01 track 02)

Here's a visual:

foonodischeaderht7.jpg

(The blur is just where I merged the first few tracks of the first disc to show the header, and the first tracks from the second.)

Now here's where I ask for help [again].

I have my SCPL arranged by directory structure because my music is only partially organised.

In this example I have a 5 disc Johnny Cash collection located @ Music\Johnny Cash\[1954-1958] Man In Black I\ ... each disc has it's own sub-folder named "Disc" with 01, 02 to 05.

The meta-tags are done up with track number, total tracks, disc number, total discs.

The filename themselves are as so: Johnny Cash - 102 - You're My Baby.mp3 (where 102 is = disc 01 track 02)

Here's a visual:

http://img407.imageshack.us/img407/2152/fo...scheaderht7.jpg

(The blur is just where I merged the first few tracks of the first disc to show the header, and the first tracks from the second.)

My guess is that you're not actually grouping by directory.

The best advice I can give you is to properly tag your files.

Sorry for not really helping. ;)

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!