Foobar2000 Customization Topic


Recommended Posts

yeah toaster doesnt work with the newest v0.9 RC

Well, not a lot does..

You're gonna have to wait till it goes final.... or use 0.8.3 for now.. :p

Link to comment
Share on other sites

nice primie.uk, gj! (Y)

Thanku, wouldn't of done withouy your column config, i'm useless with them things :D

Link to comment
Share on other sites

Could someone help me out with tagging scripts? I'm looking for scripts to do two relatively simple things:

- Change the first letter of each word into uppercase, keeping the rest lowercase, in all available fields or a specified field (whichever one is easier to implement is fine).

- Convert "(" and ")" to "[" and "]" in all fields (without the quotes of course).

I'm sure this would be a piece of cake for some of you... thanks in advance for any help!

Link to comment
Share on other sites

Stick the ColumnsUI.dll in C:\Program Files\foobar2000\components.

Restart Foobar.

Go Foobar, Preferences, Display, Columns UI, Other, Import, select the FCS file.

Restart Foobar.

Should be done. Hope this Helps.

Dan

Edit: Forgot to mention, don't forget to change the User Interface Module to Columns UI in the Display tab bit.

Link to comment
Share on other sites

Didn't change :@

ERROR (foo_ui_columns) : Failed to load libpng. Ensure you have libpng12.dll and zlib1.dll present in an appropriate location.

INFO (CORE) : startup time: 94 ms

Link to comment
Share on other sites

Could someone help me out with tagging scripts? I'm looking for scripts to do two relatively simple things:

- Change the first letter of each word into uppercase, keeping the rest lowercase, in all available fields or a specified field (whichever one is easier to implement is fine).

- Convert "(" and ")" to "[" and "]" in all fields (without the quotes of course).

I'm sure this would be a piece of cake for some of you... thanks in advance for any help!

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.

Link to comment
Share on other sites

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.

Thanks, works like a charm!

Link to comment
Share on other sites

.. *waits for awnser* error's are annoying..

Try waiting more than 45mins for an answer, and try as acedriver said to remove one of the copies of the file.
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.