Ah, you meant in the tracklisting. I was looking in the main menu... So, how do I go about changing the names there? I don't really understand what it does, and I don't want to apply something that might ** up my entire library... But, maybe it is easier to just rename the folders before adding it to my library directory... thing is I have 15.000 tracks that iTunes has renamed Artist\Album\[tracknumber] [trackname] - and I kind of like to have a little order on my harddrive, even if you don't really see it very often... I usually add an album at a time, so maybe I might as well just rename the folders and let the track titles be the way they are instead of fiddling with that in JRiver.
Well, this is what I do for music videos which obviously don't have embedded metadata.
I have pre-created my folder structure and name the video files accordingly when creating them and I put them in the relevant place. I then run Auto Import manually (I don't set Auto Import running automatically because I've had problems in the past when copying large movies into the watched folders - MC soemtimes picks them up before they're fully there and it ends up marking them as Bad).
My folder/file structure is:
\\NAS\Media Files\Video\Music\Promo Videos\[A-Z]\[SortArtist]~[Artist]\[Track #]~[Name]~[Genre]~[Year].[ext]
I have rules in the Auto Import that populate the library tags according the folder and filename, for example:
Artist: Regex(FileFolder(),/#.*~(.*)#/,1)
SortArtist: Regex(FileFolder(),/#(.*)~.*#/,1)
Name: Regex(Filename(,0),/#.*~(.*)~.*~.*#/,1)
Date (year): Regex(Filename(,0),/#.*~.*~.*~(.*)#/,1)
Also a few literals such as:
Media Sub Type: Music Video
Grouping: Promo Videos
I'm afraid these regular expressions are scary but they are extremely powerful!
Anyway, provided I've named the files correctly AND have put them in the right folder then this is all I need to do to correctly tag them.
From what I understand, you have .wav files that are already named correctly but are not in the right place? So you basically have a general import directory into which everything goes and then you want to auto-move them to a folder structure? I didn't quite know how to interpret your comment "iTunes handled that neatly by basing it off of the folder names (or rather creating the folder names when changing the name in the program)".
If they're already in the right place, under correct folders and with filenames where the metadata can be derived, then just set up auto-import rules as I've done. Or, if they've already been imported, use Fill Properties From Filename as described in a post above.
If however they are correctly named (with all relevant metadata) but not in the right place, then use Rename/Move/Copy to move then to a folder based on the metadata. For example, if they're currently in D:\ImportDirectory then you need to find and replace "ImportDirectory" with "[AlbumArtist]/[Album]" in the directory, and name the files "[Track #] - [Name].wav", or something along those lines.
If the tags can not be derived from the folder and filenames then you've really got no optiuon but to tag them manually after importing - THEN you can use Rename/Move/Copy to move them to the right place.
Does any of that help?