
Field remapping is a simple way to access to your tags directly. This is a simple table to sum up the action of field remapping. (taken from the wiki Field remapping )
| %album artist% | $if3($meta(album artist),$meta(artist),$meta(composer),$meta(performer)) |
| %album% | $if3($meta(album),$meta(venue)) |
| %artist% | $if3($meta(artist),$meta(album artist),$meta(composer),$meta(performer)) |
| %disc%, %discnumber% | Returns the discnumber. The discnumber is taken from the discnumber tag; if that does not exist, it is taken from the disc tag. If neither exist, the field is undefined. |
| %track artist% | $meta(artist), if $meta(album artist) is different than $meta(artist), otherwise this field is empty. Useful to check various artists albums. |
| %title% | $if2($meta(title),%_filename%) |
| %track%, %tracknumber% | $num($meta(tracknumber),2) |
| %bitrate% | $if2($info(bitrate_dynamic),$info(bitrate)) |
| %channels% | Gives mono or stereo instead of 1 or 2 |
| %filesize% | size given in bytes |
| %samplerate% | samplerate given in Hertz (Hz) |
| %codec% | $codec() |
| %playlist_number% | $num(%_playlist_number%,$len(%_playlist_total%)) |
July 14 2008 15:32:22.