Switch to the dark side!
Customize.org

Customize.org

Latest Discussion
2 weeks ago
2 weeks ago
2 weeks ago
More...

Post a new topic



mcv foobar required plugin

2125
SunMoonStar says:

its my first time using foobar and im trying to install mcv foobar skin
readme says it requires foo_uie_lyrics_panel 0.35, but AMADme didnt give a link. I dont blame him because after searching for a while, i only found 1 link to that 'latest' version, and it didn't let me download it.

Does anyone have that plugin?

Maks

11:12 pm, Monday, September 24, 2007 (2 years ago)
1408
aMADme says:

hmm....I'm pretty sure I never used the lyrics panel dude

01:07 am (2 years ago)
2125
SunMoonStar says:

lol I mixed up the two mcv skins, someone made a more complex one.

Your skin works great.

http://i35.photobucket.com/albums/d192/maxchgr/foobar.jpg
How do I get rid of the Caption text that says "PanelUI"? I'm sure I don't have to reshack?: D

01:09 am (2 years ago)
2837
Damzk says:

Respectfully, you ask way too much.

Yeah, you don't have to reshack.

03:27 am (2 years ago)
Avatar-50x50
amp.angel says:

To remove the "PanelsUI":

CTRL+P, Click "Panels UI". You will see a "Edit Layout" button.

Somewhere in there is the Titlebar settings.

04:24 am (2 years ago)
2125
SunMoonStar says:

//Damzk - I thought I might be. :\ I'm very new to foobar and the options are a little intimidating.

//amp.angel - Thank you

10:50 am (2 years ago)
2125
SunMoonStar says:

I looked where you said to, amp.angel, and I didn't see it. To make sure I wasn't crazy, I copied the code there to notepad and did a search for "panelUI" and nothing came up.

Here is the code in that window after clicking "edit layout"
http://paste2.org/p/7534

Thanks very much

10:55 am (2 years ago)
1429
uac marine says:

well it doesnt help you haha, but paste2 is a nice little site :)

01:37 pm (2 years ago)
2125
SunMoonStar says:

I guess this was a good question after all?

:o

01:46 pm (2 years ago)
Avatar-50x50
amp.angel says:

What Foobar config are you using? I'll download it and see what I can find out.

02:14 pm (2 years ago)
Avatar-50x50
amp.angel says:

OK, I found it.

Mad's MCV foobar right?

Well, there is no command line for it to change the caption title to the currently playing so it reverts to the basic defined in the Panels UI basic settings which I believe is written into the DLL itself.

If I can find the "code", I will post it and you can see if you can insert it without crashing out Foobar.

02:29 pm (2 years ago)
Avatar-50x50
amp.angel says:

Can't find the code in the current Foobar config I am using (FooAva 1.03 by Dawxxx666)

But it does change the foobar title caption:
http://img172.imageshack.us/img172/2114/screenshottx7.jpg

Sorry. :/

02:37 pm (2 years ago)
1408
aMADme says:

when I wrote that config panels_ui didn't support the titlebar text I think

atm I'm using it with this code

// PerSecond
$if($or(%ispaused%,%isplaying%),
$settitle(
$if($meta(album artist),
$puts(windowtitle,%title% )
,
$puts(windowtitle,%artist% - %title% )
)
$puts(time,%_time_elapsed_seconds%)
$substr($get(windowtitle),$mod($get(time),$add($len($get(win
dowtitle)),2)),$len($get(windowtitle)))$repeat($get(window
title),3)
$get(windowtitle)
)
,
$settitle(Foobar is stopped)
)

it rotates the titlebar text and the taskbar text ...I found it through a search on hydrogen and didn't really play with it yet...since it works just fine for me

just add it at the bottom of the config

02:58 pm (2 years ago)
1408
aMADme says:

I just tryed...if you don't want it to rotate just set something like

$settitle(%artist% - %title%)

03:04 pm (2 years ago)
Avatar-50x50
amp.angel says:

Awesome, thanks for the hookup Mad. :) Now I know where to go to get the titlebar changer if I ever need it. :P

03:07 pm (2 years ago)
2125
SunMoonStar says:

Wait, where do I add that code? I am very new with foobar... so I appreciate the help from the both of you.

06:30 pm (2 years ago)
Avatar-50x50
amp.angel says:

Add it to the bottom of where I told you to go looking.

06:37 pm (2 years ago)
2125
SunMoonStar says:

That worked. When it is stopped it says ? - ? in the captionbar. Is there some code I can put for it to say when it is not playing, or when it doesn't know the artist or title?


thanks

07:32 pm (2 years ago)
 
   Arrow_up_small Top

Reply to this topic

You must register and become a member to post a reply.