Tags Use in Winamp Advanced Title Formatting (ATF)


%length%: Returns length of the track in miliseconds. For a formatted track length, use
$div(%length%,60000):$num($div($mod(%length%,60000),1000),2)

%type%: Returns 1 for video, 0 for audio. Winamp 5.2+ Only.

%vbr%: Returns 1 for VBR(Variable Bitrate) audio, 0 for CBR(Constant Bitrate) audio.

%category%: Returns the Category field. Winamp 5.55+ Only.
Provided by input plugin

The fields listed below may not work for all file formats.

%trackartist%: Returns the Track Artist field (equivalent to Artist), if different to Album Artist. Winamp 5.3+ Only.

%mood%: Returns the Mood field. Winamp 5.3+ Only.

%bpm%: Returns the BPM (Beats Per Minute), if data/field exists. Winamp 5.3+ Only.

%key%: Returns the Key field (eg. E Minor), if it exists. Winamp 5.3+ Only.

%lyricist%: Returns the Lyricist field. Winamp 5.3+ Only.

%conductor%: Returns the Conductor field. Winamp 5.3+ Only.