I just started sorting my music like this when I transfer to a portable so that Artists that start with A will go into a folder called A (like Alice in Chains) and artist that start with B will go into a folder called B etc. But I noticed that albums with various artists are also alphabetized that way too, like sound tracks, instead of staying together. Here is what I currently use:
\Music\<Artist@1>\<Album Artist>\<Album> $if(<Year>,[<Year>],)\$if(<Track#>,<Track#:2>. ,<Album Artist> - )<Title>
The way I setup albums with various artists is I have the Album tag titled whatever the soundtrack is, for example 'The Matrix', then for Album Artist tag is titled 'Various Artists' for any album that has various artists and then the actual artist in the 'Artist' tag.
Is there a way that I can set it up so that anything that I tagged 'Various Artists' in the 'Album Artist' tag goes into the 'V' folder and then a sub folder called 'Various Artists'? So it's basically like this: Music\V\Various Artists\<Album>\
Thanks to anyone that can help me.
Albums with Various Artists aren't staying together
Moderator: Gurus
-
- Posts: 31
- Joined: Thu Sep 20, 2007 12:28 am
-
- Posts: 23640
- Joined: Wed Aug 09, 2006 10:20 am
- Location: NJ, USA
- Contact:
Re: Albums with Various Artists aren't staying together
Why don't you just do this then:
\Music\<Album Artist@1>\<Album Artist>\<Album> $if(<Year>,[<Year>],)\$if(<Track#>,<Track#:2>. ,<Album Artist> - )<Title>
\Music\<Album Artist@1>\<Album Artist>\<Album> $if(<Year>,[<Year>],)\$if(<Track#>,<Track#:2>. ,<Album Artist> - )<Title>
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.
-
- Posts: 31
- Joined: Thu Sep 20, 2007 12:28 am
Re: Albums with Various Artists aren't staying together
Hmmm, good call. Maybe I'll give that a try and see if it works.