Any chance of reviving Markos request??
http://yabb.jriver.com/interact/index.php?topic=32819.0
I didn't know you couldn't do it before I created my own little system of doing it & it doesn't work?
I created two customs fields
[Drive] - This is where I could enter a desired drive letter for media
[Drive.calc] - if(isempty([Drive]),left([filename],3),[Drive]:\)
The reason I want this is because my media is organised across multiple drives
Take video for instance I have
C:\Users\HOME\Videos
D:\Users\HOME\Videos
E:\Users\HOME\Videos
X:\Users\HOME\Videos
Z:\Users\HOME\Videos
The file naming rules for video are
DirectoriesBase Path - [!Drive.calc]Users\Home\Videos\
Rule - if(isempty([Media Sub Type]),\~Error,\[Media Sub Type])if(isequal([Series],unknown,8),,\[Series])if(isequal([Season],unknown,8),,\[Season])if(isequal([Media Sub Type],movie,8),\[Name],)if(isequal([Disc #],unknown,8),,\[Disc #] - )
Filename - if(isequal([Episode],unknown,8),,\[Episode] - )[Name]
When updating tags, it and moving file it means that if I want to move certain media to another drive I would just enter the desired drive letter in my [Drive] field and then use the rename, move & copy tool. It also means that when I am changing tags to many files I can use the rename, move & copy tool on all media to move all files into their appropriate directory, and file name without worrying bout moving media to the wrong drive, because if [Drive] is empty the files will just stay on the same drive.
Thanks for the consideration