Foobar2000 Customization Topic


Recommended Posts

Your lyric font is little hard to read, so I change to Verdana uppercase . It's great, thanks dawxxx666 for great foobar config :)

nXqd

Link to comment
Share on other sites

How do you change the fonts using dawxxx666's config?

In the coding I see something lines that have: $font($get(fontAVA)

What I did was add the font after those lines to get something like this: $font($get(fontAVA)hooge_05_53,6

The fonts change, but not to the correct font. Whatever font I type in, it displays the same one

Link to comment
Share on other sites

I've problem, my foobar always repeat track, but i don't want :|

nXqd

You need cwb_hooks. Also check Menu-Playback-Order

How do you change the fonts using dawxxx666's config?

In the coding I see something lines that have: $font($get(fontAVA)

What I did was add the font after those lines to get something like this: $font($get(fontAVA)hooge_05_53,6

The fonts change, but not to the correct font. Whatever font I type in, it displays the same one

You can change this font in preferences->display->panelsui->edit layout->globals

Link to comment
Share on other sites

I really want to use the wsh panel bars but it keeps crashing foorbar on exit, it's really annoying. :(

I found that if I change molgens config in the wsh seek and wsh vol from.

// seekbar
	$if($strcmp($get(wshseek),1),
	$panel(wsh seek ,WSH panel,1,$sub(%_height%,39),$sub(%_width%,80),5,),
	$panel(Seekbar,Seekbar,2,$sub(%_height%,42),$sub(%_width%,80),12,)
)

// volume bar 
	$if($strcmp($get(wshvol),1),
	$panel(wsh vol,WSH panel,$sub(%_width%,62),$sub(%_height%,39),60,5,),
	$panel(Volume,Volume,$sub(%_width%,62),$sub(%_height%,42),60,11,)

To

// seekbar
	$if($strcmp($get(wshseek),1),
	$panel(Seekbar,WSH panel,1,$sub(%_height%,39),$sub(%_width%,80),5,),
	$panel(Seekbar,Seekbar,2,$sub(%_height%,42),$sub(%_width%,80),12,)
)

// volume bar 
	$if($strcmp($get(wshvol),1),
	$panel(Volume,WSH panel,$sub(%_width%,62),$sub(%_height%,39),60,5,),
	$panel(Volume,Volume,$sub(%_width%,62),$sub(%_height%,42),60,11,)

It no longer causes a crash but hte problem then is that the bars no longer displaya nd are replaced by white lines where the bars used to be, any ideas?

Edited by ReLapse
Link to comment
Share on other sites

What program do I need to edit PUI files? More to the point of how to I acess the JS and edit it?

I've tried editing certain things within it that I don't have access with through foobar with notepad but it always causes errors.

Edited by ReLapse
Link to comment
Share on other sites

What program do I need to edit PUI files? More to the point of how to I acess the JS and edit it?

I've tried editing certain things within it that I don't have access with through foobar with notepad but it always causes errors.

Use WordPad. :)

Link to comment
Share on other sites

You can change this font in preferences->display->panelsui->edit layout->globals

Okay I found that but under that heading it's empty. Could you tell me type out the exact coding to paste in, on how to change the fonts to hooge_05_53? Basically I'd like it to be like yours, where the tracks are in the Hooge font

And like somebody else posted, my foobar also creates an error when it exits, if I use the wsh panels

Link to comment
Share on other sites

It's a known problem, but the reason why it crashes is unknown as far as I know. Whether or not it works seems to depend on the foobar- and PUI-config.

If it crashes when you exit foobar I don't know of anything else you can do but to disable the WSH panels.

Link to comment
Share on other sites

BTW: I don't thing that using SYSCOL is a good idea, apul. If I want to have exactly the same foo colors as on your screens I must use your VS

Link to comment
Share on other sites

BTW: I don't think that using SYSCOL is a good idea, apul. If I want to have exactly the same foo colors as on your screens I must use your VS

So thats why colors didnt show up hah, i agree with dawx here...

Link to comment
Share on other sites

YOU DO NOT HAVE PERMISSION TO RELEASE TAKE IT DOWN IMMEDIATELY

Edit: Just kidding :]

Ahaha you got me! :pinch:

God damn it, the vs i'm using is rawr04 (by tool++). Guys, I suggest getting it. I've not enough time at the moment you know, and you'll have to change tool++'s scpl yourself if you don't use rawr04. Sorry but I can't do more for now.

Link to comment
Share on other sites

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

    • No registered users viewing this page.