INTERACT FORUM
More => Old Versions => JRiver Media Center 18 for Windows => Topic started by: Flavio61 on December 14, 2012, 12:53:21 pm
-
Hi,
On my library I would like to move the contents of one field to another, but only if the first field is not empty. How can I do?
thanks
-
Select your files, and edit the tag you want changed and enter:
=if(!isempty([first field]),[first field],[second field])
where first field is replaced with the field name you want to grab from, and second field is the one you are changing.