Help with simple renaming script

Can anyone help with this…

  • any tag with “feat.” gets replaced with “ft”
  • if “ft” exists in album or anywhere else its copied to title (if it doesn’t already exist there)

as you can see, just explaining that in English was a challenge!!

  • any characters not allowed in filenames (like : or ) to be removed from all tags.

eventually i’d like to rename files and folders according to tags.

Thanks.

I tried this
$set(tracknumber,$num(%tracknumber%,2))
$set(title,$replace(%title%,feat.,ft))
$set(album,$replace(%album%,feat.,ft))
$set(artist,$replace(%artist%,feat.,ft))
$set(title,$replace(%title%,:,))
$set(album,$replace(%album%,:,))
$set(artist,$replace(%artist%,:,))

so far so good :slight_smile:

I’d also like to add brackets…
title = Song (ft Someone else)
this would match all my Song (BadBoy Edit) and Song (Wild Remix)

ANy ideas?

Anybody know how to close a thread.
I’ve had a change of plan, and this whole threat is out of date now.

Again, MBPicard is frustrating in its incompleteness.

There’s no reason to force a thread closure. Just don’t post to it anymore.

1 Like

A post was split to a new topic: Looking for “feat.” script