ok, another question:
is there a script that automatically creates the folder for artist & albums in some root directory?
(kinda iTunes Music Library)
2Pacalypse
Jan 4 2007, 08:51
let says you select an album in the playlist. Right click file operations > move rename ...
under output file name format: either create a new one or edit one along the lines of (backslash mean folders):
%artist%\%album%\%tracknumber% - %title%
you could then set the output dir as your root folder eg C:\Music which would then put
C:\Music\artists name\album\tracks
hope that makes sense