INTERACT FORUM

More => Old Versions => JRiver Media Center 20 for Mac => Topic started by: bMinor on January 11, 2015, 11:26:55 am

Title: batch removing x-amount of characters from a song title
Post by: bMinor on January 11, 2015, 11:26:55 am
is there a way to batch remove an x-amount of characters from a song title (name)?
example: 3 characters from the front (or back) incl. blank spaces

maybe the option is already there and i’m just not seeing it?

would be handy if it was.

under ’clean file properties’ would be a good place for this.
Title: Re: batch removing x-amount of characters from a song title
Post by: Matt on January 12, 2015, 09:28:35 am
Edit and type:
=RemoveLeft([Name], 3)

or
=RemoveRight([Name], 5)
Title: Re: batch removing x-amount of characters from a song title
Post by: bMinor on January 12, 2015, 03:12:55 pm
Edit and type:
=RemoveLeft([Name], 3)

or
=RemoveRight([Name], 5)

just what the dr ordered...

THANKS!