AlbatorV, thanks for your time!
look i have a question, it relates back to this post you made Rename parent folder from selected file metadata
you wanted to rename the parent folder based on the audio tags. well, i want to just create a folder, based on audio tags...
i try this code:
CreateFolder "New Folder"
Select *.mp3
@dirsonly
Rename FILEINFO TO "{mp3artist} - {mp3album} - Album Art"
but it's creating a folder that looks like this- it's as though it's trying to do it, but it can't get the tag information to name the folder with:
any thoughts are appreciated, getting this right would save me alot of time, as i have alot of audio to sort out.
maybe, Rename FILEINFO doesnt work for folders? if thats true, would there be a corresponding command for folders?
thanks!