Enclose variables in < and >.
Separate directories with forward slash / NOT backslash.
File extension is added automatically.
Album artist without spaces
Album artist spaces replaced by underscores
Album artist spaces replaced by hyphens
Album name without spaces
Album name spaces replaced by underscores
Album name spaces replaced by hyphens
Disc number, with no leading zeros. Optionally add "n" modifiers to dictate minimum length of disc number, e.g. for 01, 02, 10 etc
Genre spaces replaced by underscores
Genre spaces replaced by hyphens
Groups values by their first character into groups of the specified size. E.g. <group:album_artist,1> will create groups for A, B, C etc., or <group:album_artist,3> will create ABC, DEF etc.
Track name without spaces
Track name spaces replaced by underscores
Track name spaces replaced by hyphens
Track artist without spaces
Track artist spaces replaced by underscores
Track artist spaces replaced by hyphens
Track number, with no leading zeros. Optionally add "n" modifiers to dictate minimum length of tracknumber, e.g. <tracknumber:nn> for 01, 02, 10 etc or <tracknumber:auto> to use the highest track number in album.
A raw field to use in the tag. Requires a parameter denoting the name of the field, e.g. <tag_field:record_label> would insert the record label. Fields that require it can be further qualified with an additional colon, e.g. <tag_field:COMMENT:iTunNORM>
Uses the subsequent token if the preceeding token evaluates to a string
Placed either side of a group of tokens, treats them as if they are one
Examples
<album_artist>/albums/<album_name>/<tracknumber>-<track_name>
- Stores all albums for each artist in a folder named albums. Uses underscores between words.
<album_artist>/<album_name>/<discnumber>?|Disk <discnumber>/|<tracknumber>-<track_name>
- If the <discnumber> is set, create a folder for it, prefixing "Disk "
<album_artist>_<album name>_<tracknumber>-<track name>
- Stores all tracks in the entire music library in the root. Uses spaces between words.
<group:album_artist,3>/<album_artist>/<album name>/<tracknumber>-<track name>
- Groups artists by ABC, DEF, then artists, albums and finally tracks.
bobs_music/<album_artist>_<album name>_<tracknumber>-<track name>
- Same as before, but expects and stores all music under a bobs_music folder
ooops
- Renames all files to "ooops" (not recommended!)