Skip to content
Donate

Jellyfin Server Feature Support Matrix

This document shows which JellyRock features require specific Jellyfin server versions.

Server VersionAPI Version
10.7.0 - 10.8.x1
10.9.0+2
Feature10.7.x10.8.x10.9.x10.10.x+Notes
Trickplay ThumbnailsVideo preview scrubbing
Quick ConnectAuto-dispatches per server API
Media SegmentsSkip intro/outro/recap/etc.
SymbolMeaning
Fully supported
Not available on this version

Quick Connect works on every supported Jellyfin version. JellyRock auto-detects the server version and uses the right request shape.

  • 10.7.x: ✅ Works — uses Token body field on AuthenticateWithQuickConnect
  • 10.8.x: ✅ Works — uses Secret body field; Initiate is GET
  • 10.9.0+: ✅ Works — uses Secret body field; Initiate is POST

The Quick Connect button is hidden when the server explicitly reports the feature disabled (10.8+ via /QuickConnect/Enabled); on 10.7 the button is always shown and a clear dialog appears if Quick Connect is unavailable.

Media Segments enable skip functionality for detected intros, outros, recaps, previews, and commercials during video playback.

  • 10.9 and below: ❌ Not available (the API endpoint does not exist)
  • 10.10+: ✅ Fully supported

Requires the Jellyfin server to have media segment detection configured (e.g., via intro/outro detection plugins). Per-segment-type action preferences (auto-skip, show skip button, do nothing) can be configured in the Jellyfin web client and optionally overridden in JellyRock’s Settings > Playback > Media Segments.

Minimum: 10.7.0 (all essential features work)

Recommended: 10.10.0+ (enables Trickplay thumbnails and Media Segments)

JellyRock will continue supporting 10.7.x indefinitely.