Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/xXmizzeryXx/zenodeployment/llms.txt

Use this file to discover all available pages before exploring further.

The Zeno movies app (movies.html) is a full streaming browser built into the suite. It pulls live data from the TMDB API and streams content through an embedded VidCore player. You can browse trending titles, filter by genre, switch between streaming services, build a personal watchlist, and search across movies and TV shows — all without leaving the page.

How to access

Click Stream in the dashboard app grid. The app loads immediately with a hero banner and content rows populated from TMDB. The left sidebar organizes everything into four main sections and several quick-access categories.
TabWhat it shows
HomeTrending banner, “Continue Watching”, “My Watchlist” preview, Trending Now, Popular Movies, Top Rated TV, All-Time Greats, and New Episodes rows
MoviesPopular, Top Rated, Now Playing, Upcoming, Action, Comedy, Sci-Fi, Horror, and Thriller rows
TV ShowsPopular, Top Rated, On The Air, Drama, Comedy, Reality, and Crime rows
WatchlistYour saved titles, sortable by Default, Rating, Newest, or A–Z
Select a service to view content available on that platform in the US. Each service loads four rows: Movies, TV Shows, Top Rated Movies, and Top Rated TV.
ServiceAccent color
NetflixRed #e50914
HuluGreen #1ce783
HBO MaxPurple #5822b4
PeacockBlue #00a2d4
Prime VideoSky blue #00a8e0
Click any genre label in the sidebar to jump directly to a filtered row for that genre.Movies: Action, Comedy, Horror, Sci-Fi, Thriller, Romance, Animation, DocumentaryTV: Drama, Crime
Use the Sort By section in the sidebar to reorder card rows. Options: Default, Rating (highest first), Newest (most recent release first), A–Z (alphabetical by title).

Hero banner

The home tab opens with a large hero banner that cycles through up to six trending titles every six seconds. A progress bar at the bottom edge of the banner indicates the time remaining before the next title loads. From the banner you can:
  • Click Watch Now to open the player immediately.
  • Click More Info to open the detail page.
  • Click Watchlist to save the title. The button updates to Saved and persists the entry to localStorage.
Hover over the banner to pause the auto-cycle. Click the left and right arrow buttons or the dot indicators to navigate manually. Type in the search bar in the top navigation to search across all movies and TV shows simultaneously. Results appear in a grid after a 360 ms debounce. Press Esc to clear the search and return to the previous tab.
Search uses TMDB’s multi-search endpoint and filters out person results, showing only titles that have a poster or backdrop image.

Content cards

Each title card shows the poster image, title, star rating, release year, and a badge indicating whether the title is a FILM or TV show. Titles released within the last 60 days display a NEW badge in the top-right corner of the poster. Hovering a card for 320 ms opens an expanded preview panel that shows the backdrop image, rating, genre tags, a short overview, and three action buttons: Watch, an info button, and a watchlist bookmark button.

Detail page

Clicking a card opens the full detail view, which slides in over the main content. The detail page includes:
  • A backdrop hero strip with the title, genre tags, TMDB rating, release year, and runtime.
  • Watch Now, Trailer, and Watchlist action buttons.
  • An overview panel on the left with cast info, a user star rating (1–5 stars, saved to localStorage), and a “Similar titles” row.
  • For TV shows: a season selector and an episode grid on the right. Each episode card shows a thumbnail, title, air date, runtime, rating, and a description.
Clicking Trailer opens a YouTube embed in a fullscreen modal. Click Watch Now or any episode to open the embedded player.

Embedded player

The player opens as a full-page overlay. It uses VidCore (vidcore.net) to stream content.
  • Movies load at https://vidcore.net/movie/{id}?autoPlay=true.
  • TV episodes load at https://vidcore.net/tv/{id}/{season}/{episode}?autoPlay=true&nextButton=true&autoNext=true.
For TV shows, the player header includes season and episode dropdowns so you can switch episodes without closing the player. Click the fullscreen button to expand the iframe, or click the close button (×) to return to browsing.
The player embeds a third-party streaming service. Availability of specific titles depends on VidCore’s catalog, not on Zeno.

Watchlist

Add any title to your watchlist by clicking the bookmark icon on a card or the Watchlist button on the hero or detail page. Saved titles are stored in localStorage under zeno_watchlist and persist across sessions. The Continue Watching row on the home tab shows recently accessed titles with a progress bar overlay. Individual entries can be removed by hovering the card and clicking the remove (×) button.

User ratings

On the detail page you can rate any title from 1 to 5 stars. Ratings are saved locally to localStorage under zeno_ratings and shown the next time you open that title’s detail page.

Dashboard overview

Access the movies app from the Stream button on the main dashboard.

Terminal

The built-in terminal emulator for the Zeno suite.

Build docs developers (and LLMs) love