Hi,
Just a smal question about a great product.
Is it possible to use a batch mode.
I want to fill the tags with the information out of my file names and AFTER that move them to the right location,
I know how to get the info and how to move the files, but there is one problem.
I now want to do it on every file in my dir (700+ GB so that will take a while)
This is how my dir looks like
files
artist\files
artist\album\files
artist\album\discnumber\files
artist\unknown\files
unknow\files
unknow\album\files
To fill the tags of the last two, I tried:
%artist%\%album%[\CD%discnumber%]\%track% - %title%
but discnumber is not set for files that are located in album\cd1\
I can sort on file depth, but it would be nice if I could do it all at once (including the movement of files not yet in the right dir)
At the end it must be sorted like (| means .. or unknown if not available)
artist|unknown\album|unknown\file
anyone any idea?
Thanks