The Zeno movies app (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.
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.Navigation
The left sidebar organizes everything into four main sections and several quick-access categories.Browse tabs
Browse tabs
| Tab | What it shows |
|---|---|
| Home | Trending banner, “Continue Watching”, “My Watchlist” preview, Trending Now, Popular Movies, Top Rated TV, All-Time Greats, and New Episodes rows |
| Movies | Popular, Top Rated, Now Playing, Upcoming, Action, Comedy, Sci-Fi, Horror, and Thriller rows |
| TV Shows | Popular, Top Rated, On The Air, Drama, Comedy, Reality, and Crime rows |
| Watchlist | Your saved titles, sortable by Default, Rating, Newest, or A–Z |
Streaming service filter
Streaming service filter
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.
| Service | Accent color |
|---|---|
| Netflix | Red #e50914 |
| Hulu | Green #1ce783 |
| HBO Max | Purple #5822b4 |
| Peacock | Blue #00a2d4 |
| Prime Video | Sky blue #00a8e0 |
Genre shortcuts
Genre shortcuts
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
Sort options
Sort options
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.
Search
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.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.
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.
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 inlocalStorage 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 tolocalStorage under zeno_ratings and shown the next time you open that title’s detail page.
Related pages
Dashboard overview
Access the movies app from the Stream button on the main dashboard.
Terminal
The built-in terminal emulator for the Zeno suite.