INTERACT FORUM

More => Old Versions => JRiver Media Center 18 for Windows => Topic started by: Ferdi on August 31, 2013, 02:55:31 pm

Title: Library Clean Up: [NAME] has Arist and Song Title. How to separate?
Post by: Ferdi on August 31, 2013, 02:55:31 pm
Hi,

I am cleaning up my library, and find a number of albums that are tagged wrongly: the [name] field contains both the artist's name and the song title, divided by a slash. Example: "Horace Silver / Psychedelic Sally".

Some of these albums aren't identified by MusicBrainz Picard (which usually helps with these cases).

Is there anyway with the MC scripting language to clean this up?

thanks!
Title: Re: Library Clean Up: [NAME] has Arist and Song Title. How to separate?
Post by: rjm on August 31, 2013, 03:38:44 pm
Probably many methods to achieve this. My preferred method is to use the filename as a scratch pad.

1) Rename filename as [Name]
2) Fill properties from filename as [Artist] _ [Name]
3) Rename filename using whatever file naming standard you prefer
Title: Re: Library Clean Up: [NAME] has Arist and Song Title. How to separate?
Post by: Ferdi on August 31, 2013, 05:27:49 pm
Brilliant - never thought of that avenue to fix tagging! Thanks!