Recommended Posts

Thx to all for the comments :)

Thalswe: ummm whats .fcs :huh: , sorry im really new to foobar codes and stuff. I just spent an hour reading the foobar wiki last nite and figured out how to make the trailing lights shortly after.

For the trackinfo codes, im not sharing :p lol nah course I will.

recommended font: avantgarde

font colour: white

Title / artist:

$upper($if(%_trackinfo_notrack%,metamorphosisc0c0c0one,$if2(%title%,%_filename%) c0c0c0/ ffd955$meta_sep(artist,', ',' and ')))

lights and stop/pause text:

$if(%_isplaying%,$if(%_ispaused%, 9e9e9eo paused,$lower(

$replace($substr($num(%_time_elapsed_seconds%,4),4,5),0,ffffffo,1,c0c0c0o,2,9e9e9eo,3,808080o,4,808080o,5,ffffffo,6,c0c0c0o,7,9e9e9eo,8,808080o,9,808080o)

$replace($substr($num(%_time_elapsed_seconds%,4),4,5),0,808080o,1,ffffffo,2,c0c0c0o,3,9e9e9eo,4,808080o,5,808080o,6,ffffffo,7,c0c0c0o,8,9e9e9eo,9,808080o)

$replace($substr($num(%_time_elapsed_seconds%,4),4,5),0,808080o,1,808080o,2,ffffffo,3,c0c0c0o,4,9e9e9eo,5,808080o,6,808080o,7,ffffffo,8,c0c0c0o,9,9e9e9eo)

$replace($substr($num(%_time_elapsed_seconds%,4),4,5),0,9e9e9eo,1,808080o,2,808080o,3,ffffffo,4,c0c0c0o,5,9e9e9eo,6,808080o,7,808080o,8,ffffffo,9,c0c0c0o))),9e9e9eo stopped)

If anyone wants i can explain the concept of how the lights work (who knows mite inspire someone to make something better). Right now i can only make them move at 1 second intervals, it might be possible to get it faster, but that would get really complex.

spex04: ye i did try that for a while, but doesnt taht mean i cant have "title" and "artist" on opposite sides of the header, like in the screenshot? I'll play around with ur idea tho, see what i come up with, thx. Btw theres nothing release, its just a screen shot.

okay i know where to put the title/artist, but i cant get the rest to work like the tabs and album artwork. any help please?

he put it in the toolbar

http://music.morbo.org/wiki/columns_ui:faq...ve_the_playlist

for the visualizations, right click spectrum analyzer and choose bars mode

Thanks! Didn't find them before beacuse i were using and old verison of columns_ui :)

Hmm, can't find were to change the height on the album list panel?

Edited by IkoneN

Now I have been playing around with foobar2k for a few days and my previous post showed foobar2000 0.9RC at my laptop, now here I come with my customized foobar2000 0.8.3 at my home workstation, widescreen config:

foobar200020060312home2ph.th.jpg

I actually think it's nice.. :D what do you guys think? any proposals?

How you made the Lyrics panel, big title + worm?

I love the worm helig! hoy did you made that?

How you made the Lyrics panel, big title + worm?

huh? don't understand Dom, How I made the lyrics panel, big title? were do I have a big title?? :s

the worm was simplier than I thought it would be..

this is with my new color config:

$puts(o1,$rgb(50,210,255)?)
$puts(o2,$rgb(70,160,200)?)
$puts(o3,$rgb(80,110,140)?)
$puts(o4,$rgb(90,90,90)?)

$if($strcmp($mod(%_time_elapsed_seconds%,12),0),$get(o1)$get(o4)$get(o4)$get(o4)$get(o4)$get(o4),)
$if($strcmp($mod(%_time_elapsed_seconds%,12),1),$get(o2)$get(o1)$get(o4)$get(o4)$get(o4)$get(o4),)
$if($strcmp($mod(%_time_elapsed_seconds%,12),2),$get(o3)$get(o2)$get(o1)$get(o4)$get(o4)$get(o4),)
$if($strcmp($mod(%_time_elapsed_seconds%,12),3),$get(o4)$get(o3)$get(o2)$get(o1)$get(o4)$get(o4),)
$if($strcmp($mod(%_time_elapsed_seconds%,12),4),$get(o4)$get(o4)$get(o3)$get(o2)$get(o1)$get(o4),)
$if($strcmp($mod(%_time_elapsed_seconds%,12),5),$get(o4)$get(o4)$get(o4)$get(o3)$get(o2)$get(o1),)
$if($strcmp($mod(%_time_elapsed_seconds%,12),6),$get(o4)$get(o4)$get(o4)$get(o4)$get(o4)$get(o1),)
$if($strcmp($mod(%_time_elapsed_seconds%,12),7),$get(o4)$get(o4)$get(o4)$get(o4)$get(o1)$get(o2),)
$if($strcmp($mod(%_time_elapsed_seconds%,12),8),$get(o4)$get(o4)$get(o4)$get(o1)$get(o2)$get(o3),)
$if($strcmp($mod(%_time_elapsed_seconds%,12),9),$get(o4)$get(o4)$get(o1)$get(o2)$get(o3)$get(o4),)
$if($strcmp($mod(%_time_elapsed_seconds%,12),10),$get(o4)$get(o1)$get(o2)$get(o3)$get(o4)$get(o4),)
$if($strcmp($mod(%_time_elapsed_seconds%,12),11),$get(o1)$get(o2)$get(o3)$get(o4)$get(o4)$get(o4),)

I'm sure there is a more simple way of doing that...

My new fb2k color scheme:

foobar200020060317home3wf.th.jpg

huh? don't understand Dom, How I made the lyrics panel, big title? were do I have a big title?? :s

the worm was simplier than I thought it would be..

this is with my new color config:

$puts(o1,$rgb(50,210,255)?)
$puts(o2,$rgb(70,160,200)?)
$puts(o3,$rgb(80,110,140)?)
$puts(o4,$rgb(90,90,90)?)

$if($strcmp($mod(%_time_elapsed_seconds%,12),0),$get(o1)$get(o4)$get(o4)$get(o4)$get(o4)$get(o4),)
$if($strcmp($mod(%_time_elapsed_seconds%,12),1),$get(o2)$get(o1)$get(o4)$get(o4)$get(o4)$get(o4),)
$if($strcmp($mod(%_time_elapsed_seconds%,12),2),$get(o3)$get(o2)$get(o1)$get(o4)$get(o4)$get(o4),)
$if($strcmp($mod(%_time_elapsed_seconds%,12),3),$get(o4)$get(o3)$get(o2)$get(o1)$get(o4)$get(o4),)
$if($strcmp($mod(%_time_elapsed_seconds%,12),4),$get(o4)$get(o4)$get(o3)$get(o2)$get(o1)$get(o4),)
$if($strcmp($mod(%_time_elapsed_seconds%,12),5),$get(o4)$get(o4)$get(o4)$get(o3)$get(o2)$get(o1),)
$if($strcmp($mod(%_time_elapsed_seconds%,12),6),$get(o4)$get(o4)$get(o4)$get(o4)$get(o4)$get(o1),)
$if($strcmp($mod(%_time_elapsed_seconds%,12),7),$get(o4)$get(o4)$get(o4)$get(o4)$get(o1)$get(o2),)
$if($strcmp($mod(%_time_elapsed_seconds%,12),8),$get(o4)$get(o4)$get(o4)$get(o1)$get(o2)$get(o3),)
$if($strcmp($mod(%_time_elapsed_seconds%,12),9),$get(o4)$get(o4)$get(o1)$get(o2)$get(o3)$get(o4),)
$if($strcmp($mod(%_time_elapsed_seconds%,12),10),$get(o4)$get(o1)$get(o2)$get(o3)$get(o4)$get(o4),)
$if($strcmp($mod(%_time_elapsed_seconds%,12),11),$get(o1)$get(o2)$get(o3)$get(o4)$get(o4)$get(o4),)

I'm sure there is a more simple way of doing that...

My new fb2k color scheme:

foobar200020060317home3wf.th.jpg

Thanks =)

Okay then, how you put the lyrics panel there? (and where do i get:ot :o)

And forget about the big tittle, got confused with other screens =)

What was the plugin to place the panels in the upper bar? (I've been so away from this ><)

Edited by Dom

Thanks =)

Okay then, how you put the lyrics panel there? (and where do i get it :o)

And forget about the big tittle, got confused with other screens =)

What was the plugin to place the panels in the upper bar? (I've been so away from this ><)

aha ok. Actually I don't remember if I did something special to make it possible to put it there.. What I do is rightclick there (on the menu or somethin) and choose panels -> Lyrics panel, then set minimum hight in the settings for lyrics panel so it won't be as tiny as the standard menu (Foobar2000, playback, playlist etc)

aha ok. Actually I don't remember if I did something special to make it possible to put it there.. What I do is rightclick there (on the menu or somethin) and choose panels -> Lyrics panel, then set minimum hight in the settings for lyrics panel so it won't be as tiny as the standard menu (Foobar2000, playback, playlist etc)

Yeah i remember clearly you need a plugin for that :p

Yeah i remember clearly you need a plugin for that :p

hahah okay then I don't know which one it was.. I will look it up.. or I'll do it now.. wait a sec :p..

I think all you have to do is check a checkbox in the Columns UI plugin, Preferences -> Display -> Columns UI then go to the "Other"-tab and check the boxes [ ] Show Toolbars and [ ] List all toolbars.

Test it, when I think hard I think it was that simple thing I did.. tell me if it wasn't :cool:

also you wondered were you can get the toolbar.. check the attachment, there is two other lyrics-plugins with it. the panel itself is the foo_uie_lyrics

lyrics.zip

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

    • No registered users viewing this page.
  • Posts

    • Thanks for the advice guys, I'll give my current GPU a clean and then run the benchmarks to see how similar it is. Hopefully a bit of a clean-out will help it last a bit longer.
    • Pretty sure those will still be in this game. The series' well-explored psychosis themes will return as well.
    • "performance issues? what performance issues?!"
    • Microsoft making much needed change to Windows 11, 10 Patch Tuesday security updates by Sayan Sen Recently, Microsoft delivered its latest Defender patches for Windows 11 ISOs. These definitions are released from time to time alongside the general security updates available during Patch Tuesday. Speaking of Defender, the company has now announced another important change that affects how security updates are delivered to enterprise devices running Windows. According to a recent announcement, Microsoft Defender for Endpoint's endpoint detection and response (EDR) updates will no longer be bundled with the monthly Windows security updates or Patch Tuesdays. Instead the company is shifting delivery of these updates to Microsoft Update, bringing EDR servicing in line with several other Microsoft Defender components. If you recall, Microsoft last year moved PowerShell updates to Microsoft Update (MU) as well since it provides automatic updates for Microsoft products and services. Thus the move is intended to allow Microsoft to deliver EDR improvements and security enhancements independently of the OS's regular monthly update cycle; this should enable faster deployment of protection updates without requiring organizations to wait for the next Patch release. For those unfamiliar, Microsoft Defender for Endpoint's EDR capabilities are designed to help organizations detect, investigate, and respond to advanced threats across managed devices. Keeping these components updated is critical for maintaining protection against evolving attack techniques. The rollout has already began for Windows 10 devices in late May 2026 (last month) and Microsoft says it will gradually expand support to Windows 11 and the remaining supported Windows versions over the coming months. The company expects deployment across Windows 10 and Windows 11 to be completed by fall 2026 or around Q3 of this year. Once the transition is complete, EDR updates will be delivered through Microsoft Update using KB5005292, provided the required prerequisite updates have already been installed. Microsoft is also introducing a new Defender Update Service as part of the change. Following installation of the first update, devices will automatically create a new directory located at %ProgramData%\Microsoft\Microsoft Defender\Defender Update. Microsoft notes that restarts may occasionally be necessary in case of "rare" failure scenarios. For most organizations, the tech giant says no action will be required as long as Microsoft Update is already permitted within their update management strategy. Admins who rely on manually deployed update packages, however, will need to adjust their processes to ensure the new Defender update package is included. Microsoft also recommends reviewing internal documentation and notifying helpdesk and security operations teams about the updated delivery mechanism to avoid confusion during the transition. As a prerequisite, the tech giant notes that systems must be running Sense version 10.8798.25857.1000 or later and have one of the following Windows updates (or later) installed: Win11 24H2 KB5062660 (2025-07 Cumulative Update Preview) Win11 23H2 KB5062663 (2025-07 Cumulative Update Preview) Win11 22H2 KB5062663 (2025-07 Cumulative Update Preview) Win10 22H2 KB5062649 (2025-07 Cumulative Update Preview) Win10 1809 KB5063877 (2025-08 Cumulative Update) Server 2019 KB5063877 (2025-08 Cumulative Update) Server 2022 KB5063880 (2025-08 Cumulative Update) Server 2025 KB5063878 (2025-08 Cumulative Update) As always, organizations should verify that their update policies align with the new servicing approach before the broader rollout reaches all supported Windows platforms later this year. In case of major problems, the EDR update can be rolled back to the inbox version stored in %ProgramFiles%\\Windows Defender Advanced Threat Protection (ATP) using: MpCmdRun.exe -RevertMde -Product Edr -ToVersion Inbox For those who have access to the Microsoft 365 Admin Center portal, you can view the message here under ID MC1381119.
    • My problem with these smart scopes is that IMO they're not really an entrance into astronomy, they're an entrance to looking at pretty(ish) pictures that you take by essentially pressing a button and letting the scope do the work. I still maintain that getting some binoculars or a solid dedicated telescope (which doesn't have to mean expensive) and actually spending time learning the night sky and using a telescope is a much better way to actually learn. But, granted, the learning curve is a bit steeper (as it tends to be).
  • Recent Achievements

    • 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
    • Dedicated
      Conjor earned a badge
      Dedicated
    • Week One Done
      Windows Guy earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      493
    2. 2
      PsYcHoKiLLa
      248
    3. 3
      Steven P.
      73
    4. 4
      +Edouard
      69
    5. 5
      neufuse
      68
  • Tell a friend

    Love Neowin? Tell a friend!