SO, what i am trying to figure out is this
i want to rename my files based on the edited tags and move them to their new folder which in my case is d:\music
example:
I have an album from bing crosby for christmas
i have fixed the album tags and got the cover, etc
what i want to happen is this
step 1
rename the files (i have this part)
$NUM(%track%,2) - %title% W (%CONTRIBUTING ARTIST%)
step 2
move the renamed files to a new absolute directory based on the tag(s)
the album is %ALBUM% THAT CHRISTMAS FEELING
the year is %YEAR% 1958
what i am wanting to do, is then move the renamed files/folders to
D:\music\%ARTIST%\%ALBUM% %YEAR%\
or
D:\music\BING CROSBY\THAT CHRISTMAS FEELING 1958\
i would prefer a separate task/job to move the files/folders
is this even possible?
thank you