These variables work in the “radio” row templates - that is, when the “search_area” to newsearch.php is:
-
radio_name
-
radio_description
Variable |
Description |
{$MODE} |
this is the mode it is currently running in (i.e. band, song, etc.) |
{$RADIO_ID} |
the numeric Jamroom ID of the radio station (i.e. “6”) |
{$RADIO_CREATED} |
the date the radio station was created, in EPOCH time (i.e. “1059951557”) |
{$RADIO_DATE1} |
date the radio station was created formatted according to $config[date1] |
{$RADIO_DATE2} |
date the radio station was created formatted according to $config[date2] |
{$RADIO_DATE3} |
date the radio station was created formatted according to $config[date3] |
{$RADIO_NAME} |
The Name of the Radio Station |
{$RADIO_DESCRIPTION} |
The Description of the Radio Station |
{$RADIO_BAND_ID} |
The numerical band id this Radio Station is owned by (NOTE: system Radio Stations have a radio_band_id of 0) |
{$RADIO_BAND_NAME} |
The name of the Artist this Radio Station is owned by (NOTE: system Radio Stations have a blank radio_band_name) |
{$RADIO_TYPE} |
The Type of song files this radio station supports (i.e. mp3, wma, etc.) |
{$RADIO_MODE} |
The mode of the Radio Station (either “hifi” or “lofi”) |
{$RADIO_LIMIT} |
The maximum number of songs in this Radio Stations playlist |
{$RADIO_PLAY_URL} |
The URL needed to the play.php in order to play this Radio Station |
{$RADIO_PLAYS} |
How many times this Radio Station has been played |
|