I use a somewhat complicated Rename script for my library...
Base Path - E:\
Rule - media\If(IsEqual([Media Type],Audio),If(IsEqual([Album Artist (auto)],/(Multiple Artists/)),audio\Various\[Date] - [Album] If(IsEmpty([Disc #], 1), , (disc [Disc #]/)),audio\Left([Artist],1)\[Artist]\[Date] - [Album] If(IsEmpty([Disc #], 1), , (disc [Disc #]/))),If(IsEqual([Media Type],Video), video\If(IsEqual([Media Sub Type], Adult), adult\Left([Name],1), If(IsEqual([Media Sub Type], Movie), movies\Left([Name],1)\[Name], If(IsEqual([Media Sub Type], TV Show), If(IsEqual([Genre], Sports),sports,television\[Series]\season [Season]), If(IsEqual([Media Sub Type], Music Video), music\[Artist], uncategorized)))),uncategorized))
The thing is, my library is growing so large that I now want to store my audio and video on separate drives. I would prefer not to use presets and instead to just program the drive prefix into the rule, but I have so far been unsuccessful in doing so. The colon always gets converted to an underscore, and having the Base Path empty results in the path being processed as relative to the current folder. Has anyone had success in doing something like this? Any pointers would be helpful.