Variable |
Replacement Description |
{$SONG_ID} |
the numeric Jamroom ID of the song (i.e. 5) |
{$SONG_COUNT} |
the total number of visible songs this artist has |
{$SONG_NUMBER} |
the numeric ORDER that the song is processed in by the Song Sub-Config file. If you have 8 songs (for example), as each song is processed, the {SONG_NUMBER} variable will be incremented by 1. |
{$SONG_NAME} |
the title of the song |
{$SONG_NAME_LOWER} |
the title of the song in all lower case |
{$SONG_NAME_UPPER} |
the title of the song in ALL UPPER CASE |
{$SONG_ALBUM} |
text from Song Album text field |
{$SONG_ALBUM_URL} |
text from Song Album text field URL encoded |
{$SONG_CREDITS} |
text from Song Credits text field |
{$SONG_DATE1} |
date song was created formated to $config[date1] |
{$SONG_DATE2} |
date song was created formated to $config[date2] |
{$SONG_DATE3} |
date song was created formated to $config[date3] |
{$SONG_GENRE} |
song genre |
{$SONG_ISRC} |
Text entered into Song ISRC box on Song Create/Modify form |
{$SONG_ALICENSE} |
Text entered into Song Artist License box on Song Create/Modify form |
{$SONG_SLICENSE} |
Text entered into Songwriter License box on Song Create/Modify form |
{$SONG_HISTORY} |
text from the song information text box |
{$SONG_HISTORY_WORDS} |
number of words in the Song Information text box |
{$SONG_LABEL} |
text from the Song Label text box |
{$SONG_LENGTH} |
Length of the HIFI song (in MM:SS) |
{$SONG_LYRICS} |
text from the Lyrics text box |
{$SONG_LYRICS_WORDS} |
number of words in the Lyrics text box |
{$SONG_ORDER} |
The internal Jamroom ORDER ID number for this song (as selected in Arrange Songs) |
{$SONG_TIME} |
EPOCH time the song was created |
{$SONG_ADVISE} |
the “explicit lyrics” selection - either “yes” or “no” |
{$SONG_ADVISE_IMAGE} |
if the “explicit lyrics” selection is set to “yes” then this option will be the FULL URL to the advisory.png file which MUST be located in the theme’s images directory. |
{$SONG_NAME_FILE_NAME} |
The Song Name, formatted to link with the {SONG_NAME} Output File Name Variable. |
{$SONG_LABEL_FILE_NAME} |
The Song Label, formatted to link with the {SONG_LABEL} Output File Name Variable. |
{$SONG_GENRE_FILE_NAME} |
The Song Genre, formatted to link with the {SONG_GENRE} Output File Name Variable. |
{$SONG_ALBUM_FILE_NAME} |
The Song Album, formatted to link with the {SONG_ALBUM} Output File Name Variable. |