I store my MP3's like this:
Genre/Artist/Year Album/Track Title.mp3
Is there a way to automatically tag the Album and Artist by pulling the file's path name apart? I need to go up a directory to get the album and go up two directories to get the artist.
Right now I am doing each album & artist by hand, but do track number and title automatically. I hope there is an easier way!
This is the best tagger I have tried so far! Thanks!!
Scott
You can use "Convert > Filename - Tag" with a string like:
%artist%\%dummy% %album%\%dummy%
or
%artist%\%year% %album%\%dummy%
if you also want to catch the year.
I have \Folder1\Folder2\Folder3\Folder4\Artist - Album
I've tried different variations of:
%dummy%%dummy%%dummy%%dummy%%artist%%album% Gets me: Album filename
%dummy%%dummy%%dummy%%dummy%%artist%%album% Gets me: Artist artist Album filename
It seems no matter what variation I try, I cannot get it right. I want Artist Artist Album Album
Could you enclose the path in accent grave (accent from top left to bottom right) - all the backslashes have vanished due to formatting.
In general: if the information for 1 tag field (e.g. ARTIST) is spread over several foldernames you have to import the data from that part of the path to a user-defined auxiliary field, e.g. TMP_ARTIST and then merge the standard tag field with the user-defined field in a second step.
So an import string could look like this: %artist%\%album%\%tmp_artist%\%tmp_album%\%dummy%
In the 4th folder I have 10-15 folders that are named Artist - Album. Trying to get Artist and Album with no luck. I am selecting one folder at a time like: Queen - Greatest Hits