Foobar2000 Customization Topic


Recommended Posts

i agree, as soon as we can get a final and get more plugins updated to that final. i can't wait, hopefully we will see some new innovative tweaks for foobar

Link to comment
Share on other sites

First question... Anyone know how I can get my Year to show up on the same line as my Album Name. And also get rid of that extra line under the Album Name and Date?

See pic http://www.bgracetfaith.net/misc/foobar2000.jpg

Next question... I used acedriver's sort string to get my albums sorted by date. The only problem is, now, whenever I go to an album that has multiple discs, it lists them with the discs combined. Example:

1. Track One Disc 1

1. Track One Disc 2

2. Track Two Disc 1

2. Track Two Disc 2

and so on.

What string can I add to the sort string to get it to list them in order of disc?

586795415[/snapback]

I'm quoting my original post to bump the topic in hopes of a reply.

Link to comment
Share on other sites

I'm quoting my original post to bump the topic in hopes of a reply.

586849031[/snapback]

Answer to 2nd question:

This will automatically sort playlists into a logical order when using the album list panel.

goto menu Foobar2000 --> Preferences --> Core --> Sort incoming files by:

$if2(%album artist%,%artist%)|$if2(%date% - %album%,%album)|$if2(Disc %disc%,)|$num(%tracknumber%,9)

Link to comment
Share on other sites

So guys i know i asked but are there any news when the 0.9 final is out :)

Any links so we also can track develepmont ?

586849344[/snapback]

When its ready. :)

No, I'm not being a smartarse. That has, and always will be, the official release date for fb2k releases. :p

As for tracking development, err... this? :unsure:

Link to comment
Share on other sites

When its ready. :)

No, I'm not being a smartarse. That has, and always will be, the official release date for fb2k releases. :p

As for tracking development, err... this?  :unsure:

586851031[/snapback]

Ok thx shannon, but i knowed that final will be out when ready :p

Guys we are not going to this topic dies right? :yes:

Link to comment
Share on other sites

Okay, the question might have been dealt with a few times already, but this thread is just too damn long to read it entirely...

Certain visual styles (quite a large number in fact) cut off the bottom of the gripper (or whatever you call the thing you can drag around to seek) in the seekbar. Is there an easy fix to this? It's bugging me right now because I have this VS which is great in every other aspect, if it weren't for this minor annoyance it'd be perfect!

586823806[/snapback]

I would like to know if this could be fixed without changing my VS as well...some betas of V.9 fix the problem....

Link to comment
Share on other sites

There is any buttons can go together with Luna Element VS ?

586863161[/snapback]

Here's a screenshot of what I have to match Luna Element...the buttons are in the attachment if you want them (I don't remember where I got them....from this thread?). ;)

Link to comment
Share on other sites

hey :)

can you plzz tell me what plugins are you using?? your foobar is HOT!!

Sure, heres a list.

foo_columns_ui

foo_uie_albumart

foo_uie_albumlist

foo_uie_tabs

foo_uie_trackinfo

foo_toaster

foo_playcount

Couldn't find the topics for Tabbed Panel and Album List Panel though. :(

BD8F24Title$char(10)● %title%$char(10)
BD8F24Artist $char(10)● %artist%$char(10)
BD8F24Album $char(10)● %album%$char(10)
BD8F24Year $char(10)● %date%$char(10)
BD8F24Genre $char(10)● %genre%$char(10)
BD8F24Time $char(10)● %_time_elapsed%/%_length% '('$muldiv(%_time_elapsed_seconds%,100,%_length_seconds%)'%)'$char(10)

BD8F24Codec $char(10)● %__codec%$char(10)
BD8F24Bitrate $char(10)● %__bitrate% Kbps$char(10)
BD8F24Sample Rate $char(10)● %__samplerate% Hz$char(10)
BD8F24Channels $char(10)●$if(%__channels%,$ifgreater(%__channels%,2,%__channels%ch,$ifgreater(%__channels%,1,' 'Stereo,''Mono)),)$char(10)
BD8F24Size $char(10)● $div(%_filesize%,1048576).$num($div($mul($mod(%_filesize%,1048576),100),1048576),2) $get(anno)MB$char(10)

BD8F24Rating $char(10)● $if2(%rating%,Unrated)$char(10)
BD8F24Play Count $char(10)● $if2(%play_counter%,0) time'(s)' since $if(%first_played%,
$substr(%first_played%,6,7)/
$substr(%first_played%,9,10)/
$left(%first_played%,4) @ 

$if($greater($substr(%first_played%,12,13),12),
$sub($substr(%first_played%,12,13),12),
$if($strcmp($substr(%first_played%,12,13),00),12,
$num($substr(%first_played%,12,13),1)))
$substr(%first_played%,14,16)
$if($greater($substr(%first_played%,12,13),11), PM, AM))$char(10)
BD8F24Last Played $char(10)● $if(%last_played%,
$substr(%last_played%,6,7)/
$substr(%last_played%,9,10)/
$left(%last_played%,4) @ 

$if($greater($substr(%last_played%,12,13),12),
$sub($substr(%last_played%,12,13),12),
$if($strcmp($substr(%last_played%,12,13),00),12,
$num($substr(%last_played%,12,13),1)))
$substr(%last_played%,14,16)
$if($greater($substr(%last_played%,12,13),11), PM, AM))$char(10)

Trackinfo Code.

http://bjb.avalanchestudios.net/config.fcs FCS for anyone who missed it.

Link to comment
Share on other sites

Hey, I have just recently gotten a new computer and on the advice of a friend started using Foobar. After sorting out columns_ui and album list and stuff like that, there are only a couple of questions I have.

Well, one main one actually. Instead of how columns UI displays artist and album name, I'd like separate columns for Album and Artist and genre. So, across my columns would read

Song Name | Artist | Album (Year) | Genre | Length etc.

Can someone please provide me with a guide on how to do this?

Link to comment
Share on other sites

Hey, I have just recently gotten a new computer and on the advice of a friend started using Foobar. After sorting out columns_ui and album list and stuff like that, there are only a couple of questions I have.

Well, one main one actually. Instead of how columns UI displays artist and album name, I'd like separate columns for Album and Artist and genre. So, across my columns would read

Song Name | Artist | Album (Year) | Genre | Length etc.

Can someone please provide me with a guide on how to do this?

Go into the foobar preferences and look for Display > Columns UI > Columns tab.

Here you can create, delete, edit and move columns and change what appears inside them. Have a play around. :)

Link to comment
Share on other sites

Guys, I'm having here a small problem, and this looks like the right place to ask.

Installed foobar and all the needed components (Included the almubrat one), but I just can't see the option to place the albumart panel anywhere.

Am I missing something?

http://img451.imageshack.us/img451/8135/untitled0fa.jpg

edit: Damn Imageshack always fail me when I need it :(

Attached the image.

post-144414-1134141129_thumb.jpg

Link to comment
Share on other sites

Guys, I'm having here a small problem, and this looks like the right place to ask.

Installed foobar and all the needed components (Included the almubrat one), but I just can't see the option to place the albumart panel anywhere.

Am I missing something?

http://img451.imageshack.us/img451/8135/untitled0fa.jpg

edit: Damn Imageshack always fail me when I need it :(

Attached the image.

Go into the preferences and click on Component libraries. See if the album list dll is loaded or not.

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.