# Organise Music and retain m3u, nfo, sfv files etc

**URL:** https://community.mp3tag.de/t/organise-music-and-retain-m3u-nfo-sfv-files-etc/11356
**Category:** Support
**Created:** [December 29, 2010, 11:19am UTC](https://community.mp3tag.de/t/organise-music-and-retain-m3u-nfo-sfv-files-etc/11356 "2010-12-29T11:19:02Z")
**Posts on this page:** 1
**Showing post:** 5

<div class="post-metadata">

### Author: ![pone](https://community.mp3tag.de/user_avatar/community.mp3tag.de/pone/32/272_2.png) [@pone](https://community.mp3tag.de/u/pone)
#### Post date: [December 29, 2010, 12:50pm UTC](https://community.mp3tag.de/t/organise-music-and-retain-m3u-nfo-sfv-files-etc/11356/5 "2010-12-29T12:50:54Z")

</div>

> [@av1277](#):
>
> If I have a VA album, the folder name starts with e.g. "VA-"
> 
> where there are multiple artist names in the compilation tracks, mp3tag uses the first artist name and puts the compilation in there.
> 
> Is it possible to make an exception rule so that all folders beginning "VA-" are put into genre/VA/foldername? assuming of course that the genre is the same for all files.

For that reason most people use the tag field ALBUMARTIST with the value Various or VA for compilations. Another option would be to have a field called COMPILATION with the value 1 for compilation and 0 or nothing for regular artist albums (itunes does so). The first method has the advantage that you can also use artist names for dj-sets, cover albums or simmilar things.

you can use:  
%genre%\%albumartist%\%\_directory%  
if all your album have an ALBUMARTIST field.  
or:  
%genre%$if2(%albumartist%,%artist%)\%\_directory%  
if only the compilations have an ALBUMARTIST field.  
or:  
%genre%$if($eql(%compilation%,1),VA,%artist%)\%\_directory%  
if you don't want to use an ALBUMARTIST and want to use the iTunes typical compilation marker instead.

EDIT:  
i've read you request again, and this is also possible.  
"exception rule so that all folders beginning "VA-" are put into genre/VA/foldername":  
%genre%$if($eql($left(%\_directory%,3),VA-),VA,%artist%)\%\_directory%  
this is only based on the first three characters of the foldername without a need to add new tag fields.

---

_[View the full topic](https://community.mp3tag.de/t/organise-music-and-retain-m3u-nfo-sfv-files-etc/11356)._
