VARIABLE |
DESCRIPTION |
{$VIDEO_RANK} |
The numerical position on the output result set (starting at 1). |
{$VIDEO_ID} |
Jamroom Video ID for the Video |
{$VIDEO_NAME} |
The name of the Video |
{$VIDEO_ALBUM} |
The name of the Album the Video belongs to. |
{$VIDEO_CAPTION} |
The text from the Video Caption form entry. |
{$VIDEO_CREATED} |
The 11 digit epoch time the Video was created. |
{$VIDEO_UPDATED} |
The 11 digit epoch time the Video was last updated. |
{$VIDEO_SIZE} |
The size (in bytes) of the Video File |
{$VIDEO_FILENAME} |
The File Name of the Video File |
{$VIDEO_EXTENSION} |
The Filename Extension of the Video File (i.e. "wmv"). |
{$VIDEO_BITRATE} |
The encoding Bit Rate of the Video File |
{$VIDEO_RESOLUTION} |
The resolution in WIDTHxHEIGHT of the Video File |
{$VIDEO_LENGTH} |
The Length of the Video File in MM:SS format |
{$VIDEO_CREDITS} |
The text from the "Video Credits" field. |
{$VIDEO_ADVISE} |
Will be set to "yes" if the Video has been set as having Explicit Content. |
{$VIDEO_LICENSE} |
The text from the "Video License" field. |
{$VIDEO_GENRE} |
The Genre the Song belongs to. |
{$VIDEO_IMAGE_URL} |
The HTML URL to use in an <img> tag to display the Song photo. |
{$VIDEO_MIMETYPE} |
The File Mime Type for the Video File |
{$VIDEO_RATING_FORM_URL} |
The HTML <form> used to provide a Rating Form so users can rate the Video. This contains the HTML that is used in the "action" part of the Rating form. |
{$VIDEO_COMMENT_COUNT} |
The number of comments/reviews that are associated with the Video. |
{$OLD_STREAM_COUNT} |
The number of total stream plays the video had leading up to the day the current day is being compared to. So if the “chart_days” setting is set to “7”, indicating a weekly chart, then this value would be the number of streams this video had 10 days ago. |
{$OLD_DOWNLOAD_COUNT} |
The number of downloads the video had leading up to the day the current day is being compared to. So if the “chart_days” setting is set to “7”, indicating a weekly chart, then this value would be the number of downloads this video had 10 days ago. |
{$OLD_TOTAL_COUNT} |
The number of downloads + streams the video had leading up to the day the current day is being compared to. So if the “chart_days” setting is set to “7”, indicating a weekly chart, then this value would be the number of downloads + streams this video had 10 days ago. |
{$CHART_DAYS_STREAM} |
This value will be the CHANGE in number of streams from the previous count (using the “chart_days” setting) and the current count, in effect giving you the number of streams over the current chart span. So if the “chart_days” setting were set to “7” indicating a weekly chart, then this value would be the number of streams in last 7 days. |
{$CHART_DAYS_DOWNLOAD} |
This value will be the CHANGE in number of downloads from the previous count (using the “chart_days” setting) and the current count, in effect giving you the number of downloads over the current chart span. So if the “chart_days” setting were set to “7” indicating a weekly chart, then this value would be the number of downloads in last 7 days. |
{$CHART_DAYS_COUNT} |
This value will be the CHANGE in number of downloads + streams from the previous count (using the “chart_days” setting) and the current count, in effect giving you the number of downloads + streams (total plays) over the current chart span. So if the “chart_days” setting were set to “7” indicating a weekly chart, then this value would be the number of total plays in last 7 days. |
{$TODAY_STREAM_COUNT} |
Total number of streaming plays ONLY for this video for the given day. |
{$TODAY_DOWNLOAD_COUNT} |
Total number of download plays ONLY for this video for the current day. |
{$TODAY_TOTAL_COUNT} |
Total number of ALL plays (downloads + streams) for this video for the current day. |