INTERACT FORUM

Please login or register.

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

Author Topic: remove "quotes" around Name - help please  (Read 90 times)

MusicBringer

  • Galactic Citizen
  • ****
  • Posts: 434
  • MC33.0.30 x64bit
remove "quotes" around Name - help please
« on: Today at 06:42:10 am »

Hello chaps,
I wish to remove "quotes" from either end of the Name field.
For example "He's Fine, And We're Fine, Too"
I cannot see it listed on the Clean File Properties function.
Thank you,
Logged
Caesar adsum jam forte. Brutus aderat. Caesar sic in omnibus. Brutus sic inat.

BryanC

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 2652
Re: remove "quotes" around Name - help please
« Reply #1 on: Today at 08:10:32 am »

https://wiki.jriver.com/index.php/String_Manipulation_Functions#RemoveCharacters

Highlight all of the files and then in the tag editor you can set the name field to something like this:

Code: [Select]
=removecharacters([Name], /", 3)
You may want to try it on a subset first, I don't have anything to test it on but I think that the quote will need to be escaped like that.
Logged

MusicBringer

  • Galactic Citizen
  • ****
  • Posts: 434
  • MC33.0.30 x64bit
Re: remove "quotes" around Name - help please
« Reply #2 on: Today at 08:38:33 am »

That's just what I wanted.
It worked a treat.
...although it worked on some immediately, I found that a few " quote characters differed in being open and closed quote characters.
But I persuaded your code to work on them too.
@BryanC, Thank you so much...for helping me yet again 😊
Logged
Caesar adsum jam forte. Brutus aderat. Caesar sic in omnibus. Brutus sic inat.
Pages: [1]   Go Up