INTERACT FORUM
More => Old Versions => JRiver Media Center 32 for Windows => Topic started 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"
-
Just edit with an equal and include the two fields.
For example:
=[Year] [Name]
-
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.
-
Thank u2. Both works well. :D