hello,
Is there a way to have Media Monkey Gold auto tag files based on folder name?
I have music divided into 7 broad catagories directories, then a folder for each artist with in these 7 folders.
Inside each artist folder there is a folder for each album.
So, it would update the Artist field of each file to reflect the artist folder it was in. And it would be cool if it could update the album field based on the album folder name.
Thanks.
Auto-Tag using folder name?
Moderator: Gurus
Re: Auto-Tag using folder name?
Sure, use auto-tag from filename mask:
<genre>\<artist>\<album>\etc etc
you can also use <skip> to ignore particular sections
the help file should have alot more detail on file masks
<genre>\<artist>\<album>\etc etc
you can also use <skip> to ignore particular sections
the help file should have alot more detail on file masks
New script:
Last.FM Node Now with DJ Mode!
Last.fm + MediaMonkey = Scrobbler DJ!
Tag with MusicBrainz ~ Get Album Art!
Tweak the Monkey! ~ My Scripts Page

Last.fm + MediaMonkey = Scrobbler DJ!
Tag with MusicBrainz ~ Get Album Art!
Tweak the Monkey! ~ My Scripts Page

-
elmerbumpkin
- Posts: 83
- Joined: Wed Jul 30, 2008 3:59 pm
Re: Auto-Tag using folder name?
maybe I'm missing something here.
I am selecting a bunch of files from the 'Files to Edit' node.
The FilePATH shows:
[VAULT01]\Country, Bluegrass & Twang\Artist\Album\etc...
When I try and autotag from filename, it won't work since all the files are not named consistently.
I want to apply tags based on the file PATH, not the fileNAME, is that doable?
Thanks for the help.
I am selecting a bunch of files from the 'Files to Edit' node.
The FilePATH shows:
[VAULT01]\Country, Bluegrass & Twang\Artist\Album\etc...
When I try and autotag from filename, it won't work since all the files are not named consistently.
I want to apply tags based on the file PATH, not the fileNAME, is that doable?
Thanks for the help.
-
nohitter151
- Posts: 23640
- Joined: Wed Aug 09, 2006 10:20 am
- Location: NJ, USA
- Contact:
Re: Auto-Tag using folder name?
You have to select an appropriate mask to incorporate the data into the tags.elmerbumpkin wrote:maybe I'm missing something here.
I am selecting a bunch of files from the 'Files to Edit' node.
The FilePATH shows:
[VAULT01]\Country, Bluegrass & Twang\Artist\Album\etc...
When I try and autotag from filename, it won't work since all the files are not named consistently.
I want to apply tags based on the file PATH, not the fileNAME, is that doable?
Thanks for the help.
For example:
[VAULT01]\Country, Bluegrass & Twang\Artist\Album\etc...
could be
<skip>\<Genre>\<Artist>\<Album>\etc...
MediaMonkey user since 2006
Need help? Got a suggestion? Can't find something?
Please no PMs in reply to a post. Just reply in the thread.
Need help? Got a suggestion? Can't find something?
Please no PMs in reply to a post. Just reply in the thread.
-
elmerbumpkin
- Posts: 83
- Joined: Wed Jul 30, 2008 3:59 pm
Re: Auto-Tag using folder name?
thanks for the reply.
I did pretty much what you typed, but it was still referring to the filename it seemed. The previews that showed up as I typed that mask in never reflected the folder structure, just the info gleened from the filename.
I did pretty much what you typed, but it was still referring to the filename it seemed. The previews that showed up as I typed that mask in never reflected the folder structure, just the info gleened from the filename.
Re: Auto-Tag using folder name?
Then give us a complete filepath (including filename) to see what mask you need. Also make sure you used \ not /.
Download MediaMonkey ♪ License ♪ Knowledge Base ♪ MediaMonkey for Windows 2024 Help ♪ MediaMonkey for Android Help
Lowlander (MediaMonkey user since 2003)
Lowlander (MediaMonkey user since 2003)
-
elmerbumpkin
- Posts: 83
- Joined: Wed Jul 30, 2008 3:59 pm
Re: Auto-Tag using folder name?
like this:
[VAULT_01]\_Pop & Rock\Latin Playboys\Latin Playboys - 03.28.1999 - SF, CA\02 - Ten Believers.mp3
which represents: [currently unattached external drive]\Genre\Artist\Album\filename
[VAULT_01]\_Pop & Rock\Latin Playboys\Latin Playboys - 03.28.1999 - SF, CA\02 - Ten Believers.mp3
which represents: [currently unattached external drive]\Genre\Artist\Album\filename
Re: Auto-Tag using folder name?
<skip>\<Genre>\<Artist>\<Album>\<skip>
should do the trick for that particular file. Just remember that whenever the folder structure is different it won't work.
should do the trick for that particular file. Just remember that whenever the folder structure is different it won't work.
Download MediaMonkey ♪ License ♪ Knowledge Base ♪ MediaMonkey for Windows 2024 Help ♪ MediaMonkey for Android Help
Lowlander (MediaMonkey user since 2003)
Lowlander (MediaMonkey user since 2003)
-
brooklynspo
- Posts: 46
- Joined: Wed Jan 23, 2008 5:11 pm
Re: Auto-Tag using folder name?
Wow, this is a very cool tip. Only wish I had known this before. Thanks!
Re: Auto-Tag using folder name?
you shouldn't even need the last skipLowlander wrote:<skip>\<Genre>\<Artist>\<Album>\<skip>
should do the trick for that particular file. Just remember that whenever the folder structure is different it won't work.
Code: Select all
<skip>\<Genre>\<Artist>\<Album>\New script:
Last.FM Node Now with DJ Mode!
Last.fm + MediaMonkey = Scrobbler DJ!
Tag with MusicBrainz ~ Get Album Art!
Tweak the Monkey! ~ My Scripts Page

Last.fm + MediaMonkey = Scrobbler DJ!
Tag with MusicBrainz ~ Get Album Art!
Tweak the Monkey! ~ My Scripts Page

Re: Auto-Tag using folder name?
Yes. Its not everything that is obvious for a new user. The MM is getting better as you go along, and learn more of its capabilities.brooklynspo wrote:Wow, this is a very cool tip. Only wish I had known this before. Thanks!
Remember, when you are using masks, experiment with using symbols and spaces between tags to get the result you want.
For instance, in the above mentioned example you should use the \<Track#> - <Title> to get the track number and title.
if you don't use the " - " you will not get the result you want.