Skip to content

Releases: Jamisonfitz/marquee

v1.3.0 — Deeper themes & instant saves

Choose a tag to compare

@Jamisonfitz Jamisonfitz released this 07 Jul 11:55
35ce8e4

Layout & type

  • Every block can now be justified left, center, or right from the editor.
  • Title fonts: Bebas Neue, Oswald, Playfair Display, Cinzel, and Space Grotesk (free Google fonts, system fallback when offline).
  • Themes go deeper: each theme now tints panels, chips, and progress tracks, and the accent glows through the title and progress bar.

Feel

  • Saves reach the Hub in ~2 seconds — the card polls settings on a fast loop instead of waiting for the next now-playing cycle.
  • Template picker cards show real screenshots of each layout.
  • The demo movie now includes a title logo, so the clear-logo look (pulled from Plex metadata on real playback) is visible in the preview.

Docker: jamisonfitz/marquee:v1.3.0

v1.2.0 — Device discovery

Choose a tag to compare

@Jamisonfitz Jamisonfitz released this 07 Jul 11:55
1739609

Device discovery

  • The settings page now finds Google Cast devices on your LAN (mDNS via catt scan) — press Scan and pick your Hub from a dropdown instead of typing an IP. HUB_IP remains as an env fallback and is no longer required, so the container starts fine before a device is chosen.

Cleanup

  • Removed one-time repo bootstrap scripts.
  • PLEX_HOST defaults to http://localhost:32400; field descriptions now explain why PAGE_URL must be a LAN IP the Hub can reach.

Docker: jamisonfitz/marquee:v1.2.0

v1.1.0 — Templates

Choose a tag to compare

@Jamisonfitz Jamisonfitz released this 07 Jul 01:50
404f913

Split template

Five designed templates

The card is now built from blocks — title/logo identity, grouped ratings,
metadata chips, plot, progress, clock, poster — arranged into five
hand-designed layouts, switchable live from settings:

  • Spotlight — poster beside the full metadata stack
  • Split — full-height art wall with an info column
  • Hero — big centered title over the backdrop
  • Lower Third — broadcast-style chyron over full-bleed art
  • Big Clock — ambient timepiece with a now-playing strip

Customization

  • Custom accent color alongside the four themes
  • 12/24-hour clock, optional seconds
  • Block editor: drag to move; sliders for position, width, and size
  • Every block toggles on/off; instant demo preview — nothing hits the Hub until you save

Fixes

  • PLEX_USERS — limit which Plex users trigger the marquee (the sessions
    API is server-wide, so shared users used to take over the Hub)
  • Metadata is HTML-escaped on the card
  • Release notes moved to a slide-over panel; settings favicon

Demo

The demo now stars Midnight Signal — an original fictional film made for
Marquee, so previews are always coherent and never show copyrighted art.

docker pull jamisonfitz/marquee:v1.1.0