Recommended Posts

weelllll... i converted from Winamp yesterday, and been messing around with it for a while.

Here's what ive come up with, by using a settings file found here and doing a little modifying:

for 'albums' playlist:

post-58442-1103853748_thumb.jpg

for other playlists:

post-58442-1103853773_thumb.jpg

hope you like  :ninja:

p.s. does anyone know a page with all the commands/variables you can use in foobar? cheers

585156592[/snapback]

can you post your status bar config ?

and track info config too?

thanx :)

can you post your status bar config ?

and track info config too?

thanx :)

585158852[/snapback]

sure...

status bar:

// set color for progress bar
$puts(col_progbar_symb1,B56A33)
$puts(col_progbar_symb2,000000)

// set variables
$puts(spacer_symb,' ')
$puts(spacer_width,2)
$puts(progbar_symb1,'●')
$puts(progbar_symb2,'●')
$puts(progbar_length,16)

// add colors and formatting
$puts(spacer,$repeat($get(spacer_symb),$get(spacer_width)))
$puts(progbar_symb1,$get(col_progbar_symb1)$get(progbar_symb1))
$puts(progbar_symb2,$get(col_progbar_symb2)$get(progbar_symb2))

// progress bar (checking total because of streaming)
$puts(progress_bar,
$if(%_time_total_seconds%,
$get(spacer)$get(spacer)
$progress2(%_time_elapsed_seconds%,%_time_total_seconds%,$get(progbar_length),$get(progbar_symb1),$get(progbar_symb2))
)
)

'? ? '$codec()
[' ? ? ? '%__bitrate%kbps][ %__extrainfo% ][' ? ? ? '%__samplerate%Hz]' '
$channels()' ? ?'


$tab()$get(progress_bar)' ? '

track info (i have it set to focus on playing mode, might work strange on follow cursor):

$if(%_time_elapsed%,

$char(1)CffffffTrack Info
$char(10)
$char(10)
Artist: 999999$if2(%artist%,'Unknown Artist')
$char(10)
Title: 999999$if2(%title%,'Unknown Title')
$char(10)
Album: 999999$if2(%album%,'Unknown Album')[ 888888'['$num(%tracknumber%,1)']']
$char(10)
Release Date: 999999$if2(%date%,'Unknown Release Date')
$char(10)
$char(10)
$char(10)
$char(1)Cffffff%_time_elapsed% / %_time_total%
,
$char(10)
$char(10)
$char(10)
$char(1)CffffffNO
$char(10)
$char(10)
$char(1)CffffffTRACK
$char(10)
$char(10)
$char(1)CffffffPLAYING
)

not sure if the status bar one will work properly for you though because it was with the settings i im:pinch:.. :pinch:

:huh: Wowee you guys are doing some lovely work here. I use winamp at the moment and would love to move to foobar2000 permanently since it is the only player that has actual brains. I would love to make my player look like the pic iv attached. The thing is I have no idea how to do 2 things...

- Display coverart and album list in the way done in the pic

- Get the title, menu and status bars to change from the default colours.

Would it be a lotta trouble to give a simply guide as to how to get a setup similar to the posted pic.

You guys all rock

Merry Christmas :D

Fots

post-87413-1103974613_thumb.jpg

p.s. does anyone know a page with all the commands/variables you can use in foobar? cheers

585156592[/snapback]

C:/Program Files/foobar2000/titleformat_help.html

I don't think that's every single one, but it's close enough.

I cannot for the life of me figure out how to put a top and bottom frame around the currently playing track.

In ColumnsUI > Globals > Color, I have defined the frames but they only show up on the currently playing track when i have another track selected. can anyone help?

585158681[/snapback]

Um. I don't have frames on my now-playing thing, but i copied my colours from another thing that i did have frames on and it worked fine.

In the 'Globals' tab i have 'Use global variables for display' checked (that's all). Then in the 'Variables' tab on that i have something like:

// default text

text=000000|000000

// default background

background=F2FAFA|E0EDEE

// currently playing track/title background

now_playing=CEE0D4|E0EDEE|E0EDEE|D7E8EB|000000|D7E8EB|D7E8EB

Then in the 'Colour' tab for the title column in the 'Columns' tab, i have like:

$if(%_isplaying%,%_text%|%_now_playing%,%_text%|%_background%)

- Display coverart and album list in the way done in the pic

585164317[/snapback]

Firstly you need Columns UI (which comes with the installer, so that shouldn't be a big deal). Then you need foo_uie_albumart (for the album art) and foo_uie_tabs (for the tabs). The album list panel comes with Columns UI, but the tabs don't.

- Get the title, menu and status bars to change from the default colours.

585164317[/snapback]

You can't change the title and menu colours, as far as i know. (Unless you're talking about visual styles, but i doubt it...?) With the status bar it's just using regular colour codes like you would anywhere else in foobar. (For example, FFFFFFhello is how you would make it say 'hello' in white.)

Nice layouts guys. I used to use iTunes, but no longer. Got tired of being forced to do things Apple's way. I love foobar. Now if we can get g-force in a panel, there will be much rejoicing. One music player to rule them all. Here's my config.

http://img159.exs.cx/img159/5117/brumalfoobar9mi.th.jpg

585140960[/snapback]

nice man, I love it, it's elegant. can you share the config please?

Thanks a lot lav. I have got all the addition tabs now and its all looking lovely. I have noticed a few people with very fancy title bars and status bars. I assume these come from some theme used in WindowBlinds or StyleXP as I can't find a way to add images to title, menu or status bars to make them appear different from default. I guess its time for me to meet with Mr Style XP again.

Please correct me if I'm wrong.

Thanks for the help guys. Keep up the gr8 work!

Fots :D

Thanks lav :)

--------------------

http://www.randomcrap.net/uploads/files/0/fb2k.png

585164531[/snapback]

Good job!! :blink:

2 questions:

How did you get more than 1 tabbed panel stack?

How did you get the toolbars across the top instead of down the side?

I've just spent about 4 hours going through all 76 pages and I think I finally know most of what there is to know about customizing foobar.. So i though i'd post my screenshot. Still a little work to do although it's definately perfectly useable. Just a note, I hardly use playlists, I always just use one playlist and delete and add from it using the album list so that's why I didn't bother with the playlist tab.

Winamp is official uninstalled, i love foobar2000 :D

How was it done ....

Windows Theme: Windows 2005 MCE Default Theme

Colour Scheme: Erik

Now Playing: Got it from one of the posts and modified it a little.

Buttons: Found on one of the posts. Best buttons I've seen so far.

Thanks to everyone for their awesome work that has allowed me to make my foobar look sexy.

Cheers

Fots

post-87413-1104071389_thumb.jpg

Good job!!  :blink:

2 questions:

How did you get more than 1 tabbed panel stack?

How did you get the toolbars across the top instead of down the side?

585166726[/snapback]

1. As just mentioned, hold <SHIFT> down while adding another stacked panel.

2. Preferences > Columns UI > Other > List all toolbars must be checked. Then right click by the file menu and you'll see a Layout option to add Tabbed panel stack.

Can anyone tell me what the barebones code is to make an artist appear only once ala Azrael or this config?

I've tryed to extract the string from some configs but usually the code is so massive that it makes my head spin :wacko: I know there's some awesome code-kiddie here that can explain it to me :D

Can anyone tell me what the barebones code is to make an artist appear only once ala Azrael or this config?

I've tryed to extract the string from some configs but usually the code is so massive that it makes my head spin :wacko: I know there's some awesome code-kiddie here that can explain it to me :D

585171887[/snapback]

Something to the effect of :

$if($stricmp($num(%tracknumber,2),01),%artist%,)

would show the artist if the tracknumber was 1, and be blank for all others. Nested $if's will allow for album on track 2, etc.

Something to the effect of :

$if($stricmp($num(%tracknumber,2),01),%artist%,)

would show the artist if the tracknumber was 1, and be blank for all others.  Nested $if's will allow for album on track 2, etc.

585172153[/snapback]

Missed a %

should be

$if($stricmp($num(%tracknumber%,2),01),%artist%,)

1. As just mentioned, hold <SHIFT> down while adding another stacked panel.

2. Preferences > Columns UI > Other > List all toolbars must be checked.  Then right click by the file menu and you'll see a Layout option to add Tabbed panel stack.

585170450[/snapback]

Thanks a lot. :happy: I wondered what that option did but I never bothered to test it out.

1. As just mentioned, hold <SHIFT> down while adding another stacked panel.

2. Preferences > Columns UI > Other > List all toolbars must be checked.  Then right click by the file menu and you'll see a Layout option to add Tabbed panel stack.

585170450[/snapback]

i have a problem, i cant make the size of panels bigger if they are at the top.

how do i fix that?

post-36497-1104149471_thumb.jpg

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

    • No registered users viewing this page.
  • Posts

    • Apple launches new website for parents and a revamped Screen Time experience by Aditya Tiwari At WWDC 2026, Apple announced new parental control features for iOS 27, iPadOS 27, and macOS 27 to keep kids' device usage in check and keep them safe online. As a parent, you'll get access to a simpler setup experience, Ask to Browse, Time Allowances, and a redesigned Screen Time. You'll be able to pick exactly which apps your child can access on their device, choosing from just a few essential apps, a curated set, or the apps you feel are appropriate. There will be an option to gradually add more apps. Ask to Browse is a new feature that requires kids to request permission before visiting a new website in Safari on iPhone, iPad, or Mac. You can also turn on a setting that requires your kid to ask for approval before connecting with an unknown contact via Messages, FaceTime, or the Phone app. You can manage your child's screen time more effectively with Time Allowances that work across categories, including Games, Entertainment, and Social Media. You can set time limits based on your kid's age and get suggestions informed by expert research. Speaking of expert guidance, Apple added that it's working with the American Academy of Pediatrics (AAP) to adapt its Family Media Plan to create a guide parents can refer to when using Apple products. Moreover, the company has also set up a new dedicated website, where you can find tools, resources, and answers to common questions around parental controls and child safety. Apple also allows parents to set daily schedules to manage screen time, configuring access to different apps at different times of the day and across the week. Overall, the Screen Time section has been revamped and provides a bird's-eye view of your kid's average device usage and most-used apps. "For example, to help protect important family moments, parents can quickly limit access during meals, outdoor play, and other times that deserve full attention. If kids need a little extra time to finish something in an app, parents can also easily extend access," Apple said. Apart from these, Communication Safety has been updated to block gore or violent content when detected in shared images or videos. The feature already blurs nudity in Messages and FaceTime calls, and is enabled by default for users under 18.
    • They already threw the Ultra 1st gen under the bus? It really feels like someone screwed up, and that advanced AI features will only be available on the list above but someone screwed up and said that Watch OS 27 in general will only be available for those models. I think they will pull it back. I did see someone also put a snap shot of their series 9 watch being offered the watch os 27 beta. As the backlash online is already in full swing.
    • Right, Google... because that's who this is going to. Google, the company who's entire business model is geared around ad revenue and your personal data.
    • That is the natural course for regulations. First to protect the consumer. Then to protect the business/industry from upstart competition. There are countless examples across history.
    • I have never been a huge fan of libre, it feels really good but exactly when you need an advance feature for data wrangling it falls short every time or has bugs. I am all for euro office if they can deliver a good and usable alternative to MS office with backing of govt function.
  • Recent Achievements

    • Very Popular
      Captain_Eric earned a badge
      Very Popular
    • One Month Later
      amusc earned a badge
      One Month Later
    • One Month Later
      DJC50PLUS earned a badge
      One Month Later
    • Week One Done
      DJC50PLUS earned a badge
      Week One Done
    • Proficient
      Eric Biran went up a rank
      Proficient
  • Popular Contributors

    1. 1
      +primortal
      515
    2. 2
      PsYcHoKiLLa
      231
    3. 3
      ATLien_0
      87
    4. 4
      +Edouard
      80
    5. 5
      Steven P.
      77
  • Tell a friend

    Love Neowin? Tell a friend!