INTERACT FORUM

More => Old Versions => JRiver Media Center 32 for Windows => Topic started by: ostybe on June 05, 2024, 12:22:51 pm

Title: combining 2 tag fields into a 3rd one.
Post by: ostybe on June 05, 2024, 12:22:51 pm
Hi,

Is there a tool to combine 2 different tagfields into a 3rd one. I can see there is a copy funktion but that works only for one field. I want to combine %year% and %Original Title% into %Title%. like "1937" and "Mark of the Vampire" ---> "#1935 - Mark of the Vampire"
Title: Re: combining 2 tag fields into a 3rd one.
Post by: Matt on June 05, 2024, 12:38:23 pm
Just edit with an equal and include the two fields.

For example:
=[Year] [Name]
Title: Re: combining 2 tag fields into a 3rd one.
Post by: zybex on June 06, 2024, 03:10:17 am
Or if you want it exactly like your example:
=#[Year] - [Original Title]

You can also [re]create the Title field so that it's a Calculated field with that same expression (without the = sign). Then it automatically fills-in and picks up any change you make to the Year or Original Title.
Title: Re: combining 2 tag fields into a 3rd one.
Post by: ostybe on June 08, 2024, 02:33:28 am
Thank u2. Both works well.  :D