INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: batch removing x-amount of characters from a song title  (Read 1092 times)

bMinor

  • World Citizen
  • ***
  • Posts: 158
batch removing x-amount of characters from a song title
« 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.
Logged

Matt

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 41942
  • Shoes gone again!
Re: batch removing x-amount of characters from a song title
« Reply #1 on: January 12, 2015, 09:28:35 am »

Edit and type:
=RemoveLeft([Name], 3)

or
=RemoveRight([Name], 5)
Logged
Matt Ashland, JRiver Media Center

bMinor

  • World Citizen
  • ***
  • Posts: 158
Re: batch removing x-amount of characters from a song title
« Reply #2 on: January 12, 2015, 03:12:55 pm »

Edit and type:
=RemoveLeft([Name], 3)

or
=RemoveRight([Name], 5)

just what the dr ordered...

THANKS!
Logged
Pages: [1]   Go Up