I keep my mp3s in dirs like: Artist Name - Album Name
I want to copy the Album Name part of the dir into the mp3's "album" id3 tag field, but not copy the Artist Name part anywhere. How do I do this? I keep trying things but fail. 
I keep my mp3s in dirs like: Artist Name - Album Name
I want to copy the Album Name part of the dir into the mp3's "album" id3 tag field, but not copy the Artist Name part anywhere. How do I do this? I keep trying things but fail. 
Menu Convert > Filename - tag
with the format string:
%dummy% - %album%\%dummy%
Thanks! It's always so simple AFTER I see it. 