I can't thank you both enough for your help. I am going to read that regex document to get a better understanding. Great info. I did some Perl programming about 15 years ago, but life and kids etc seem to have pushed that all that stuff out of my brain
blgentry. The metadata is usually not correct. I need the file name to be correct first, then use the "rename files from filenames" function to correctly populate the artist, album etc info.
Got it working with the =regex(Filename(),/#(- )*(.+)#/,2,0) line in auto import.
As for the rename,move and copy tool. This is something I wanted to have automated... But on that note, that function did not work for what I was trying to do. I had
Replace what: \ -
Replace with: \
For some reason, this does not work. or could I have used a regex expression there?
And just in case anyone was wondering why filenames are all over the place...I had about 7,000 old cd's that I finally wanted to rip. I hired a bunch of kids to do it for me, and they all ripped with different naming conventions.
Thanks again