Templates¶
Templates let you apply consistent naming, paths, tags, and attributes using placeholders.
Navigate: Tools > Templates
Template Types¶
Tag Templates¶
Create templates for adding tags using attributes
Name Templates (Rename)¶
Batch rename files using entity attributes
Example: {artist} - {title}.{file:ext} produces "Taylor Swift - Anti-Hero.mp3"
Path Templates¶
Organize files into directory structures
Example: {artist}/{album}/{track} - {title}.{file:ext}
Browse Templates¶
Preset column configurations: Visual, Audio, Default
Attribute Templates¶
Define custom templates for attributes with specialized UI interactions
Placeholders¶
| Placeholder | Description |
|---|---|
| {name} | Entity name |
| {filename} | Original filename |
| {file:ext} | File extension |
| {path} | Full file path |
| {artist} | Artist attribute |
| {album} | Album attribute |
| {title} | Title attribute |
| {genre} | Genre attribute |
| {year} | Year attribute |
| {att:name} | Custom attribute |