| {$MODE} |
this is the mode it is currently running in (i.e. band, song, etc.) |
| {$ARTIST_COUNT} |
The number of Artists shown in the results. |
| {$ARTIST_URL} |
URL to Artist’s page |
| {$BAND_ID} |
the numeric Jamroom ID of the artist (i.e. “5”) |
| {$BAND_CREATED} |
date artist was created (EPOCH) (i.e. 1059951557) |
| {$BAND_DATE1} |
date artist was created formatted according to $config[date1] |
| {$BAND_DATE2} |
date artist was created formatted according to $config[date2] |
| {$BAND_DATE3} |
date artist was created formatted according to $config[date3] |
| {$BAND_NAME} |
Name of the artist |
| {$BAND_URL_NAME} |
The “URL” name for the Artist, as entered on the Create/Modify Artist form. |
| {$BAND_INFO} |
The artists background information |
| {$BAND_RANK} |
The numerical value of its placement in the output list |
| {$BAND_LOCATION} |
The artists location (as entered in Modify Artist) |
| {$BAND_WEBSITE} |
The artists website (as entered in Modify Artist) |
| {$BAND_INFLUENCE} |
the Artist’s Influences (as entered in Modify Artist) |
| {$BAND_SOUNDLIKE} |
What the Artist Sounds Like (as entered in Modify Artist) |
| {$BAND_IMAGE_URL} |
link to image.php script to generate Band Image - i.e.
http://yourdomain.com/jamroom/image.php?band_id=(number)&mode=band_image
- use this inside an IMG tag
|
| {$BAND_IMAGE_TIME} |
Epoch time Artist Image was created |
| {$BAND_IMAGE_NAME} |
Name of Artist Image as originally uploaded (i.e. image_name.jpg) |
| {$BAND_IMAGE_TYPE} |
Mime Type of image (i.e. image/pjpeg) |
| {$BAND_IMAGE_SIZE} |
Size in Bytes of Artist Image |
| {$BAND_IMAGE_EXTENSION} |
File name extension of Artist Image (i.e. png) |
| {$BAND_STREAM_COUNT} |
Total number of streaming plays for this artists songs |
| {$BAND_DOWNLOAD_COUNT} |
Total number of download plays for this artists songs |
| {$BAND_TOTAL_COUNT} |
Total number of streaming + download plays for this artists songs |
| {$BAND_RATING_FORM_URL} |
URL to rating.php script to generate Band Rating Form. |
| {$BAND_RATING_NUMBER} |
Number of times song has been rated |
| {$BAND_RATING_AVERAGE} |
Average Rating of Song |
| {$BAND_RATING_1} |
Number of “1” votes the song has received. |
| {$BAND_RATING_2} |
Number of “2” votes the song has received. |
| {$BAND_RATING_3} |
Number of “3” votes the song has received. |
| {$BAND_RATING_4} |
Number of “4” votes the song has received. |
| {$BAND_RATING_5} |
Number of “5” votes the song has received. |
| {$QUOTA_ID} |
The numerical Jamroom Quota ID of the quota the Artist Account belongs to. |
| {$QUOTA_NAME} |
The name of the Jamroom Quota the Artist Account belongs to. |
| {$QUOTA_DISK} |
The amount of disk space the Artist Account is allowed (number). |
| {$QUOTA_MAX} |
The number of song slots the Artist Account quota allows (set to 0 if Quota is limited by disk space). |
| {$QUOTA_MESSAGE} |
yes/no if the Artist Account is allowed to create messages. |
| {$QUOTA_SEARCH} |
yes/no if the Artist Account is allowed to be found in searches. |
| {$QUOTA_RADIO} |
yes/no if the Artist Account is allowed to have Radio Stations. |
| {$QUOTA_STORE} |
yes/no if the Artist Account is allowed to have a Jamroom Store. |
| {$QUOTA_RATE} |
yes/no if the Artist Account is allowed to have Songs and Artist ratings. |
| {$QUOTA_REMRATE} |
yes/no if the Artist Account is allowed to be rated by remote site. |
| {$QUOTA_CALENDAR} |
yes/no if the Artist Account is allowed to have an Artist Calendar. |
| {$SERVER_ID} |
Numerical ID of the server the Artist Page is located on (only set if running a Jamroom Cluster Server) |
| {$SERVER_IP} |
IP Address of the server the Artist Page is located on (only set if running a Jamroom Cluster Server) |
| {$SERVER_NAME} |
Server Name as defined in Create/Modify Server that the Artist Page is located on (only set if running a Jamroom Cluster Server) |
| {$SERVER_URL} |
URL to Jamroom Cluster Server the Artist Page is located on (only set if running a Jamroom Cluster Server) |