Skip to content

Releases: mooock/seerr-tv

v1.0.1

19 May 15:29

Choose a tag to compare

What's new

  • D-pad left/right navigation for scrolling movie rows — hover over a row with the magic remote then use the D-pad to scroll
  • Scroll wheel support for the magic remote
  • Fixed YouTube trailer overlay — plays inline without opening the TV YouTube app
  • Fixed session cookie issue — login now persists between launches
  • Back button closes the trailer and returns to the movie page
  • Fixed background audio playback when closing the trailer

Requirements

Requires a running Jellyseerr or Overseerr instance. If behind a reverse proxy add this to your proxy host config:

proxy_cookie_flags connect.sid samesite=none;

v1.0.0

19 May 11:34

Choose a tag to compare

Native webOS wrapper for Jellyseerr/Overseerr (Seerr).

  • First-launch setup wizard to configure your Seerr server URL
  • Session persistence — stays logged in between launches
  • Intercepts Watch Trailer links and plays them in an inline YouTube player instead of the broken TV YouTube app
  • Back button closes the trailer and returns to the movie page

Requires a running Jellyseerr/Overseerr instance accessible from your TV.
Note: Set SameSite=None for the session cookie in your reverse proxy for login to work in the app context.