Ran Sagy Posted November 19, 2004 Share Posted November 19, 2004 Anyone knows where i get the dll missing for the albumart plugin ? msvc71i.dll or something similer. Link to comment Share on other sites More sharing options...
Dom Posted November 19, 2004 Author Share Posted November 19, 2004 Google, took me 1 min to find it, enter exact name, and click first result Link to comment Share on other sites More sharing options...
Dorian Posted November 20, 2004 Share Posted November 20, 2004 Hello :) This is my first post and my config. My question is kind of silly and simple :unsure: I can't figure out how to change the colour of % counter on the right of the progress bar ( track info panel ) . Thank You for future help. I've learned a lot from this topic ;) Thanks everyone! Link to comment Share on other sites More sharing options...
HeXetic Posted November 20, 2004 Share Posted November 20, 2004 Woah that really good Doarian how'd you get the album art on the side? Link to comment Share on other sites More sharing options...
Dorian Posted November 20, 2004 Share Posted November 20, 2004 Well it's the normal sidebar with some plugins: foo_uie_albumart_v0_034 ( must have msvcp71.dll installed in the foobar dir ) and foo_uie_trackinfo Everything I done is based on this very topic and links to the hydrogenaudio.org forum ( links were posted a few pages ago here also ) Usefull links: http://www.hydrogenaudio.org/forums/index....opic=29383&st=0 for the album art and http://www.hydrogenaudio.org/forums/index....showtopic=29363 for the track info panel But this topic will give you every necessary info of how to do it . Link to comment Share on other sites More sharing options...
Splinter Posted November 20, 2004 Share Posted November 20, 2004 Choose default text color in options Link to comment Share on other sites More sharing options...
Dorian Posted November 20, 2004 Share Posted November 20, 2004 It was so easy and it worked:) Thanks a lot Splinter Link to comment Share on other sites More sharing options...
Ran Sagy Posted November 20, 2004 Share Posted November 20, 2004 Found the DLL's at a convinient site for the exact problem - http://www.dll-files.com/ Another question tho, How do i get the track info panel to work in "Now Playing" mode ? its always on follow cursor, even if i turn that option off in foobar. EDIT: Nevermind, found that quickly aswell xD Link to comment Share on other sites More sharing options...
elliot Posted November 20, 2004 Share Posted November 20, 2004 New one. Link to comment Share on other sites More sharing options...
YBG Posted November 21, 2004 Share Posted November 21, 2004 Nice setups dorien and elliot. I should really take the time to customize mine..I don't know why I don't. Link to comment Share on other sites More sharing options...
Raum Posted November 21, 2004 Share Posted November 21, 2004 Minimal, easy to use and informative. In love with this setup. :) Link to comment Share on other sites More sharing options...
negative_0 Posted November 21, 2004 Share Posted November 21, 2004 Link to comment Share on other sites More sharing options...
acedriver Posted November 21, 2004 Share Posted November 21, 2004 latest.. started playing with side panel Link to comment Share on other sites More sharing options...
evo0o Posted November 21, 2004 Share Posted November 21, 2004 ^Excellent mod (Y) Link to comment Share on other sites More sharing options...
acedriver Posted November 21, 2004 Share Posted November 21, 2004 ^Excellent mod (Y) 584960672[/snapback] thx.. :blush: :) Link to comment Share on other sites More sharing options...
Dorian Posted November 21, 2004 Share Posted November 21, 2004 (edited) acedriver superb mod:) That green progressbar on the bottom is skinned by windowsblinds or sth or you can change its colour in the foobar options? If so can you explain how? Thanks:) Edited November 21, 2004 by Dorian Link to comment Share on other sites More sharing options...
acedriver Posted November 21, 2004 Share Posted November 21, 2004 the progress bar is based on the config I found in this thread // set color for progress bar $puts(col_progbar_symb1,008000) $puts(col_progbar_symb2,000000) // set variables $puts(spacer_symb,' ') $puts(spacer_width,2) $puts(progbar_symb1,'█') $puts(progbar_symb2,'█') $puts(progbar_length,16) // add colors and formatting $puts(spacer,$repeat($get(spacer_symb),$get(spacer_width))) $puts(progbar_symb1,$get(col_progbar_symb1)$get(progbar_symb1)) $puts(progbar_symb2,$get(col_progbar_symb2)$get(progbar_symb2)) // progress bar (checking total because of streaming) $puts(progress_bar, $if(%_time_total_seconds%, $get(spacer)$get(spacer) $progress2(%_time_elapsed_seconds%,%_time_total_seconds%,$get(progbar_length),$get(progbar_symb1),$get(progbar_symb2)) ) ) $codec()' ' [%__bitrate%kbps ]['('%__bitrate_dynamic%kbps')' ][%__samplerate%Hz]' ' $channels() [ %__extrainfo%]' ? ' $if(%_time_total%,[%_time_elapsed%]' / '[%_time_total%],[%_time_elapsed%]) $tab()$get(progress_bar) put it in Title Formatting > Status Bar Link to comment Share on other sites More sharing options...
Dorian Posted November 21, 2004 Share Posted November 21, 2004 Thank you:) it works Link to comment Share on other sites More sharing options...
Neksus Posted November 21, 2004 Share Posted November 21, 2004 latest.. started playing with side panel 584960398[/snapback] Hey nice setup!! I have just begone playing a little with the Side Panel aswell! This is how my config looks at the moment! -- neksus Link to comment Share on other sites More sharing options...
Dorian Posted November 22, 2004 Share Posted November 22, 2004 (edited) It looks great Neksus. I've got a question thou. I just can't find the option... how to change the inside colour of the side panel..I mean that when it's displaying such words as seekbar, trackinfo etc. That colour which in your config is yellow f.e. under the buttons. I want to change the colour to match my windows blinds skin. And my setup is on the previous page (59) ...that should give you an idea of what I meant if I couldn't explain correctly. Thank you for future answer. P.S. Fab music you have there. This new Illdisposed is damn good.:) Edited November 22, 2004 by Dorian Link to comment Share on other sites More sharing options...
snuf Posted November 22, 2004 Share Posted November 22, 2004 It looks great Neksus. I've got a question thou. I just can't find the option... how to change the inside colour of the side panel..I mean that when it's displaying such words as seekbar, trackinfo etc. That colour which in your config is yellow f.e. under the buttons. I want to change the colour to match my windows blinds skin. And my setup is on the previous page (59) ...that should give you an idea of what I meant if I couldn't explain correctly. Thank you for future answer. P.S. Fab music you have there. This new Illdisposed is damn good.:) 584964407[/snapback] I like to know that as well. Also, how have you guys changed the seekbar and volume indicator graphics? Link to comment Share on other sites More sharing options...
Neksus Posted November 22, 2004 Share Posted November 22, 2004 @Dorian Thanks! It as already changed! See my new setup attachment! About your question: You can't they get their color from your skin! And yes the new illdisposed kicks ass, I am going to see them live this saturday! -- neksus Link to comment Share on other sites More sharing options...
Rexy Posted November 22, 2004 Share Posted November 22, 2004 It's been a while since I posted a foobar shot. Here we go... just to show off the bicubic interpolation in the album art :laugh: . I'll release the new version of the component once I have some time to figure out some bugs with the new wildcard matching in sources (oddities with special characters). Link to comment Share on other sites More sharing options...
snuf Posted November 22, 2004 Share Posted November 22, 2004 How do you go about changing the slider button graphic for the seekbar and volume? I can't find anywhere to change it. Is it a hack of the foobar executable? Link to comment Share on other sites More sharing options...
+unabatedshagie Subscriber¹ Posted November 22, 2004 Subscriber¹ Share Posted November 22, 2004 How do you go about changing the slider button graphic for the seekbar and volume? I can't find anywhere to change it. Is it a hack of the foobar executable? 584967099[/snapback] The graphics for those depend on the skin you are using. Link to comment Share on other sites More sharing options...
Recommended Posts