Variable |
Replacement Description |
{$VIDEO_COUNT} |
The total number of videos in the output |
{$VIDEO_ID} |
The video_id number for this Video (i.e. “20”) |
{$VIDEO_RANK} |
The numerical value of its placement in the output list |
{$VIDEO_CREATED} |
Epoch timestamp Video entry was created in Jamroom. |
{$VIDEO_UPDATED} |
Epoch timestamp Video entry was last updated in Jamroom. |
{$VIDEO_ORDER} |
The order the Video entry appears on the Artists page. |
{$VIDEO_NAME} |
The Name of the video clip. |
{$VIDEO_CAPTION} |
The text of the Video Caption box as entered on the Create/Modify Video form. |
{$VIDEO_SIZE} |
The size (in bytes) of the Video file. |
{$VIDEO_DOWNLOAD} |
yes/no whether the video is available for download. |
{$VIDEO_FILENAME} |
The name of the original video file as uploaded. |
{$VIDEO_EXTENSION} |
THe file name extension of the video file (i.e. wmv) |
{$VIDEO_BITRATE} |
The bitrate of the video file. |
{$VIDEO_RESOLUTION} |
The resolution of the video file (i.e. 640×480) |
{$VIDEO_LENGTH} |
The length of the video file (i.e “03:35”) |
{$VIDEO_LICENSE} |
The text of the Video License as entered on the Create/Modify Video form. |
{$VIDEO_GENRE} |
The genre of the Video. |
{$VIDEO_GENRE_URL} |
urlendcoded version of the {$VIDEO_GENRE} for use in URL strings. |
{$VIDEO_CREDITS} |
The text of the Video Credits as entered on the Create/Modify Video form. |
{$VIDEO_ADVISE} |
yes/no whether the video clip contains offensive/inappropriate material. |
{$VIDEO_MIMETYPE} |
The mime type of the video file. |
{$VIDEO_PLAY_URL} |
URL to be used in HTML anchor tag to play video clip (via play.php) |
{$VIDEO_IMAGE_URL} |
URL to be used in IMG HTML tag to show Video Image. |
{$VIDEO_STREAM_COUNT} |
number of streaming plays ONLY for this Video. |
{$VIDEO_DOWNLOAD_COUNT} |
number of download plays ONLY for this Video. |
{$VIDEO_TOTAL_COUNT} |
number of ALL plays (downloads + streams) for this Video. |
{$PLAYPAGE_WMV_URL} |
Variable for playing ALL WMV videos on page. |
{$COMMENT_COUNT} |
The number of visitor comments for this video. |