A field placeholder is a field name enclosed in percent signs, for example %artist%.
Field remappings:
Metadata |
%title% |
Title of the track. |
%artist% |
Name of the artist of the track. |
%album% |
Name of the album specified track belongs to. |
%albumartist% |
Name of the artist of the album specified track belongs to. |
%track% |
Index of specified track within the album. |
%totaltracks% |
Total number of tracks within the album. |
%disc% |
Index of disc specified track belongs to, within the album. |
%totaldiscs% |
Total number of discs within the album. |
%year% |
Release date of the track. |
%genre% |
Genre of the album. |
%comment% |
Comments for specified track. |
%composer% |
Returns the name of the music composer. |
%bpm% |
Returns the beats per minute of the track. |
%publisher% |
Returns the name of the company that published the content. |
%contentgroup% |
Returns a description of the content group. (Grouping field) |
%encodedby% |
Returns the name of the person or software that encoded the track. |
%copyright% |
Returns a copyright message for the track. |
%origartist% |
Returns the name of the artist who originally produced the content. |
%www% |
Returns the address of a Web site. |
%conductor% |
Returns the name of the conductor. |
%isrc% |
Returns the international standard recording code (ISRC). |
%remixedby% |
Returns the name of a person or group that modified the track. |
%subtitle% |
Returns the subtitle of the track. |
%lyricist% |
Returns the name of the writer who wrote the words of the track. |
Special |
%_hascover% |
Returns the 'cover' if file has embedded art. |
%_nl% |
Line break symbol. |
%_counter% |
Counter from 1 to number of affected files. |
%_index% |
Unique index of file in list. |
Technical information |
%_bitrate% |
Bitrate of the track in kbit/s. |
%_channels% |
Number of channels in the track (mono/stereo/etc). Returns the number of channels in text form; returns "mono" and "stereo" instead of "1" and "2". |
%_codec% |
Codec name. |
%_codec_profile% |
Returns a information about encoder (i.e. aoTuV b5 20061024 (based on Xiph.Org's libVorbis)). |
%_filesize% |
Returns the filesize formatted as Kilo or Mega bytes. |
%_filesize_bytes% |
Returns the filesize in bytes. |
%_filedate% |
Returns the date and time of file modification. |
%_filedate_rfc% |
Returns the date and time of file modification in RFC822 format. |
%_length% |
Returns the length of the track formatted as hours, minutes, and seconds. |
%_length_sec% |
Returns the length of the track in seconds. |
%_samplerate% |
Samplerate of the track in Hz. |
%_tagtype% |
List of tag types in the file. |
Filenames |
%filename% |
File name without extension. |
%fileext% |
File extension. |
%filenameext% |
File name with extension. |
%filepath% |
Full path to file. |
%fullfilenameext% |
Full file name with path and extension. |
%foldername% |
Name of folder wich contain file. |
%foldername2% |
Name of two levels up folder wich contain file. |
%foldername3% |
Name of three levels up folder wich contain file. |
%workpath% |
Current working path. |
Evaluates the expression between [ and ]. If it has the truth value true, its string value and the truth value true are returned. Otherwise an empty string and false are returned.
Example: [%artist%] returns the value of the artist tag, if it exists. Otherwise it returns nothing, when artist would return empty string.
Put the single quote around reserved characters [ ] if you want to use them directly.