Recommended Posts

I finally mustered up the energy to go through and strip the crap out of Navigator Suite. Now I can actually scroll the playlist without it skipping! I've always wondered, why is all this extra junk code even needed? Most people I know don't even check the damn globals to change settings. :rolleyes:

fooobar7tg.th.png

Edited by Shannon
I finally mustered up the energy to go through and strip the crap out of Navigator Suite. Now I can actually scroll the playlist without it skipping! I've always wondered, why is all this extra junk code even needed? Most people I know don't even check the damn globals to change settings. :rolleyes:

fooobar7tg.th.png

585535177[/snapback]

love your colour scheme Shannon, mind sharing it ? =)

love your colour scheme Shannon, mind sharing it ? =)

585535391[/snapback]

lovely Shannon.. I would like to have it too..

585535417[/snapback]

I like it too, Shannon. I actually tried to modify Navigator Suite, but because of so many code I just gave up. So I want to say "good job"!

I've always wondered, why is all this extra junk code even needed? Most people I know don't even check the damn globals to change settings.

585535177[/snapback]

And I agree with you to this point.

Edited by miscellanea

Paste this where you would normally enter a custom scolour scheme in the globals.

// is your custom-theme a dark-theme? (0=no, 1=yes)
$puts(theme_dark,0)

// foreground colors
$puts(standard_color,$rgb(101,99,96))
$puts(special_color,$rgb(132,129,124))
$puts(playing_color,$rgb(155,180,130))
$puts(borders_color,$rgb(159,155,147))

// background colors
$puts(bg_color,$rgb(197,192,182))
$puts(bg_color2,$rgb(225,220,210))

// various symbols used in display
$puts(symbol_seperator,' ◈ ')
$puts(symbol_rating,▶ )

If you're going to do both, so am i. :p

Here's mine, with desk top. The red dots are the 'hotness' level, i'm still kinda trying to work that out properly.

foobellethumb.png

Since i usually get a half-dozen PMs about this.... If anyone's actually interested in my configuration, i'll answer any specific questions you have, but i won't hand out the config, so don't bother asking for that. Sorry. :x

585518807[/snapback]

hey lav can you upload your hotness column config?

thanx.

Edited by eliazu

Ok so I made a huge boo-boo :blink:

On my album list panel, I highlited my root directory and accidently clicked "remove from database". There's a way to fix this, right?

The solution's probably pretty simple, but I almost never use the albumlist and I'm not too familiar with it.

@Cream, scan it again.. in preference > database, there's a scan button..

585537539[/snapback]

I can't believe I missed that, thanks acedriver!

Also, that site with instructions on how to display the panel horizontally is down... can anyone point me to a mirror site or give me quick instructions?

I know I know I'm asking too many silly questions :p

:cry: I can't get my FooBar to look anything like how everyone elses looks and i've been at this for at least 3 hours! I downloaded the ColumnUI and added it to my components directory, imported the skin but still the colors either come out all messed up or just make it so all of the words in my playlist can't be seen :(. Can someone send me their foobar folder so I can go with it from there? :D

hey lav can you upload your hotness column config?

thanx.

585536858[/snapback]

Yeeees....

$if(%_hotness%,

$repeat(%_hotties%●,$div(%_hotness%,19))

$repeat(%_dimmed2%●,$sub(5,$div(%_hotness%,19)))

)

(If those show up as squares after the dots, those are supposed to be the little colour brackets. They don't show up when you have two in a row like that for some reason. Also, 'hotties' colour is 5B5BFF, and 'dimmed2' is 606060.)

Keep in mind you still need all the junk mentioned in this thread.

Yeeees....

$if(%_hotness%,

$repeat(%_hotties%●,$div(%_hotness%,19))

$repeat(%_dimmed2%●,$sub(5,$div(%_hotness%,19)))

)

(If those show up as squares after the dots, those are supposed to be the little colour brackets. They don't show up when you have two in a row like that for some reason. Also, 'hotties' colour is 5B5BFF, and 'dimmed2' is 606060.)

Keep in mind you still need all the junk mentioned in this thread.

585540197[/snapback]

sorry lav, but another question (i cant edit the other posts).

how can this config have full 5 red dots?

only in 100%? it's almost impossible.

a song with 14% has no dots.

why it isnt:

1 (dot) - 1%-20%

2 - 21-40

3 - 41-60

4 - 61-80

5 - 81-100%

?

I divided it by 19, so it'll have one dot if it's 19% or higher, and it'll have five dots only if it's 95% or higher. I figured it'd just be easier that way.

If you want to make it so that it gets one dot at 1% (and chances are you're not going to have very many that are like that, since it only changes by day rather than by hour, so it's not that precise), you'll have to change it and use if statements, probably. You can just lower the number you divide by if you want to make it easier to get up to five (for example, you can change the 19 to a 14), but there'll always be some numbers below the number you put there that won't register as a single dot (in 14's case, it won't register if it's 13 or below).

So i guess you'd have to do something with if statements, i dunno. Not very good with maths. And it'll probably suck for performance, too. :/

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

    • No registered users viewing this page.
  • Posts

    • Thank god they got rid of the disgusting looking sidebars, and the corner radius looks much better, too. Two things I hated on day one, and never got used to.
    • JetBrains launches Rider 2026.2 EAP 5, bringing several AI improvements by David Uzondu JetBrains has released the fifth EAP version of Rider 2026.2, bringing a faster startup flow with the new non-modal startup screen and quality-check hooks for Claude Code and Codex. In the latest EAP release, Rider now has newly bundled "quality-check" hooks that run background tests on code edits before the external agent proceeds. For example, after Claude Code rewrites a class, Rider immediately triggers a PostToolUse hook that analyzes the code for syntax errors and formatting warnings. It then passes those findings back to the model as feedback, allowing the agent to fix its own output before finalizing the task. If Rider detects compilation errors, the IDE prevents the agent from treating the task as complete, while minor formatting warnings simply help guide the model toward better output. The "Explain with AI" feature can now tackle tricky build errors directly from the console, helping .NET developers who frequently wrestle with multi-targeting failures and MSBuild errors. JetBrains introduced Explain with AI back in the 2024.1 release cycle. With this feature, instead of forcing developers to copy long diagnostics into a separate chat window, Rider now lets you trigger these explanations directly from the error source. In similar EAP news, JetBrains recently opened the first EAP for IntelliJ IDEA 2026.2, with features that appeal to both those who are into AI-assisted coding and those who prefer "classic" manual development. For manual developers, the release adds revamped dependency completion for Maven and Gradle build scripts, which pulls data directly from the local cache to suggest relevant versions. It also brings the Spring Debugger update, displaying security indicators next to endpoints to visualize secured routes during runtime. In addition to database migration tools for Flyway and Liquibase, this build introduces a Hibernate debugger that shows the exact SQL or HQL queries that the framework plans to execute, letting developers jump directly to the Java code that triggered them.
  • Recent Achievements

    • Very Popular
      Captain_Eric earned a badge
      Very Popular
    • One Month Later
      amusc earned a badge
      One Month Later
    • One Month Later
      DJC50PLUS earned a badge
      One Month Later
    • Week One Done
      DJC50PLUS earned a badge
      Week One Done
    • Proficient
      Eric Biran went up a rank
      Proficient
  • Popular Contributors

    1. 1
      +primortal
      504
    2. 2
      PsYcHoKiLLa
      223
    3. 3
      ATLien_0
      87
    4. 4
      Steven P.
      80
    5. 5
      +Edouard
      80
  • Tell a friend

    Love Neowin? Tell a friend!