Can someone give use a procedure or a link to one?
Zybex has shown how to use this in a previous post, but here it is again:
Select a Name tag field in the Tag window for example a Name containing '1 - Brown Sugar'
Paste the following into the name field: =Clean([Name],6) the result will be 'Brown Sugar'
Hope this explains it.
(still reviewing after posting , darn)
To further explain see my post above about creating a Smartlist to find files that need cleaning but in this case paste the following into the 'Smartlist rules data':
[Media Type]=[Audio] [=isEqual(Clean([Name],6),[name])]=0
then as above 'Select All' files (ctrl+A) and then in the Tag window Name field paste:
=Clean([Name],6)
this will then clean all the selected files Name tag.
You could of course be blunt about it, take a Library backup, select all the files in your Library and then apply =Clean([Name],6) to the Name field to clean each and every one of the Name tags in your library.