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

    • First time clicking on a Sayan Sen article after he started making clickbait, vague headlines recently. Didn't read, just came here to say the headline doesn't look like very cheap, vague clickbait this time. Are you okay?
    • Good review, and yeah the benchmark breakdown is pretty clear but also a little messy in a good way. It’s kinda interesting to see where the RX 9070 GRE slides in between the 7800 XT and the 9070 XT , especially when it comes to AI tasks and Blender style workloads. The side by side with Nvidia’s RTX 5070 and 4070 makes it feel obvious just how competitive the mid range GPU scene has gotten lately, and that’s great for creators and gamers too since you can pick based on your priorities rather than only chasing one single thing.
    • That's it. I finally uninstalled Firefox because they often keep pushing buggy updates, only to test them later and make users suffer. No longer is it my alternative browser to Edge. What a waste of energy. Firefox is bad for the environment, just like Chrome (wasting RAM/energy).
    • Microsoft Weekly: new Surface, Windows 11 26H2, and more by Taras Buria This week's news recap is here, with Microsoft announcing Windows 11 version 26H2, launching new Surface devices powered by Snapdragon X2 processors, GTA VI preorder date and cover art, fresh Windows 11 preview builds, a quirky phone-sized e-reader with a physical dial, and more. Quick links: Windows 10 and 11 Windows Insider Program Updates are available Reviews are in Gaming news Great deals to check Windows 11 and Windows 10 Here, we talk about everything happening around Microsoft's latest operating system in the Stable channel and preview builds: new features, removed features, controversies, bugs, interesting findings, and more. And, of course, you may find a word or two about older versions. Windows 11 version 26H2 is now official. Alongside Windows 11's new preview builds released this week, Microsoft confirmed version 26H2, which is coming later this year as an enablement package based on the same platform as versions 24H2 and 25H2. A newly published blog post details what IT admins should do to prepare for the upcoming launch. Next, we have new Windows 11 bugs. Users report that this month's security updates for Windows 11 cause all sorts of issues, including BitLocker bugs, OneDrive issues, black screens of death, and third-party integration in Office apps. Microsoft has not confirmed those yet, but it acknowledged other issues with its operating system. What Microsoft has confirmed is a bug where Recycle Bin delete prompts display internal file names instead of actual ones, and a year-old Windows JScript compatibility bug caused by security-focused engine changes. Moving to more positive news, Microsoft and Adobe are working on improving Windows performance in popular creative apps like Photoshop. Thanks to SPGO optimizations, users can expect up to 20% better performance. Finally, we have a few useful articles that can help you recover your PC or make it perform better. For one, we published a guide detailing what to do if your computer cannot boot after a clean Windows 11 install. There are two important steps you can try to get your system back to working in no time. Additionally, there is a more detailed guide on various CPU performance modes that could notably improve performance. Windows Insider Program Here is what Microsoft released for Windows Insiders this week: Builds Canary Channel Builds 28120.2315 and 29613.1000 These two builds include a new built-in audio driver, improvements to audio Settings, and more. Dev Channel Builds 26300.8697 and 26220.8690 Not much is available here. Some File Explorer improvements, Start menu enhancements, bug fixes, and more. However, build 26300.8697 is now officially marked as version 26H2. Updates are available This section covers software, firmware, and other notable updates (released and coming soon) delivering new features, security fixes, improvements, patches, and more from Microsoft and third parties. This week, Microsoft announced its newest Surface devices powered by Qualcomm's latest Snapdragon X2 processors. There is the 12th-gen Surface Pro and the 8th-gen Surface Laptop. Both devices feature little to no visual differences compared to their predecessors from 2024, and most changes hide inside, including a better processor, faster graphics, enhanced NPUs, and more. The Surface Laptop also received a new haptic trackpad. Mozilla is currently working on a major Firefox redesign, and earlier this week, it published a roadmap of upcoming features and highlights of the upcoming "Project Nova" rework. Files, one of the best file managers for Windows 10 and 11, has been updated in the Preview channel with a long-requested feature. Tree View is finally available in version 4.1.4, allowing you to quickly browse deeply nested folders without leaving the main view. In addition, the update improved the Windows Fonts folder, allowing you to preview each font without opening the default viewer. Rufus, another useful Windows 11 utility, also received a notable update. Version 4.15 arrived as beta with important fixes for silent Windows 11 installation. It also includes patches for ARM-based Windows PCs, OneDrive removal improvements, and more. Here are other updates and releases you may find interesting: Microsoft faces shareholder lawsuit over masking AI costs and slowing Azure growth Microsoft now allows you to tweak Visual Studio to new extremes Microsoft brings Planner Agent to all Microsoft 365 Copilot users Microsoft fixes one of Excel Copilot's most frustrating limitations Microsoft will finally let you sign in to Edge with a Google account Here are the latest drivers and firmware updates released this week: NVIDIA 610.62 with support for Empulse and various fixes. Reviews are in Here is the hardware and software we reviewed this week Earlier this week, we reviewed the DuRoBo Krono, a portable, phone-sized e-reader with some interesting physical controls. This device has an Apple Watch-like dial for page turning, frontlight adjustment, and more. Software is simple and no-nonsense, but it also lacks some useful features and customization. Overall, the device proved interesting, but not flawless. On the gaming side Learn about upcoming game releases, Xbox rumors, new hardware, software updates, freebies, deals, discounts, and more. Forza Horizon 6 received two big updates this week. Alongside the Series 2 content update, developers pushed plenty of bug fixes and balancing tweaks. However, they also had to acknowledge the Eliminator CR-farming exploit and shut down the online mode temporarily. Luckily, only a few days later, another fix arrived, which re-enabled Eliminator and patched the exploit. Microsoft announced new games for Game Pass subscribers. Those include EA Sports FC 26, Junkster, Call of Duty: Vanguard, Abyssus, RV There Yet?, and more. Some existing games are leaving the catalog, so be sure to check out the full list here. New games are also available for GeForce NOW subscribers, and they include Embers of the Uncrowned Demo, Aphelion, Megastore Simulator, OPERATOR, Citizen Sleeper, and more. Rockstart Games had plenty of GTA-related news this week. For one, the company gave GTA V players another free update. Those still playing the game on Xbox One and PlayStation 4 are no longer required to pay $40 to upgrade to the latest-gen version. More importantly, Rockstar Games revealed the GTA VI cover art and announced the preorder date. The Epic Games Store is giving away two games: Citizen Sleeper and Roboeat. These two titles are up for grabs until next Thursday, but if they are not up to your taste, you can always check out the latest Weekend PC Game Deal issue, which is usually full of discounts and specials that let you save a lot of money on new games. Great deals to check Every week, we cover many deals on different hardware and software. The following discounts are still available, so check them out. You might find something you want or need. GEEKOM X16 Pro at GEEKOM - $1,119.67 | 17% off Acer 4K Webcam for PC/Mac with All-Metal Unibody Sculpted - $59.99 | 14% off Samsung 990 PRO SSD 2TB - $369.99 | 42% off Nothing Ear Wireless Earbuds Bluetooth - $73.15 | 51% off PowerColor Reaper AMD Radeon RX 9070 16GB - $579.99 | 17% off This link will take you to other issues of the Microsoft Weekly series. You can also support Neowin by registering for a free member account or subscribing for extra member benefits, along with an ad-free tier option.
  • 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
      171
    3. 3
      PsYcHoKiLLa
      84
    4. 4
      Steven P.
      74
    5. 5
      Michael Scrip
      72
  • Tell a friend

    Love Neowin? Tell a friend!