Rissol Posted April 18, 2005 Share Posted April 18, 2005 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 : 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 : 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 Link to comment Share on other sites More sharing options...
PaulCabby Posted April 18, 2005 Share Posted April 18, 2005 (edited) 585789921[/snapback] Ooooh, Mind sharing that config pcw? Edited April 18, 2005 by Cabizzle Link to comment Share on other sites More sharing options...
brumal Posted April 18, 2005 Share Posted April 18, 2005 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. Link to comment Share on other sites More sharing options...
Rissol Posted April 18, 2005 Share Posted April 18, 2005 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 : 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/ Link to comment Share on other sites More sharing options...
negative_zero Posted April 18, 2005 Share Posted April 18, 2005 Add the default visualization. Right click. Bar mode, if that's what you're asking. Link to comment Share on other sites More sharing options...
Rissol Posted April 18, 2005 Share Posted April 18, 2005 Hi, But how can i change the aspect of the visualization and put line that one, with the squares ? Thanks. Link to comment Share on other sites More sharing options...
Dom Posted April 18, 2005 Author Share Posted April 18, 2005 Do what Negative_Zero just told ya :s Link to comment Share on other sites More sharing options...
Rissol Posted April 18, 2005 Share Posted April 18, 2005 Hi, Im sorry , but i dont understand very well , im looking for that bar mode and i cant find it , i have visualization enable but the bar mode i dont see it. Thanks for all the help, and sorry for so much trouble. Bye. Link to comment Share on other sites More sharing options...
negative_zero Posted April 18, 2005 Share Posted April 18, 2005 Just right click right on the visualization. Or you have an old plugin. Link to comment Share on other sites More sharing options...
Dom Posted April 18, 2005 Author Share Posted April 18, 2005 Exact, get lastest Columns Ui (?) Plugin EDIT: See Screenshot, if you dont have that, get lastest Columns UI like i just said. Link to comment Share on other sites More sharing options...
LiquidGUI Posted April 18, 2005 Share Posted April 18, 2005 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.) Link to comment Share on other sites More sharing options...
Rissol Posted April 18, 2005 Share Posted April 18, 2005 Hi, Done :D , yeap, i just need the newest plugin Thanks for the help , you are great \o/ Bye :D Link to comment Share on other sites More sharing options...
Rissol Posted April 18, 2005 Share Posted April 18, 2005 Hi, Well here mine , a very simple foobar config, i like it a lot :D Bye Link to comment Share on other sites More sharing options...
Dom Posted April 18, 2005 Author Share Posted April 18, 2005 Whats the code for showing the Extension of the file that is being played? Link to comment Share on other sites More sharing options...
Rissol Posted April 18, 2005 Share Posted April 18, 2005 Hi, TheWinter u are talking to me ? :blush: If you want i can send to you the fcs file that i use and the code on statusbar etc No prob, just tell me what you need :D Cya Link to comment Share on other sites More sharing options...
Rob2687 Posted April 18, 2005 Share Posted April 18, 2005 Whats the code for showing the Extension of the file that is being played? 585794472[/snapback] %__codec% ? Link to comment Share on other sites More sharing options...
Dom Posted April 18, 2005 Author Share Posted April 18, 2005 $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!! Link to comment Share on other sites More sharing options...
pcw Posted April 18, 2005 Share Posted April 18, 2005 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,?) Link to comment Share on other sites More sharing options...
Shannon Posted April 19, 2005 Share Posted April 19, 2005 $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". Link to comment Share on other sites More sharing options...
orkblut Posted April 19, 2005 Share Posted April 19, 2005 I have a problem. My windows had to reinstall, so I had to reinstall foobar. Lucky I still had my .fcs file. But now I cant get any of the pluginss to work, like album art, panel stack :cry: I have the latest versions. Link to comment Share on other sites More sharing options...
acedriver Posted April 19, 2005 Share Posted April 19, 2005 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:, ))) Link to comment Share on other sites More sharing options...
Ran Sagy Posted April 19, 2005 Share Posted April 19, 2005 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 ? :) Link to comment Share on other sites More sharing options...
orkblut Posted April 19, 2005 Share Posted April 19, 2005 Same problem here. But I think my list all toolbars button dissappeard, it was in CoulumsUi->Other right? Link to comment Share on other sites More sharing options...
Ran Sagy Posted April 19, 2005 Share Posted April 19, 2005 Last tab of Columns UI, Indeed. At the top. Link to comment Share on other sites More sharing options...
orkblut Posted April 19, 2005 Share Posted April 19, 2005 Hehe, it dissappeared then :( Link to comment Share on other sites More sharing options...
Recommended Posts