Recommended Posts

Hi,

Im a newbie at foobar modding , i have 2 questions that i like to see someone help me out :D

1: - I see a lot of people have this visualization :

pic1.png

I already tried foo_simple_spectrum, but it seems thats not the plugin needed cause i cant have one like this, could anyone help please ?

2: - How can i change the colors in the 2 selected blue areas ? i would like to put a light green , but the colors in foobar appear in a strange format that i cant understand,so i cant put the colors i want.

heres what i want to change :

pic2.png

Help is very welcome \o/

Thanks a lot

Bye.

PS - Im using this config in the status bar and the colors are there , here it is :

..............................................................................................................

// LordAlu's Status Bar Config

// ------------------------------------------

// Colour Settings

// -----------------------

$puts(color1,000000)

$puts(color2,AAAAAA)

$puts(color3,0000FF)

$puts(color4,400080|400080)

// Displays Codec

// ------------------------

$puts(ext,$upper($if2($ext(%__referenced_file%),$ext(%_path%))))

$puts(codec,$if(%__codec%,$caps2(%__codec%),$get(ext)))

$if($strcmp($get(codec),),

$if($stricmp($left(%_path_raw%,7),'cdda://'),$puts(codec,CDDA),)

,)

' '$get(codec)

// Displays Bitrate

// ------------------------

$if(%__bitrate_dynamic%kbps,

' '$get(color2)'│'$get(color1)' '%__bitrate_dynamic%kbps,

' '$get(color2)'│'$get(color1)' '[%__bitrate%kbps])

// Displays Sample Rate

// ----------------------------------

$if(%__samplerate%Hz%,' '$get(color2)'│'$get(color1)' '%__samplerate%Hz)

// Displays Channels

// ----------------------------

$if(%__channels%,$ifgreater(%__channels%,2,%__channels%ch,$ifgreater(%__channels%,1,' '$get(color2)'│'$get(color1)' 'Stereo,' '$get(color2)'│'$get(color1)' 'Mono)),)

// Displays Any Extra Information

// -----------------------------------------------

$if(%__extrainfo%,

' '$get(color2)'│'$get(color1)' '%__extrainfo%)

// Displays Progress Bar

// ----------------------------------

$puts(progress_char,$char(1472))

$puts(progress_length,55)

$puts(seperator,' ')

$puts(progressbar,

$if(%_length_seconds%,' '$get(color2)'│'$get(color1)' '

$puts(progress,$muldiv(%_time_elapsed_seconds%,$get(progress_length),%_length_seconds%))

$repeat($get(progress_char),$get(progress))

$get(color2)

$repeat($get(progress_char),$sub($get(progress_length),$get(progress)))

$get(color2)' [' $get(color1)$pad_right($muldiv(%_time_elapsed_seconds%,100,%_length_seconds%),3)'%'$get(color2)' ]'

, Streaming))

$get(progressbar)

// Displays Time

// ---------------------

$char(9)

$if(%_time_total%,[%_time_elapsed%]' '$get(color2)'['$get(color1)' '[%_time_total%]' '$get(color2)']'$get(color1)' '$get(color3)[%_time_remaining%],[%_time_elapsed%]' '$get(color2)/$get(color1)' '$get(color3)[%_time_remaining%])' '

..................................................................................................

Thanks

I got my fav. panels up on the toolbar as explained here (album art, track info, visualation) and i cant do one thing :

stretch the vis. toolbar in height - right now i got a 200px tool bar with album art and track info sitting in comfortably,

only the vis. toolbar using 20 or so pixels for himself with lots of blank space. any way to decide how many pixels does it use on the toolbar ?

585793327[/snapback]

Unfortunately, the spectrum vis has no way to set a minimum height. If you add it to a tabbed stack, though it will stretch to fill it. That's what I did in my config.

Hi,

I solved the problem with the colors, i managed to understand the script and now its ok :D

What i cant put working is this :

pic1.png

May anyone heklp on this one and tell me what to do to have a visualisation (spectrumvisualisation) like that , please ?

Thanks a lot

Bye \o/

foo.png

This is my current config. I am liking it, keeping it a bit simple.

(btw: I did a bit of photoshopping on this screenshot because I have a bit of a problem, how do I get the trackinfo panel to display the info of the song playing all the time, not what is currently selected, this is bothering me. Therefore I photoshopped in the song it was playing trackinfo and moved the selection elsewhere so you can see all the colours in my columnsui config.)

Ooooh, Mind sharing that config pcw?

585793495[/snapback]

Sure!

I'm using the navigator suite with custom colors (of course).

Here are the color:

// CUSTOM COLOR-THEME CONFIG   (ignored if "theme" is not 0)
// colors are in decimal values (RGB / 0-255)
// ===============================================
// is your custom-theme a dark-theme? (0=no, 1=yes)
$puts(theme_dark,0)

// foreground colors
$puts(standard_color,$rgb(25,25,25))
$puts(special_color,$rgb(235,35,125))
$puts(playing_color,$rgb(255,255,228))
$puts(borders_color,$rgb(125,100,25))

// background colors
$puts(bg_color2,$rgb(255,255,228))
$puts(bg_color,$rgb(230,237,251))

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

$caps($right(%_filename_ext%,$sub($sub($len(%_filename_ext%),$len(%_filename%)),1))) $char(10) that was actually :p, now to center damn Album, rebel code!! ahh!!

585794568[/snapback]

:blink:

$upper($ext(%_path%))

You know, there is a function called $ext() that grabs the file extension. :rofl:

Edit: The $upper() bit just converts "mp3" (extracted from path) to "MP3".

This is my current config. I am liking it, keeping it a bit simple.

(btw: I did a bit of photoshopping on this screenshot because I have a bit of a problem, how do I get the trackinfo panel to display the info of the song playing all the time, not what is currently selected, this is bothering me. Therefore I photoshopped in the song it was playing trackinfo and moved the selection elsewhere so you can see all the colours in my columnsui config.)

585794307[/snapback]

nice..

Double click on trackinfo panel, that will switch between mode. I use a simple to show the mode.

$if(%_trackinfo_notrack%,No track playing,
$if(%_trackinfo_nowplaying%,Now Playing:,
$if(%_trackinfo_followcursor%,Selected Track Info:,
)))

Hmm, The tabbed stack plugin is installed but i cant add it anywhere. Lots of panels just dont show, even that i have CUI 0.1.2 and have checked the "List All Toolbars" Button. No plugin shows as unable to load in foobar either, so im baffelled here. Help ? :)

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

    • No registered users viewing this page.
  • Posts

    • Chrome is Google's commercial web browser product; it consists of their proprietary features (Googlified everything including profile sync) plus their chromium project barebones web browser. Google developers control the chromium project. The chromium project is the "core" for the web browser product from other vendors including Microsoft Edge (their own proprietary features), Opera (their own features), Brave (their own features), etc... The "downstream" teams at Microsoft, Opera, Brave, etc., can either integrate their original MV2-supporting code into future builds, or they can integrate chromium wholesale and simply add-on their own features/functionalities -- their 'current' build pipeline, so to speak. THIS is why changes at the chromium project affect so many products besides only Google's commercial Chrome browser. -- Edit to add: The chromium project is open-source, and is the piece that's Google's code contribution to the W3C and world wide web at large; there are no licensing fees for others to use the code in their own products... which is what they do. Other browser engines do exist (Firefox's for example) but it's nearly impossible to have both engines bundled into the same 1 browser product.
    • You're comparing settler colonies to colonized war torn nations. It's easy to become the richest by coming in and stealing other people's land, culture and resources.
    • ABP has become "old news" when MV3 started rolling out. They've gone downhill and is now simply irrelevant..... in my experience.
    • About two years ago, I switched to Brave and haven't looked back.
    • FWIW StatCounter has been trash for over 25+ years! Back in the day (circa 2000 and GeoCities pre-Blogger era), it was useful to paste a number on your webpage indicating how many visitors you had. In the ensuing 25+ years, they've grown in reputation and changed their ways... but their overall consumer value has remained abysmal. Serious marketing agencies only cite StatCounter when there's literally no other sources available to support any marketing claims! They are the absolute lowest threshold serious companies use to push any sort of narrative about this-or-that happening. Besides their credibility being what it is, they are forever subject to quality issues. They're so bad that my DNS-level ad-filter prevents me from even viewing their main website! HA!
  • Recent Achievements

    • Week One Done
      rubentuben8 earned a badge
      Week One Done
    • Week One Done
      ARaclen earned a badge
      Week One Done
    • One Year In
      jojodbn earned a badge
      One Year In
    • One Month Later
      jojodbn earned a badge
      One Month Later
    • Week One Done
      jojodbn earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      531
    2. 2
      PsYcHoKiLLa
      231
    3. 3
      +Edouard
      131
    4. 4
      ATLien_0
      88
    5. 5
      Steven P.
      81
  • Tell a friend

    Love Neowin? Tell a friend!