VARIABLE |
DESCRIPTION |
{$SONG_RANK} |
The numerical position on the output result set (starting at 1). |
{$SONG_ID} |
Jamroom Song ID for the Song |
{$SONG_NAME} |
The name of the Song |
{$SONG_ALBUM} |
The name of the Album the Song belongs to. |
{$SONG_LABEL} |
The text from the Song Label form entry. |
{$SONG_CREATED} |
The 11 digit epoch time the Song was created. |
{$SONG_UPDATE} |
The 11 digit epoch time the Song was last updated. |
{$SONG_CREDITS} |
The text from the "Song Credits" field. |
{$SONG_ADVISE} |
Will be set to "yes" if the Song has been set as having Explicit Content. |
{$SONG_ISRC} |
The text from the "ISRC Code" field - note that this field will only show in the Create/Modify Song form if "Show License Fields" option is set in the Jamroom Quota. |
{$SONG_ALICENSE} |
The text from the "Artist License" field - note that this field will only show in the Create/Modify Song form if "Show License Fields" option is set in the Jamroom Quota. |
{$SONG_SLICENSE} |
The text from the "Songwriter License" field - note that this field will only show in the Create/Modify Song form if "Show License Fields" option is set in the Jamroom Quota. |
{$SONG_LYRICS} |
The Lyrics for the Song |
{$SONG_INFO} |
The Song Background/History/Information |
{$SONG_GENRE} |
The Genre the Song belongs to. |
{$SONG_IMAGE_URL} |
The HTML URL to use in an <img> tag to display the Song photo. |
{$SONG_HIFI_TIME} |
The Epoch time the HIFI Song File was created. |
{$SONG_HIFI_NAME} |
The filename of the HIFI Song File. |
{$SONG_HIFI_TYPE} |
The Mime Type of the HIFI Song File. |
{$SONG_HIFI_SIZE} |
The Size (in bytes) of the HIFI Song File. |
{$SONG_HIFI_DOWNLOAD} |
This variable contains the info that determines if the HIFI Song File can be streamed, downloaded, or both. It will be set to:
- "no" if the HIFI Song File can only be streamed.
- "yes" if the HIFI Song File can be both downloaded and streamed.
- "nos" if the HIFI Song File can only be downloaded (no streaming).
|
{$SONG_HIFI_EXTENSION} |
The filename extension of the HIFI Song File (i.e. "mp3") |
{$SONG_HIFI_BITRATE} |
The Bit Rate of the HIFI Song File. |
{$SONG_HIFI_SMPRATE} |
The Sample Rate of the HIFI Song File. |
{$SONG_HIFI_LENGTH} |
The Length of the HIFI Song File in MM:SS format. |
{$SONG_HIFI_PLAY_URL} |
If the HIFI Song File can be streamed, this will create the URL to stream the HIFI Song File. |
{$SONG_HIFI_DOWNLOAD_URL} |
If the HIFI Song File can be downloaded, this will create the URL to download the HIFI Song File. |
{$PLAYPAGE_HIFI_###_URL} |
The special "playpage" url is available in the Jamroom Ranking System header/row/footer templates, and is used to play ALL of the ### type of HIFI audio files on the page, where ### is MP3, WMA, OGG or M4A (i.e. {$PLAYPAGE_HIFI_WMA_URL}. |
{$SONG_LOFI_TIME} |
The Epoch time the LOFI Song File was created. |
{$SONG_LOFI_NAME} |
The filename of the LOFI Song File. |
{$SONG_LOFI_TYPE} |
The Mime Type of the LOFI Song File. |
{$SONG_LOFI_SIZE} |
The Size (in bytes) of the LOFI Song File. |
{$SONG_LOFI_DOWNLOAD} |
This variable contains the info that determines if the LOFI Song File can be streamed, downloaded, or both. It will be set to:
- "no" if the LOFI Song File can only be streamed.
- "yes" if the LOFI Song File can be both downloaded and streamed.
- "nos" if the LOFI Song File can only be downloaded (no streaming).
|
{$SONG_LOFI_EXTENSION} |
The filename extension of the LOFI Song File (i.e. "mp3") |
{$SONG_LOFI_BITRATE} |
The Bit Rate of the LOFI Song File. |
{$SONG_LOFI_SMPRATE} |
The Sample Rate of the LOFI Song File. |
{$SONG_LOFI_LENGTH} |
The Length of the LOFI Song File in MM:SS format. |
{$SONG_LOFI_PLAY_URL} |
If the LOFI Song File can be streamed, this will create the URL to stream the LOFI Song File. |
{$SONG_LOFI_DOWNLOAD_URL} |
If the LOFI Song File can be downloaded, this will create the URL to download the LOFI Song File. |
{$PLAYPAGE_LOFI_###_URL} |
The special "playpage" url is available in the Jamroom Ranking System header/row/footer templates, and is used to play ALL of the ### type of LOFI audio files on the page, where ### is MP3, WMA, OGG or M4A (i.e. {$PLAYPAGE_LOFI_WMA_URL}. |
{$SONG_IMAGE_NAME} |
The filename of the Song Image |
{$SONG_IMAGE_TYPE} |
The Mime Type of the Song Image |
{$SONG_IMAGE_SIZE} |
The Size (in bytes) of the Song Image |
{$SONG_IMAGE_EXTENSION} |
The filename extension of the Song Image (i.e. "png"). |
{$SONG_IMAGE_URL} |
Creates the URL that can be used in an <img> tag to generate the Song Image. |
{$SONG_RATING_NUMBER} |
The Number of User Ratings the Song has. |
{$SONG_RATING_AVERAGE} |
The Average of the User Ratings the Song has. |
{$SONG_RATING_1} |
The number of "1" User Ratings the Song has received. |
{$SONG_RATING_2} |
The number of "2" User Ratings the Song has received. |
{$SONG_RATING_3} |
The number of "3" User Ratings the Song has received. |
{$SONG_RATING_4} |
The number of "4" User Ratings the Song has received. |
{$SONG_RATING_5} |
The number of "5" User Ratings the Song has received. |
{$SONG_RATING_FORM_URL} |
Creates the necessary URL to the Song Rating form. |
{$SONG_STREAM_COUNT} |
The number of times the Song has been streamed. |
{$SONG_DOWNLOAD_COUNT} |
The number of times the Song has been downloaded. |
{$SONG_TOTAL_COUNT} |
The number of times the Song has been streamed and downloaded ("total plays") |
{$SONG_COMMENT_COUNT} |
The number of comments/reviews the Song has received. |