Recommended Posts

Dude! font that used in config don't support any encoding except english :)

So if you want to see Japanese/Chinese/Korean characters just change fonts in config manually ;)

Excuse me, but how am I supposed to do that? before I installed dawxxx666's skin, I could do it at "default user interface" but once I had the skin, this option appears as blocked, alas, I can't modify it.

Could anyone tell me what to do instead? I don't know much about foobar.

Thanks.

Can someone help, I'm a noob at this game and just can't get my code right for track info panel.

Currently it is:

// PerSecond

$align(center,top)$font(calibri,15,bold,255-255-255)

ffffff%playback_time% - %length%$char(10)

//PerTrack

$align(left,bottom)$font(calibri,10,uppercase,255-255-255)

D7B997Title: ffffff%title%$char(10)

D7B997Artist: F3EAE0%artist%$char(10)

D7B997Album: F3EAE0%album%$char(10)

This is working ok, as can be seen in screenshot, but how do I add padding to the bottom section?? I tried $pad(x,y) but I think I have the syntax wrong or something?? Please help?

2066495677_82019e8334_o.jpg

Could anyone tell me what to do instead? I don't know much about foobar.

Of cause!

Just go into Foo2k Preferences->Panels UI->Edit Layout->Globals (button at the right bottom of window :) )

You'll see something like this:

$ifgreater($getpvar(MyFont),0,
//hooge 05_53
	$puts(fontAVA,[b]Trebuchet MS[/b])
	$puts(fontAVAsize,8)
	$puts(fontAVAsize_2,8)
	$puts(fontAVAsize_3,8)
	$puts(fontAVAsize_4,8)
,
// Swis721 Cn BT D-Type
	$puts(fontAVA,[b]Tahoma[/b])
	$puts(fontAVAsize,8)
	$puts(fontAVAsize_2,8)
	$puts(fontAVAsize_3,7)
	$puts(fontAVAsize_4,8)
)
$if($fontexists([b]Tahoma[/b]),
// hooge 05_53
	$puts(fontrating,[b]Tahoma[/b])
,
	$puts(fontrating,[b]Tahoma[/b])
)
$if($fontexists(),
// HandelGotD
	$puts(fontlyrics,[b]Tahoma[/b])
,
// Swis721 Cn BT D-Type
	$puts(fontlyrics,[b]Tahoma[/b])
)

Just change font-names that I marked and you'll get custom foobar :)

rpger81

screenshot plz :)

Edited by Deavy

Hi, dawxxx666

I love your config. It's great :) been using it for a while. and there is something i want to ask.

I used 1.0.3+ with PUI 14.12b, I found that if i hover my mouse over some button (hide,exit,miniplayer,search,next&previous playlist, maybe another) CPU usage will jump up to 50% for a few seconds. it's happen even from fresh install & unmoded. at first i thought it's normal but i never seen something like this happen with any another config before.

So i tried version 1.0.3 and it doesn't happen. So i thought maybe there is a problem with 1.0.3+. can you (or someone else) check it out?

THX

Of cause!

Just go into Foo2k Preferences->Panels UI->Edit Layout->Globals (button at the right bottom of window :) )

You'll see something like this:

$ifgreater($getpvar(MyFont),0,
//hooge 05_53
	$puts(fontAVA,[b]Trebuchet MS[/b])
	$puts(fontAVAsize,8)
	$puts(fontAVAsize_2,8)
	$puts(fontAVAsize_3,8)
	$puts(fontAVAsize_4,8)
,
// Swis721 Cn BT D-Type
	$puts(fontAVA,[b]Tahoma[/b])
	$puts(fontAVAsize,8)
	$puts(fontAVAsize_2,8)
	$puts(fontAVAsize_3,7)
	$puts(fontAVAsize_4,8)
)
$if($fontexists([b]Tahoma[/b]),
// hooge 05_53
	$puts(fontrating,[b]Tahoma[/b])
,
	$puts(fontrating,[b]Tahoma[/b])
)
$if($fontexists(),
// HandelGotD
	$puts(fontlyrics,[b]Tahoma[/b])
,
// Swis721 Cn BT D-Type
	$puts(fontlyrics,[b]Tahoma[/b])
)

Just change font-names that I marked and you'll get custom foobar :)

Thank you so much!!! it worked, I can finally use it properly :woot:

Feature Request:

I have a suggestion for further improving that fantastic skin:

The arrow in the middle of the main window opens/closes the playlist.

It would be great to have such a button at the left edge of the main screen

to open the albumlist at the left of the albumart:

albumlist:albumart:playlist

Besides that a nearly perfect skin!!!

Winamp has gone from my hdd now...

Hi, dawxxx666

I love your config. It's great :) been using it for a while. and there is something i want to ask.

I used 1.0.3+ with PUI 14.12b, I found that if i hover my mouse over some button (hide,exit,miniplayer,search,next&previous playlist, maybe another) CPU usage will jump up to 50% for a few seconds. it's happen even from fresh install & unmoded. at first i thought it's normal but i never seen something like this happen with any another config before.

So i tried version 1.0.3 and it doesn't happen. So i thought maybe there is a problem with 1.0.3+. can you (or someone else) check it out?

THX

OK, after a bit of experiment i finally found that Channel spectrum with Transparent background "on" cause this CPU spike.

After some modding by draw Channel spectrum in the left track display panel (the one that show album art) and use "Fast pseudo-tranparent mode" instead of at main layout. (Which you can't use "Fast pseudo-tranparent mode" in Channel spectrum because it will cause glitch display.) and problem is gone. my cpu usage is reduced, and it's look exactly just like real transparent mode.

Now, I am happy. Thanks for the great config dawxxx666 :)

Hello, I have modded FooAvA a bit to get that clear glass effect on Vista. I just have one small problem:

I have a small square hole on each individual cover art on the right playlist panel which I have been unable to fix, attached is a screenshot of what I am talking about.

foobar.jpg

@JJJ

Here is what you need to do to properly display your album art:

Right click on the album art portion of the playlist, go to settings, make sure you are in Group Display:

	$drawrect(1,8,37,37,brushcolor-null pencolor-180-180-180) 
	$imageabs2(33,33,,,,,3,10,images\fooAVA\art5.png,nokeepaspect)
	$imageabs2(33,33,,,,,3,10,$replace(%path%,%filename_ext%,*.gif),NOKEEPASPECT)
	$imageabs2(33,33,,,,,3,10,$replace(%path%,%filename_ext%,*.png),NOKEEPASPECT)
	$imageabs2(33,33,,,,,3,10,$replace(%path%,%filename_ext%,*.jpg),NOKEEPASPECT)
	$imageabs2(33,33,,,,,3,10,$replace(%path%,%filename_ext%,*.bmp),NOKEEPASPECT)
	$imageabs2(33,33,,,,,3,10,$replace(%path%,%filename_ext%,*cover*.*),NOKEEPASPECT)
	$imageabs2(33,33,,,,,3,10,$replace(%path%,%filename_ext%,*folder*.*),NOKEEPASPECT) 
	$imageabs2(34,34,,,,,3,10,images\fooAVA\artoverlay.png,)
	$puts(xoffset,40)

Replace the current chunk with that, it adds .bmp support and also adds the additional search for cover/folder images.

Edited by xyhec
Hello, I have modded FooAvA a bit to get that clear glass effect on Vista. I just have one small problem:

I have a small square hole on each individual cover art on the right playlist panel which I have been unable to fix, attached is a screenshot of what I am talking about.

foobar.jpg

First of all, try to to get rid of all blur effects, e.g.:

$font($get(fontAVA),9,glow-20-20-20glowexpand-0 glowalpha-100,255-255-255)

change it to:

$font($get(fontAVA),9,,255-255-255)

How about updates? :unsure:

I'm quite busy now :( Maybe in January 2008...

I just started using foobar yesterday, and I love it already. It's very nice aesthetically, and simple to use.

I noticed that if you use the new foobar beta release with the components provided for fooava 1.03, you'll get very weird, and mixed, results. If anyone is having problems with this, it's probably because they didn't EXACTLY follow the tutorial. Good job to everyone who's help with this, with a massive thank you to David.

Someone using the newer 1.03+ build, could you please post a picture of your components folder? I think I'm missing something, but I'm not entirely sure.

what font is used for fontAVA?

It's Swis721 Cn BT D-Type

I just started using foobar yesterday, and I love it already. It's very nice aesthetically, and simple to use.

I noticed that if you use the new foobar beta release with the components provided for fooava 1.03, you'll get very weird, and mixed, results. If anyone is having problems with this, it's probably because they didn't EXACTLY follow the tutorial. Good job to everyone who's help with this, with a massive thank you to David.

Someone using the newer 1.03+ build, could you please post a picture of your components folder? I think I'm missing something, but I'm not entirely sure.

Why do you think so? Could you describe your problem more precisely and post a screenshot?

List of my all installed components:

Seek Panel 0.1  (foo_uie_powerpanels)
foo_lyricsdb 0.0.7 beta 5  (foo_lyricsdb)
Album List 4.1  (foo_albumlist)
Volume Panel 0.1  (foo_uie_powerpanels)
Playlist Manager 1.0  (foo_playlist_manager)
Default User Interface 0.9.5  (foo_ui_std)
Dolby Headphone Wrapper 1.1  (foo_dsp_dolbyhp)
Peakmeter Panel 0.0.3.1  (foo_uie_peakmeter)
Channel Spectrum panel 0.10.1  (foo_uie_vis_channel_spectrum)
Run services 0.3.2  (foo_run)
Playlists Dropdown 0.6 alpha 4  (foo_uie_playlists_dropdown)
Masstagger 1.6  (foo_masstag)
Columns UI 0.2.1 alpha 3  (foo_ui_columns)
cwbowron's title format hooks 1.1.1 [May  4 2007 - 12:39:47]  (foo_cwb_hooks)
Quick Search Toolbar 2.8l  (foo_uie_quicksearch)
WMP Visualizations 0.1.3 (Intel SSE)  (foo_uie_wmpvis)
Converter 1.0.1  (foo_converter)
CD Audio Decoder 2.1.2  (foo_cdda)
File Operations 2.0  (foo_fileops)
Discogs Tagger 1.02  (foo_discogs)
ReplayGain Scanner 2.0.2  (foo_rgscan)
Lyric Show Panels 0.3.1.2 Alpha 2 [Nov 23 2007 - 20:21:05]  (foo_uie_lyrics)
Standard Input Array 1.0  (foo_input_std)
Panels UI 0.14.12 beta  (foo_ui_panels)
foo_custominfo 0.1.2  (foo_custominfo)
Album list panel 0.2.3 beta  (foo_uie_albumlist)
Audioscrobbler 1.3.9  (foo_audioscrobbler)
Album Art Panel 0.2.6  (foo_uie_albumart)
Standard DSP Array 1.0  (foo_dsp_std)
Playback Statistics Custom 1.4.3  (foo_playback_custom)

list.png

Make sure that you have latest version of those files :)

scrollbargayness.jpg

The scroll bar along the right side looks incredibly out of place. It wasn't an issue until I started adding more tracks, but I haven't gone back through the forum for the solution. Also, some of the fonts seem like they're crowded together.

components.jpg

I guess I have some catching up to do...

After some searching, I found these two sites that have a good deal of components available for download:

http://wiki.hydrogenaudio.org/index.php?ti...:Components_0.9

http://www.fooblog2000.com/components

Are there any other sites that have a large amount of components available for download?

I still cannot find the following components that dawxxx666 has in his component folder (some were "available" but the links were dead):

Dolby Headphone Wrapper 1.1 (foo_dsp_dolbyhp)

Channel Spectrum panel 0.10.1 (foo_uie_vis_channel_spectrum)

Playlists Dropdown 0.6 alpha 4 (foo_uie_playlists_dropdown) <-- up to alpha 6, but links are all dead

File Operations 2.0 (foo_fileops)

Please let me know where I can find these. I'm almost willing to invest in a file server or making a torrent for all of these.

http://foobar2000.xrea.jp/index.php

This is a great site where you can find here latest components before someone post them on hygrogenaudio.org ;)

I still cannot find the following components that dawxxx666 has in his component folder (some were "available" but the links were dead):

Dolby Headphone Wrapper 1.1 (foo_dsp_dolbyhp)

Channel Spectrum panel 0.10.1 (foo_uie_vis_channel_spectrum)

Playlists Dropdown 0.6 alpha 4 (foo_uie_playlists_dropdown) <-- up to alpha 6, but links are all dead

File Operations 2.0 (foo_fileops)

Please let me know where I can find these. I'm almost willing to invest in a file server or making a torrent for all of these.

Only Channel Spectrum panel 0.10.1 (foo_uie_vis_channel_spectrum) is needed:

http://foobar2000.xrea.jp/up/files/up578.zip

The scroll bar along the right side looks incredibly out of place. It wasn't an issue until I started adding more tracks, but I haven't gone back through the forum for the solution. Also, some of the fonts seem like they're crowded together.

It's up to you and your VS what scrollbar will look like. About the fonts: you have to manually turn on ClearType or wait for new version of my foo

Only Channel Spectrum panel 0.10.1 (foo_uie_vis_channel_spectrum) is needed:

http://foobar2000.xrea.jp/up/files/up578.zip

Thanks, I managed to everything but File Operations (foo_fileops v2.0). Oh well, I guess...

It's up to you and your VS what scrollbar will look like. About the fonts: you have to manually turn on ClearType or wait for new version of my foo

I just started using this 2 days ago. VS? Visual settings? Also, I don't know how to manually turn on ClearType. I'll spend some time digging through threads... :|

Thanks for all your help. It's really awesome that you spend the time helping people with this. Rarely does some one who's invested the time writing the code take the time to help out others when there's problems.

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

    • No registered users viewing this page.
  • Posts

    • That lens of history will burn if you hold it at the right angle... Warn users too late: Shame, Microsoft! That extremely minor update to an obscure Control Panel widget required 2 years of warning. Warn users too early: Shame, Microsoft! We've got better things to do. Pipeline and process be damned, we'll just always be disappointed, eh?
    • Microsoft Paint used to be my favorite Windows app as a kid, and it's still pretty good by Usama Jawad I have been using Windows since the early 2000s, when I was around 10 years old or so. I vaguely remember playing around with Windows 98 and Windows 2000, but that may have been on school PCs which had old operating systems installed. My main OS on the home PC, and the one I recall spending most time with, was Windows XP. At that time, I used the home PC to create Word and PowerPoint documents for school, but a lot of the time, I simply used it to play games. My dad would bring game discs which we would try and install on the PC, sometimes unsuccessfully, and sometimes, we would rely on flash games in the browser, like Bubble Trouble on Miniclip. However, the problem with the latter approach was the internet speed. On a good day, our dial-up internet would offer us speeds of 56 kbps, but on most days, it was closer to 33 kbps. This did not facilitate online gaming as I would often have to wait minutes for a game to load or "draw" on the screen, and trying to download pirated games wasn't simple either. I remember getting tired of waiting for online games to load and just downloading simulator games from the Big Fish Games website instead, only to be disappointed after finding out that I was just being given access to trial versions of the title, and I needed to fork out money to pay for the full version. All of this is to say that it wasn't very easy to find entertainment options on the home PC when I was a kid, due to a number of reasons, mostly outside of my control. This situation pushed me towards a rather unconventional ally: Microsoft Paint. Whenever the internet wasn't working as good as I expected, I would simply spin up Paint and draw complete rubbish on the canvas. Of course, that wasn't always the intention, but it usually happened when I messed up drawing a straight line or something, and then I would give up on that particular piece and simply draw a random collection of objects. Microsoft Paint was extremely accessible and easy to use. Even if you weren't an artist, you could quickly understand the tools at your disposal and how to leverage them on a canvas. The absolute breadth on offer ensured that each painting was truly unique, as you could utilize various combinations of tools like the pencil, paint, spray paint, and more to truly personalize your creation. Since I wasn't particularly good at drawing both on digital screen or a physical screen, I remember that my main style of art would be to insert a bunch of randomly intersecting lines and then fill them with random colors through the paint can. I have trying to replicate that art style in the latest version of Paint below, and as you can see, it's truly Pablo Picasso-esque. The human imagination truly knows no bounds Microsoft Paint kept me occupied for hours and was my best friend when video games on the home PC were inaccessible for one reason or the other. There was no academic or professional reason for which I would need to use Paint, but I still loved using it in my personal time, even if what I created wasn't worth being shown to anyone. It was simply fun. Fast-forward to today, and the situation is mostly the same. Now that I am almost 29 years old, and I still have no reason to use Microsoft Paint in a professional capacity. In fact, I don't even use it in a personal capacity, except to dabble with it from time to time, just to see if core functionalities are still intact. And I'm happy to say that I think Microsoft Paint still offers the same accessibility and inviting experience that it did to me a couple of decades ago, even though its UX has been refreshed and it's been integrated with Copilot features. Interestingly, things could have been a lot different, had Microsoft had its way. Microsoft Paint was marked for deprecation with the Windows 10 Fall Creators Update in 2017, and even began displaying a product retirement alert, urging customers to shift to Paint 3D instead. Fortunately, after consumer backlash, Microsoft reversed course on this decision, and Paint continues to be a native app inside Windows installations that can also be updated quite frequently through the Microsoft Store. Instead, Paint 3D ended up on the chopping block, which is for the better, I think. I have intermittently played around with Microsoft's refreshed Paint experience in the past few years, and I do think it has received worthwhile upgrades. the UI and the UX has been modernized while retaining core functionality, and the app is still fairly easy to use. It doesn't meet any of my use-cases, but I've never really had any use-cases ever, as described previously. Of course, the elephant in the room is the Copilot integration. Personally, I believe that this is one place where Copilot does make sense, environmental concerns aside. I know that a lot of creatives use AI to generate images, and while some may be using professional alternatives, Paint still offers a decent casual experience, with the power of Copilot. Of course, you do need to have a valid Microsoft 365 Copilot license and available credits to use it, but even if you don't, you still get the big Copilot button in the toolbar, unfortunately. All in all, I am glad that Microsoft Paint continues to be a native feature in Windows 11, and a piece of software that has evolved to meet modern needs without cutting off its own roots. It's just an iconic piece of Windows history that was an essential part of my childhood, and while I don't use it anymore, I'm just glad it is still there.
    • 2TB WD_Black SN7100 PCIe Gen4 NVMe SSD drops to its lowest price in over three months by Fiza Ali Amazon is currently offering the 2TB WD_Black SN7100 internal solid-state drive at its lowest price in over three months, so you may want to check it out, if you have been considering a storage upgrade, before the deal dries up (purchase link is toward the end of the article). Featuring a PCIe Gen 4.0 interface and M.2 2280 form factor, the SN7100 promises to deliver sequential read speeds of up to 7,250MB/s and sequential write speeds reaching 6,900MB/s, offering as much as a 35% improvement in performance compared with the previous generation. It also achieves random read speeds of 1,000,000 IOPS and random write speeds of 1,400,000 IOPS. The drive uses Western Digital’s TLC 3D NAND technology for reliable performance and is further supported by a five-year limited warranty. It also offers strong endurance, rated at up to 1,200TBW, making it suitable for demanding workloads such as gaming, content creation, and high-speed recording. Moreover, its DRAM-less architecture claims to improve power efficiency (the SSD relies on system memory for caching via HMB), while the WD_Black Dashboard software enables users to monitor drive health, install firmware updates, and activate Game Mode for potentially better performance. Finally, it operates within an operating temperature range of 0°C to 85°C, and can withstand storage temperatures from -40°C to 85°C. 2TB WD_Black SN7100 PCIe Gen4 NVMe SSD: $242.96 (Amazon US) Check this deal out if you want a 4TB option. Good to know This Amazon deal is U.S. specific, and not available in other regions unless specified. We only use first-party seller links (at the time of article publishing); ensure that you purchase from a first-party seller link only. Check out Today's Deals on Amazon | or our recent tech deals. Become a Prime member (for Students or SNAP) via Neowin Get Prime Access - Prime for half price (for qualifying Medicaid, EBT, SNAP) Subscribe to Prime Video, Audible Plus, Music Unlimited or Kindle Unlimited via Neowin As an Amazon Associate, we earn from qualifying purchases.
    • Hopefully this will fix the issue of no sound I have since last months stupid, and non-removable, Microsoft Corporation AudioProcessingObject Driver Update (1.0.3.56670)
    • It IS confusing! What channel are you in on each device? I'm guessing your 16GB device is on Experimental (formerly known as Dev) and your 128GB is on Beta.
  • Recent Achievements

    • Week One Done
      Supreme Spray LV earned a badge
      Week One Done
    • One Month Later
      Genuinetonerink- Dubai earned a badge
      One Month Later
    • Week One Done
      Genuinetonerink- Dubai earned a badge
      Week One Done
    • One Year In
      hhgygy earned a badge
      One Year In
    • Week One Done
      AMV earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      514
    2. 2
      +Edouard
      163
    3. 3
      PsYcHoKiLLa
      87
    4. 4
      Steven P.
      74
    5. 5
      Michael Scrip
      73
  • Tell a friend

    Love Neowin? Tell a friend!