INTERACT FORUM

More => Old Versions => JRiver Media Center 30 for Windows => Topic started by: baldo on January 24, 2024, 10:02:06 am

Title: How to copy [Name] Field into blank Album field
Post by: baldo on January 24, 2024, 10:02:06 am
I have a load of tracks that are shown as blank for Album and I would like to use the values shown in Name for this.

What is the code that I would need to use to copy these over in bulk.

i assume that it is something similar to:

replace([Artist], / &/ , ;/ )

or is it something like [Album] = [Name]. 

Just need to know the exact syntax.

Many thanks
Title: Re: How to copy [Name[ Field into blank Album field
Post by: Matt on January 24, 2024, 10:07:20 am
Edit the album field and enter =[Name].
Title: Re: How to copy [Name[ Field into blank Album field
Post by: marko on January 24, 2024, 10:50:23 am
Edit the album field and enter [Name].
Enter =[Name]

?
Title: Re: How to copy [Name[ Field into blank Album field
Post by: Matt on January 24, 2024, 10:56:53 am
Thanks!  I fixed my goof :o
Title: Re: How to copy [Name[ Field into blank Album field
Post by: Richard Martin on January 24, 2024, 10:58:48 am
Select the tracks concerned then in the tags panel find the Album field and type =[name] then press Enter
Title: Re: How to copy [Name] Field into blank Album field
Post by: baldo on January 24, 2024, 11:50:54 am
=[Name]

worked a charm. Thanks again.