INTERACT FORUM

More => Old Versions => JRiver Media Center 18 for Windows => Topic started by: music85 on August 02, 2013, 07:11:39 am

Title: Flip Flop Artist Last Name & First Name
Post by: music85 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
Title: Re: Flip Flop Artist Last Name & First Name
Post by: MrC on August 02, 2013, 12:35:46 pm
http://yabb.jriver.com/interact/index.php?topic=69678.msg469474#msg469474 (http://yabb.jriver.com/interact/index.php?topic=69678.msg469474#msg469474)
Title: Re: Flip Flop Artist Last Name & First Name
Post by: music85 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,
Title: Re: Flip Flop Artist Last Name & First Name
Post by: MrC 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])
Title: Re: Flip Flop Artist Last Name & First Name
Post by: music85 on August 07, 2013, 09:11:46 pm

Sorry, I lost you here.  I am unable to edit the Tag Window.
Title: Re: Flip Flop Artist Last Name & First Name
Post by: MrC 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.