Foobar2000 Customization Topic


Recommended Posts

Make friends with $caps() and $replace(). :)

$caps(%title%)					  - capitilises words in the TITLE tag
$replace(%title%,'(','[',')',']')   - replace all ()'s for []'s in TITLE tag

Obviously you'll want to change %title% to whatever tag you want to fix up.

OK, :wacko: could someone make these scripts for title,album and artist.

PLS i tried but cant do it :cry:

Link to comment
Share on other sites

OK, :wacko: could someone make these scripts for title,album and artist.

PLS i tried but cant do it :cry:

Should just be to replace %title% with %album%,%artist% seperatly. If you meant all three at the same time I think you cant do it. Think you need three separate ones. But then again, I am no code-wiz regarding this.

Link to comment
Share on other sites

Should just be to replace %title% with %album%,%artist% seperatly. If you meant all three at the same time I think you cant do it. Think you need three separate ones. But then again, I am no code-wiz regarding this.

You could actually combine all of them into one big string.

$caps($replace(%artist% - %album% - %title%,'(','[',')',']'))

pink floyd - the wall - another brick in the wall (part 2)

becomes:

Pink Floyd - The Wall - Another Brick In The Wall [Part 2]

Link to comment
Share on other sites

my foobar, tribute to mazys config back in the days befor columnsui

like it simple, if i want to look at an album cover i pick up the cd :laugh:

still rockin v083

post-79053-1141892196_thumb.jpg

Link to comment
Share on other sites

You could actually combine all of them into one big string.

$caps($replace(%artist% - %album% - %title%,'(','[',')',']'))

pink floyd - the wall - another brick in the wall (part 2)

becomes:

Pink Floyd - The Wall - Another Brick In The Wall [Part 2]

I hoped an answer from you.

But i dont know how to make this script :rolleyes:

Could you explain it (notepad save as mds file?) :wacko:

Link to comment
Share on other sites

Haven't posted one of these in a while...

brumalscreenshot1216200516wo.th.png

:whistle:

And now, a man with three buttocks...

what font are you using in your playlist there? I have looked after a font that looks like that..

Link to comment
Share on other sites

That's really nice! :w00t:

Good choice of music too :happy: Lacuna owns! :punk:

Wow, very nice!

Thanks guys. I'm totally in love with Christina Scabbia. :wub:

Link to comment
Share on other sites

Here is my current Foobar...in Irish mode

foobar2000screenshot10wc.th.jpg

Edit: IrfanViewer couldn't get the title bar for some reason. I think it's because of the glass-type effects on the WindowBlinds Skin I'm using (Arrow)

Link to comment
Share on other sites

what font are you using in your playlist there? I have looked after a font that looks like that..

Well it's not my screenshot so I can't be sure, but that looks a lot like Calibri... size 8 & bold. It's one of the new Microsoft fonts that come with the Vista betas I think.

Link to comment
Share on other sites

You could actually combine all of them into one big string.

$caps($replace(%artist% - %album% - %title%,'(','[',')',']'))

pink floyd - the wall - another brick in the wall (part 2)

becomes:

Pink Floyd - The Wall - Another Brick In The Wall [Part 2]

Need help how to use this string :rolleyes:

Link to comment
Share on other sites

tOta: Here's the way I got that particular script to work:

Playlist right-click>Tagging>Edit Tags

Under Actions to perform click "Add"... choose "Guess values from other fields"

Enter Source format:

$caps($replace(%artist% - %album% - %title%,'(','[',')',']'))

Guessing pattern:

%artist% - %album% - %title%

Don't know if there's an easier/faster way but this does work.

Link to comment
Share on other sites

tOta: Here's the way I got that particular script to work:

Playlist right-click>Tagging>Edit Tags

Under Actions to perform click "Add"... choose "Guess values from other fields"

Enter Source format:

$caps($replace(%artist% - %album% - %title%,'(','[',')',']'))

Guessing pattern:

%artist% - %album% - %title%

Don't know if there's an easier/faster way but this does work.

nop doesnt work just adds new value example,

%artist% - %album% - %title% = $caps($replace(%artist% - %album% - %title%,'(','[',')',']'))

Only thing that works is when you change only the title by code that shannon posted :)

But you can add 3 actions (artist,title,album) and it will do the work ;)

Edited by tOta
Link to comment
Share on other sites

Well it's not my screenshot so I can't be sure, but that looks a lot like Calibri... size 8 & bold. It's one of the new Microsoft fonts that come with the Vista betas I think.

Thank's, but too late, I've already figured out it was Calibri size 8 & bold :p

My fooby (much of the code is based on Brumal's config) It's 0.9 RC, so no Album Art etc.. :(

foobar200603107bh.th.jpg

and yes, I'm a newbie ;)

Edited by helig
Link to comment
Share on other sites

nop doesnt work just adds new value example,

%artist% - %album% - %title% = $caps($replace(%artist% - %album% - %title%,'(','[',')',']'))

Only thing that works is when you change only the title by code that shannon posted :)

But you can add 3 actions (artist,title,album) and it will do the work ;)

Are you sure you used "Guess values from other fields..." and not "Format value from other fields..." ?

I swear it worked for me... :) I'm at school at the moment so can't try again, but I'll double check it as soon as I get home.

Link to comment
Share on other sites

How do I add the Album art panel and album list panel below foobar2000 menu like this?

foobarsetup5ft.jpg

Anyone know what font this is? Looks like everyone is using it except me.

Thanks.

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.