Recommended Posts

Lovely, just what i was thinking :p

Ty Br3tt :p

Now to wait for the mini player and im happy :p, wondering what will come up from that twisted mind that Br3tt has :p

EDIT: I had the urge to have the new iPod Nano on my desk... haha, i think it could make a good mini player, but itll be vista only... crap... stupid transparency :p

Edited by Dom
hi Br3tt

thanks for the awesome release!

am getting the same problem as 112233! ^^

just another thing, is there anyway to sort the Library via directory structure instead?

Hi,

i think i know what's th pb (XP users only)

I'll put a patch this afternoon to fix it ;)

bye

Edited by Br3tt
okay, lets see if i can get this right first time..

mogfuu0.2 is done!

mogfuu0.2.png

thanks for all of the feedback, and patience with the previous version.. heh

Moglenstar, did you ever happen to fix the issue with wsh causing the crash with this one?

Moglenstar, did you ever happen to fix the issue with wsh causing the crash with this one?

If I remember correctly, the problem was because of foo_uie_wsh_panel.dll, or something.. but you can achieve the same effects that I had, using foo_uie_powerpanels.dll and some fancy resizing drawrect's.

I don't use the config anymore myself, so I'm not offering any support, or modifying it, for now.

I'm using Brumal's Winter config.

I was first wondering how I can change the "Panel UI" at the top. heh sorry new to panelui.

My 2nd question is how can I change the number of panels that you can cycle through? I don't use explorer tree, lyrics, or playlist switcher. I tried to uncomment them in the config, but it still cycled to that spot but was just blank. Any ideas? Thanks in advance.

foobar.gif

obscure detour

That looks completely VS dependent, dreamz.

i know. i already created the visual style (using it right now). i just don't know how to remove the various elements from the foobar interface and create the layout and progressbar shown in my mockup.

fb2000jk4.png

// Global

$puts(bgColor,250-250-250)
$puts(pgBgColor,0-0-0)
$puts(pgAtColor,100-200-250)
$puts(fontColor,0-0-0)

$puts(padX,5)
$puts(padY,10)

$puts(scplX,$get(padX))
$puts(scplY,$get(padY))
$puts(scplW,$eval(%_width%-{$get(padX)*2}))

$puts(pgTxtH,28)
$puts(pgTxtX,$get(padX))
$puts(pgTxtY,$eval(%_height%-$get(pgTxtH)))
$puts(pgTxtW,$eval(%_width%-{$get(padX)*2}))

$puts(pgH,2)
$puts(pgX,$get(padX))
$puts(pgY,$eval($get(pgTxtY)+{{$get(pgTxtH)-$get(pgH)}/2}))

$puts(pgPad,5)



// Background

$drawrect(0,0,0,0,brushcolor-$get(bgColor) pencolor-$get(bgColor))



// PerTrack

$if(%isplaying%,
	$puts(scplH,$eval(%_height%-$get(padY)-$get(pgTxtH)))
,
	$puts(scplH,$eval(%_height%-{$get(padY)*2}))
)
$panel(scpl,Single Column Playlist,$get(scplX),$get(scplY),$get(scplW),$get(scplH),)



// PerSecond

$if(%isplaying%,

$alignabs($get(pgTxtX),$get(pgTxtY),$get(pgTxtW),$get(pgTxtH),left,middle)
$font(Webdings,10,,$get(fontColor))4
$puts(spaces1,$calcwidth(4))

$alignabs($get(pgTxtX),$get(pgTxtY),$get(pgTxtW),$get(pgTxtH),right,middle)
$font(Segoe UI,8,,$get(fontColor))%playback_time%/%length%
$puts(spaces2,$calcwidth(%playback_time%/%length%))

$puts(pgX,$eval($get(pgX)+$get(spaces1)))
$puts(pgW,$eval($get(pgTxtW)-$get(spaces1)-$get(spaces2)-$get(pgPad)))
$puts(currentPGW,$eval({$get(pgW)*%playback_time_seconds%}/%length_seconds%))

$drawrect($get(pgX),$get(pgY),$get(pgW),$get(pgH),brushcolor-$get(pgBgColor) pencolor-$get(pgbgColor))
$ifgreater($get(currentPGW),0,
$drawrect($get(pgX),$get(pgY),$get(currentPGW),$get(pgH),brushcolor-$get(pgAtColor) pencolor-$get(pgAtColor))
,)

)

dreamz, here my code as your request.

I don't know what you want foobar to look like when the song didn't play,

so I just hide the progress bar when not playing.

And for scpl config i'll leave it to you :)

My first attempt with Columns UI, let me know what you think?

2057835229_19d5dd3f5e_o.jpg

Only thing I'm disappointed with is that I can't find how to change the colour of the progress bar or indeed any of the light blue toolbar without Panels UI (which is too difficult for me at the mo).

Also the default windows scroller colour is quite obtruding on the black album list panel

(ANYONE WHO KNOWS HOW TO CHANGE THESE THINGS WITH COLUMNS UI PLEASE LET ME KNOW??)

Here my config, slawekebi.

Required components:

- foo_ui_panels (I recommended v.0.13.8)

- foo_cwb_hooks

My config was for minimalistic so don't expect it to had a lot of functionality :)

Edited: Oops.. I forgot something.. Fonts use in my config was Century Gothic (come with MS Office), and Calibri (Vista).

dreamz.zip

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

    • No registered users viewing this page.