Question Is there a method I can use to obtain the album title directly from the folders in which the music files are stored? I'm looking for a way to efficiently extract this information without having to manually type it into mp3tag Mac
Please have a look at the documentation:
Thank you, I read the documentation
Import Parts of the Folder Structure to the Tag
It's also possible to import information from the directory structure of the file path where the slash character is used to mark the different folders.
For example, the information from the path
Nils Frahm/[2018] All Meldoy/09 - Momentum.mp3
can be imported using
%artist%/[%year%] %album%/%track% - %title%
Either I don’t understand, but all I’m trying to do is:
I want to extract the folder name and import it into the album column.
If you want to import only "All Meldoy" then try Convert>Filename - Tag
Format string: [%dummy%] %album%/%dummy%
Check the preview whether that works out.
If you want to get [2018] All Meldoy into ALBUM then try
Convert>Filename - Tag
Format string: %album%/%dummy%
I appreciate your help.
I want to take the folder name ZipDJ Essential-Urban Vol.7 and import it into the album column.
Then try my 2nd suggestion.
Thanks that worked. I appreciate you
How can I make it an action?
In an action try "Format tag field" for ALBUM
Format string: %_directory%
it worked! Thank you

