Foobar2000 Customization Topic


Recommended Posts

What happens for albums with less than 10 tracks? The fb2K is cut?

You could add in a code that says if total tracks is greater than 10 show ... for track 7, 8, 9, 10 (or whatever all tracks it uses) else, show nothing. If you would like help setting this up let me know and i can help you with the code to do it. It's quite simple really :)

Link to comment
Share on other sites

Here's my latest (animated):

foobar0qi.th.gif

mind sharing your lyric/track info panel code?

can't seem to get my centered. or add the buttons at the bottom x.x

thanks!

Link to comment
Share on other sites

in that case what bblean theme are you using?

It is a theme of my own with custom min/max/close bitmaps (which I forgot how to mod :blush:). Really nothing especially crazy...

Link to comment
Share on other sites

mind sharing your lyric/track info panel code?

can't seem to get my centered. or add the buttons at the bottom x.x

thanks!

Here's the code for the track-info panel:

$tab()
$if(%lyrics%,
$replace(%lyrics%,$char(10),$tab()$char(10)$tab())$tab(),
$char(10)
$char(10)$tab()No Lyrics Found In File$tab())

To get the buttons underneath, you need to make the tab a Vertical Splitter, and then add the lyrics panel, and the buttons toolbar to it, under the Layout page in the columnsui preferences.

Link to comment
Share on other sites

Hi! i'm new to foobar and i was wondering what i should do with foobar configuaration when i have 50 gig worth of mp3 albums+ single songs? what fcs? should i get??? and will i have problem displaying Korean or japanese?

i was going to also look for tango buttons but 300+ pages seemed too much :pinch:

help this noobie out please thanks!

Link to comment
Share on other sites

Does anyone know of a good set of icons that fit well with Reluna Em3lent?

Thanks in advance! :)

Link to comment
Share on other sites

Does anyone know of a good set of icons that fit well with Reluna Em3lent?

Thanks in advance! :)

Here are some in the old format. You could probably covert them to the new fcb format with a little effort. :p

Edit: I just realized these are for the Alunamin style, d'oh! :pinch:

post-49133-1154647950.png

Link to comment
Share on other sites

Here are some in the old format. You could probably covert them to the new fcb format with a little effort. :p

Edit: I just realized these are for the Alunamin style, d'oh! :pinch:

Thanks you very much, I'll try to change them to Em3lent :D

@spex04: Yeah, I'm using them myself right now as well with LE5 but the collors dont match with Reluna Em3lent.

I already changed the colors to match Reluna Em3lent though.

I might just go and use the recolord one's, but the main reason I asked was because I want something new :p

Link to comment
Share on other sites

Does anyone know how I could add a space between every character in %title%? So that, for example, Creed becomes C r e e d. I can't figure out how I might be able to do that...

Link to comment
Share on other sites

Decided to do some remodeling with my config so here's what it looks like at the moment:

current%20config.JPG

I still need to find some decent status bar code and I think I should be okay for now. The rating coloumn is based on the playcount, the higher the playcount the higher the rating.

Link to comment
Share on other sites

Is there any way to make the first letter of each word capitalised using masstagger?

Link to comment
Share on other sites

Is there any way to make the first letter of each word capitalised using masstagger?

I don't know if it works with masstagger, but I use $caps2()

Link to comment
Share on other sites

Here's the code for the track-info panel:

$tab()
$if(%lyrics%,
$replace(%lyrics%,$char(10),$tab()$char(10)$tab())$tab(),
$char(10)
$char(10)$tab()No Lyrics Found In File$tab())

To get the buttons underneath, you need to make the tab a Vertical Splitter, and then add the lyrics panel, and the buttons toolbar to it, under the Layout page in the columnsui preferences.

hey spex

thanks for your reply.

just a few more questions..

erm. i cant get the buttons to be aligned to the right like those in yours..

and um. for mine when i press the buttons, they dont seem to work.

erm. is there anyway to display the artist for each track in an album that is VA?

Link to comment
Share on other sites

Is there any way to make the first letter of each word capitalised using masstagger?

As cream said, you can use $caps2() in foobar, though that does not change the tags as you are wanting. Yes you can do it with masstagger, I do it myself and it is quite simple. Following I have put together some steps to do this.

1. Select songs you want to do this to and right click in playlist --> 'Tagging' --> 'Edit Tags'

2. Under 'Actions to perform' you will place your code

2.1 Press Add button directly under text box

2.2 Select 'Format value from other fields...'

2.3 'Destination field name:' enter 'title'

2.3-note: Title is used in example though you can use any of the following depending on what you want to change: 'artist' or 'album' or 'genre' etc

2.4 Under 'Formatting pattern:' enter $caps2(%title%)

2.4-note: you can use $caps(%title%) instead of $caps2() if you want

2.5 Press OK

3. After you have all your actions to perform entered in that you want to use press 'Run' button

That should get you what you want. If you have any questions ask.

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.