Recommended Posts

The trick works B. Thanks.

And yes. You are right on the 2nd question.

Change in item display:

$if(%isplaying%,

	$select($eval($get(counter) + 1),
		$puts(length,%length%)
		,
		$ifgreater(10,%play_count%,
			$puts(length,%length%   $num(%play_count%,2))
			,
			$puts(length,%length%   %play_count%)
		)
	)

	$drawrect(0,0,$eval(%_width% - 0),0,brushcolor-46-46-46 pencolor-$ifequal($getpvar(blue),1,0-200-255,255-50-50))

	$if($strcmp($eval(%playback_time_seconds% * {%_width% - 7} / %length_seconds%),0),
		,
		$drawrect(0,0,$eval(%playback_time_seconds% * {%_width% - 0} / %length_seconds%),0,brushcolor-0-0-0 pencolor-$ifequal($getpvar(blue),1,0-200-255,255-50-50))
	)

to:

$if(%isplaying%,
$drawrect(0,0,$sub(%_width%,0),0,brushcolor-46-46-46 pencolor-0-200-255)

Thanks D. It works :D

Last problem. The track/vol bars aren't full. How to make them like yours?

You welcome mate.

I don't know if you have latest version of my foo. Go to my settings (it's first button in the bottom right corner) and check WSH panels: Seekbar and Volume bar (it's unstable component so I turned it off in default settings).

settingsvu9.jpg

The button don't do anything.

Once again: download my foo again from here: http://www.deviantart.com/deviation/56966541/

Make sure that you copy WHOLE "dawxxx666" folder to foobar2000/PanelsUI

You need also WSH panel component. Setting button is working, believe me :D

Is there a way to get the search box to appear always on top,and pop up outside of the actual foobar window,similar to how winamp does this? I want to set a global shortcut key to the search box, so when i press shift+z, the small box pops up over whatever i am doing,such as on the internet,and i can type the song i want and hit enter? That is one feature I love and really want to see it in Foobar

Your config keeps getting better & better dawxxx666.

Questions:

A) How to get rid of the double "exit/min/max" taskbar. Preferably the very top one.

73167494ri0.jpg

If you can help, it'll be very appreciated.

I have the same problem here, but when I open

Preferences->Panels UI

I only get

Hide Taskbar Entry

Tray Icon

Minimize to Tray

no "hide titlebar" for me... any ideas?

no "hide titlebar" for me... any ideas?

That option is no longer available in the newest builds of panelsui. It has too be included in the Config-Script.

Just put

$windowstyle(hidetitlebar)

into the globals of the config and the Titlebar disappears.

MiDiAN

EDIT: Forgot to mention: In order for this to work with any other config that line has to be in the //Background Section of the config

Edited by MiDiAN

Does anyone know how to do what i was referring to a few posts ago? Im using dawxxx666's config,which i absolutely love!Altho would there be a way to get the maximise button to actually make the programme full screen,without having to manually resize?

For everyone else,theres a new version of his config out, 1.02c

Im using dawxxx666's config,which i absolutely love!Altho would there be a way to get the maximise button to actually make the programme full screen,without having to manually resize?

For everyone else,theres a new version of his config out, 1.02c

Thx

I use

$ifgreater(%_width%,720,
$button2($sub(%_width%,71),3,0,0,25,16,
'$imageabs2(,,,,0,,0,0,/images\pure3\bar\max1$ifequal($getpvar(buttons),1,,_).png,)',
'$imageabs2(,,,,0,,0,0,/images\pure3\bar\max$ifequal($getpvar(blue),1,2,3).png,)',
WINDOWSIZE:'700':'550':LEFT:TOP,TOOLTIP:"Change window size")
,
$button2($sub(%_width%,71),3,0,0,25,16,
'$imageabs2(,,,,0,,0,0,/images\pure3\bar\max1$ifequal($getpvar(buttons),1,,_).png,)',
'$imageabs2(,,,,0,,0,0,/images\pure3\bar\max$ifequal($getpvar(blue),1,2,3).png,)',
WINDOWSIZE:'[b][color="#FF0000"]900[/color][/b]':'[b][color="#FF0000"]650[/color][/b]':LEFT:TOP,TOOLTIP:"Change window size")
)

Try to find it in code and set your own values

Thx

I use

$ifgreater(%_width%,720,
$button2($sub(%_width%,71),3,0,0,25,16,
'$imageabs2(,,,,0,,0,0,/images\pure3\bar\max1$ifequal($getpvar(buttons),1,,_).png,)',
'$imageabs2(,,,,0,,0,0,/images\pure3\bar\max$ifequal($getpvar(blue),1,2,3).png,)',
WINDOWSIZE:'700':'550':LEFT:TOP,TOOLTIP:"Change window size")
,
$button2($sub(%_width%,71),3,0,0,25,16,
'$imageabs2(,,,,0,,0,0,/images\pure3\bar\max1$ifequal($getpvar(buttons),1,,_).png,)',
'$imageabs2(,,,,0,,0,0,/images\pure3\bar\max$ifequal($getpvar(blue),1,2,3).png,)',
WINDOWSIZE:'[b][color="#FF0000"]900[/color][/b]':'[b][color="#FF0000"]650[/color][/b]':LEFT:TOP,TOOLTIP:"Change window size")
)

Try to find it in code and set your own values

Thanks worked great.

Think i've found a bug, or something that doesn't look right anyway,i just found it going to see if i can fix it myself in the config but i doubt it lol. Anyway I listen to alot of dance music, and download many sets etc which are several hours long. When i'm playing one which is over an hour long, the information below the album cover,with info such as time played, khz etc doesnt look right, there is no space between the khz and playtime anymore.

Thanks worked great.

Think i've found a bug, or something that doesn't look right anyway,i just found it going to see if i can fix it myself in the config but i doubt it lol. Anyway I listen to alot of dance music, and download many sets etc which are several hours long. When i'm playing one which is over an hour long, the information below the album cover,with info such as time played, khz etc doesnt look right, there is no space between the khz and playtime anymore.

I change it, but I don't have any song which is over an hour long :D Download my foo again and check if it's working

Since I updated to the latest foo_uie_trackinfo, apul's trackinfo panel stopped updating while playing. Only when you play/pause.

$puts(str1,"%title%"[ by %artist%][ / %album%][ '('%genre%[, %date%]')'])
$puts(str2,$upper($replace(%filename_ext%,%filename%.,)) $if(%__bitrate_nominal%,VBR '('%__bitrate%kbps average')' at %bitrate%kbps,[%codec_profile% $if($or($strstr(%codec_profile%,VBR),$strstr(%codec_profile%,ABR)),'('%__bitrate%kbps average')' )]at %bitrate%kbps)',' %samplerate%Hz / $cwb_splitnum($div($muldiv(%filesize%,1000,1024),1000),',')kb)
$puts(str3,$if(%play_count%,Played: %play_count% time$if($stricmp(%play_count%,1),,s),Never Played)$if(%last_played%,$puts(lpdiff,$cwb_datediff(%last_played%,%cwb_systemdate%))',' Last Played: $ifgreater(1,$get(lpdiff),Today,$ifgreater(2,$get(lpdiff),Yesterday,$get(lpdiff) days ago '('$num($substr(%last_played%,9,10),1)-$num($substr(%last_played%,6,7),1)-$substr(%last_played%,1,4)')')),)$if(%first_played%,$puts(fpm,$substr(%first_played%,9,10)) / First Played: $num($get(fpm),1)$ifgreater(2,$get(fpm),st,$ifgreater(3,$get(fpm),nd,$ifgreater(4,$get(fpm),rd,th))) of $select($substr(%first_played%,6,7),January,February,March,April,May,June,July,Auguest,September,October,November,December)',' $substr(%first_played%,1,4)))
$puts(panelbg,245-245-245)
$puts(imagedir,'C:\Program Files\foobar2000\images\itunes\')

// background
$drawrect(,,,,brushcolor-$get(panelbg) pencolor-null)
$imageabs2(,,,,,,0,0,$get(imagedir)trackinfo1.png,)

// audioscrobbler
$if($or($greater($muldiv(%playback_time_seconds%,100,%length_seconds%),49),$greater(%playback_time_seconds%,239)),$imageabs2(,,,,,,$sub(%_width%,88),3,$get(imagedir)as.png,))

$if(%isplaying%,

// progress bar
$drawrect($muldiv(%_width%,15,100),41,$muldiv(%_width%,70,100),9,brushcolor-null pencolor-240-240-240)
$drawrect($add($muldiv(%_width%,15,100),2),43,$ifgreater($muldiv($sub($muldiv(%_width%,70,100),4),%playback_time_seconds%,%length_seconds%),0,$muldiv($sub($muldiv(%_width%,70,100),4),%playback_time_seconds%,%length_seconds%),1),5,brushcolor-240-240-240 pencolor-null)
$alignabs($sub($muldiv(%_width%,15,100),35),38,35,14,center,middle)$font(Segoe UIi,8,bold,240-240-240)$if2(%playback_time%,0:00)
$alignabs($muldiv(%_width%,85,100),38,35,15,center,middle)$font(Segoe UI,8,bold,240-240-240)$if2(%length%,0:00)
$alignabs(20,9,$sub(%_width%,40),15,center,middle)$font(Segoe UI,8,bold,240-240-240)

// interchanging text
$select($add($mod(%playback_time_seconds%,15),1),
$get(str1),$get(str1),$get(str1),$get(str1),$get(str1),
$get(str2),$get(str2),$get(str2),$get(str2),$get(str2),
$get(str3),$get(str3),$get(str3),$get(str3),$get(str3))

// autorating system
$if(%rating%,$puts(rating,%rating%),$puts(rating,$sub(%play_counter%,$div($cwb_datediff(%cwb_systemdatetime%,%first_played%),28))))
$if($greater($get(rating),5),$puts(rating,5))
$if($greater(0,$get(rating)),$puts(rating,0))
$imageabs2(,,,,,,$div($sub(%_width%,58),2),26,$get(imagedir)r$get(rating).png,)

// properties & open dir
$button($sub(%_width%,15),23,0,0,9,9,$get(imagedir)info.png,$get(imagedir)infoh.png,properties,)
$button(6,23,0,0,9,9,$get(imagedir)dir.png,$get(imagedir)dirh.png,Activate now playing,)

,

// not playing..
$alignabs($div($sub(%_width%,50),2),6,50,48,center,middle)
$font(wingdings,25,bold,230-230-230)v

)

Here's the code...

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

    • No registered users viewing this page.
  • Posts

    • Bandizip 7.44 by Razvan Serea Bandizip is a powerful archiver which provides an ultrafast processing speed and convenient features. Available free of charge, and its paid editions support a variety of advanced features. Main features Supported OS: Windows 7/8/8.1/10/11 (32bit/64bit/arm64) All-inclusive compression / decompression / browsing / editing Archiver Extraction for 30+ formats, including RAR/RAR5/7Z/ZIP Compressing an archive with password and multi-volume Fast compression with multi-core Windows 11 Context Menu support Compression Supported formats: ZIP, 7Z(lzma2), ZIPX(xz), EXE(sfx), TAR, TGZ, LZH(lh7), ISO(joliet), GZ, and XZ ZIP file modification (add/delete/rename) Up to 6 times faster compression using multi-core Encrypted archive creation Supports AES256 encryption algorithm Supports compression of 4GB+ size files Unicode or MBCS filename for ZIP format Multi-volume archive creation of ZIP/7z format Decompression Supported formats: 7Z, ACE, AES, ALZ, ARJ, BH, BIN, BR, BZ, BZ2, CAB, Compound(MSI), DAA(1.0), DEB, EGG, GZ, IMG, ISO, ISZ, LHA, LZ, LZH, LZMA, PMA, RAR, RAR5, SFX(EXE), TAR, TBZ/TBZ2, TGZ, TLZ, TXZ, UDF, WIM, XPI, XZ, Z, ZIP, ZIPX, ZPAQ, PEA, UU, UUE, XXE, ASAR, ZSTD, and NSIS Easy view of an archive's file list Extraction of selected files only. Also supports drag & drop Availability of ZIP & RAR format archive comment One-step extraction of TGZ/TBZ formats Various features File integrity check test to ensure whether an archive is damaged or not Supports Code-page change features Explorer shell menu integration Bandizip 7.44 changelog: Fixed a vulnerability that certain file extensions are not recognized as executable files (KVE-2026-0830) Fixed a vulnerability that could occur when processing hard links in some (specially crafted) TAR archives (KVE-2026-0925) Fixed a vulnerability that could occur when processing symbolic links in some TAR archives (KVE-2026-0932) Fixed a vulnerability related to some ISZ files (Thanks to zzoru) Fixed a vulnerability related to some UDF files (Thanks to zzoru) Other modifications Download: Bandizip 64-bit | Portable | ~7.0 MB (Free, ad-supported) Download: Bandizip 32-bit | 11.0 MB Download Bandizip 6.29 (last freeware version) View: Bandizip Home Page | Bandizip Edition Comparison | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • There's also Vivaldi, of course, which has a built-in ad/tracker blocker and plenty of other privacy/security features. Not sure how they'll approach this Chromium code removal, though, despite using Chromium as their core, they tend to do things on their own and go against Google's whims.
    • War was livestreamed. Also, learn the meaning of the word "genocide". Populations do not GROW during a genocide. Zionist is not a bad word - it's the belief that Israel should exist. The cat out of the bag is your racist anitsemitism and posting of blood libels, unproven or out of context. Even BBC reported a kid supposedly being killed was a staged photo op, and AP just posted how Hamas is murdering their own people at Shifa Hospital, executing them in cold blood. You would rather lie down with murderers than think any different.
    • Neowin shudders at the many, many posts from users that block their ads
  • Recent Achievements

    • One Year In
      Primer1st earned a badge
      One Year In
    • Experienced
      JayZJay went up a rank
      Experienced
    • Reacting Well
      Sir_Timbit earned a badge
      Reacting Well
    • Week One Done
      rubentuben8 earned a badge
      Week One Done
    • Week One Done
      ARaclen earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      511
    2. 2
      PsYcHoKiLLa
      229
    3. 3
      Edouard
      136
    4. 4
      ATLien_0
      87
    5. 5
      Steven P.
      80
  • Tell a friend

    Love Neowin? Tell a friend!