INTERACT FORUM

Please login or register.

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

Author Topic: Flip Flop Artist Last Name & First Name  (Read 16026 times)

music85

  • Recent member
  • *
  • Posts: 21
Flip Flop Artist Last Name & First Name
« on: August 02, 2013, 07:11:39 am »


Hello,

I am currently working with a batch of MP4 Karaoke songs and I loaded them in MC. Problem, the Artist name shows as, example ->  Jackson, Michael  .  Under "Fill Properties From File Name", what modifier rule would I follow to change it to Michael Jackson , basically flip flop last & first name AND taking out the comma.

thanks for all your help
Logged

MrC

  • Citizen of the Universe
  • *****
  • Posts: 10462
  • Your life is short. Give me your money.
Logged
The opinions I express represent my own folly.

music85

  • Recent member
  • *
  • Posts: 21
Re: Flip Flop Artist Last Name & First Name
« Reply #2 on: August 02, 2013, 06:23:59 pm »

MrC


Is there a way to do it under"Artist" without relying on Expression.  I would like it to rename the file too.

Thanks,
Logged

MrC

  • Citizen of the Universe
  • *****
  • Posts: 10462
  • Your life is short. Give me your money.
Re: Flip Flop Artist Last Name & First Name
« Reply #3 on: August 02, 2013, 06:40:25 pm »

You can use an expression to take the current value in Artist, and have it move the first name from the end and place it at the beginning.  Select one of your albums to test, and edit the Artist value in the Tag Action Window and add the value:

=if(regex([Artist], /#(.+),[ ]*(.+)#/), [R2] [R1], [Artist])
Logged
The opinions I express represent my own folly.

music85

  • Recent member
  • *
  • Posts: 21
Re: Flip Flop Artist Last Name & First Name
« Reply #4 on: August 07, 2013, 09:11:46 pm »


Sorry, I lost you here.  I am unable to edit the Tag Window.
Logged

MrC

  • Citizen of the Universe
  • *****
  • Posts: 10462
  • Your life is short. Give me your money.
Re: Flip Flop Artist Last Name & First Name
« Reply #5 on: August 07, 2013, 09:25:19 pm »

Go to the Tag Action Window.  Click to the right of the Artist field label.  This is where you edit.  Paste the expression above.
Logged
The opinions I express represent my own folly.
Pages: [1]   Go Up