Back

Variables Guide

Use these variables inside your theme templates (`themes/xstream.js`).

Common Variables (Movies, Series, Episodes)

VariableDescriptionExample
${d.title}Main title of the Movie or Show"Breaking Bad"
${d.originalTitle}Original title in native language"Breaking Bad"
${d.poster}Poster image URL (Vertical)https://image.tmdb...
${d.backdrop}Backdrop image URL (Horizontal)https://image.tmdb...
${d.synopsis}Main plot/overview"A chemistry teacher..."
${d.vote}TMDB Rating (0-10)"9.2"

Movies & Series Only

VariableDescriptionExample
${d.year}Release Year only"2008"
${d.releaseDate}Full release date"2008-01-20"
${d.genres}List of genres (comma separated)"Drama, Crime"
${d.rating}Content Rating / Certification"TV-MA"
${d.runtime}Formatted Runtime (or 'N/A')"45m"
${d.trailer}YouTube Video ID"HhesaQXLuRY"
${d.seasons}Total number of seasons (Series only)"5"
${d.episodes}Total number of episodes (Series only)"62"

Episodes Only

VariableDescriptionExample
${d.epName}Episode Title"Pilot"
${d.seasonNum}Current Season Number"1"
${d.episodeNum}Current Episode Number"1"
${d.epImage}Episode Thumbnail URLhttps://image.tmdb...
${d.epSummary}Episode specific summary"Walt starts cooking..."
${d.parentId}Blogger ID of the Series Post"8374628374..."
${d.parentUrl}Full URL of the Series Post"https://..."
${d.urlSerie}Full URL of the Series Post"https://..."