|
Post a new topic
|
mcv foobar required plugin
|
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 (1 year ago)
|
|
hmm....I'm pretty sure I never used the lyrics panel dude
01:07 am (1 year ago)
|
|
Respectfully, you ask way too much.
Yeah, you don't have to reshack.
03:27 am (1 year ago)
|
|
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 (1 year ago)
|
|
//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 (1 year ago)
|
|
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 (1 year ago)
|
|
well it doesnt help you haha, but paste2 is a nice little site :)
01:37 pm (1 year ago)
|
|
I guess this was a good question after all?
:o
01:46 pm (1 year ago)
|
|
What Foobar config are you using? I'll download it and see what I can find out.
02:14 pm (1 year ago)
|
|
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 (1 year ago)
|
|
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 (1 year ago)
|
|
I just tryed...if you don't want it to rotate just set something like
$settitle(%artist% - %title%)
03:04 pm (1 year ago)
|
|
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 (1 year ago)
|
|
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 (1 year ago)
|
|
Add it to the bottom of where I told you to go looking.
06:37 pm (1 year ago)
|
|
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 (1 year ago)
|
Reply to this topic
You must register and become a member to post a reply.
|