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:

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.

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]

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:

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.

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:

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.

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

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

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.

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

    • No registered users viewing this page.