Format Specifiers
Every keyword you can use when building a custom output file naming scheme.
Here is the full list of supported format specifiers and what data each one corresponds to. Wrap any of these in curly braces (for example, {trackTitle}) inside your custom naming scheme.
Track Metadata
{trackTitle} — Title metadata.
{trackArtist} — Track artist metadata.
{albumTitle} — Album metadata.
{albumArtist} — Album artist metadata.
{composer} — Composer metadata.
{genre} — Genre metadata.
{grouping} — Grouping metadata.
{year} — Year metadata.
{bpm} — BPM metadata.
{key} — Key metadata.
{ISRC} — ISRC metadata.
{trackNumber} — Track number metadata.
{trackTotal} — Track total metadata.
{discNumber} — Disc number metadata.
{discTotal} — Disc total metadata.
Output Encoding Settings
{outputBitrate} — Encoding bitrate in kbps.
{outputBitrateMethod} — Encoding bitrate method (CBR, VBR, or ABR).
{outputSampleRate} — Encoding sample rate in Hz.
{outputChannels} — Encoding number of channels.
{outputFileFormat} — Output file format (always MP3 in MP3 Encoder).
{outputEncoding} — Description of the output encoding.
Source File Properties
{sourceFilename} — Source file's filename.
{sourceBitrate} — Source file's bitrate.
{sourceBitrateMethod} — Source file's bitrate method (CBR, VBR, or ABR).
{sourceSampleRate} — Source file's sample rate.
{sourceChannels} — Source file's number of channels.
{sourceKind} — What type of file the source file is.
{sourceFormat} — The format of the source file.
{sourceEncodedWith} — The encoder or tool that produced the source file (e.g. "LAME 3.100").