All themes

infinitv

by buesche87

22Updated 2 days ago
Open sourceGPL-3.0

Previews

Home
Home
Library
Library
Series
Series
Episodes
Episodes
Movie
Movie
Player
Player

infinitv is a Jellyfin theme built with a strong focus on HTPC setups using Jellyfin Desktop as the client, while fully supporting desktop and mobile too.

It adds a minimalist TV-mode UI optimized for remote-control and keyboard navigation, smoother custom cards and animations, centered menus and titles, a compact player OSD on wide displays, and full support for user-defined colors, transparency, and background images.

Installation instructions

Add to your Custom CSS field:

@import url('https://buesche87.github.io/infinitv/infinitv.css');
:root {
    /* Accent Color */
    --accent-h: 310; /* Hue: Purple */
    --accent-s: 100%; /* Saturation */
    --accent-l: 50%; /* Brightness */

    /* Background Image */
    --bgImage: url('https://example.com/your-background.jpg');

    /* Darkness & Opacity */
    --bgdarkness: 0.6; /* Background Darkness */
    --headeropacity: 0.7; /* Header & Drawer Opacity */
    --itemopacity: 0.8; /* Item Opacity (Card Footer, Detail Ribbon) */

    /* Roundings */
    --rounding-media: 12px;
    --rounding-system: 6px;
}

See the README for the full list of customization variables, including disabling the card glow.

AI Usage Unknown

The developer hasn't disclosed whether AI was used to build this project.

Added on September 5, 2026 by KartoffelChipss· Created October 2025

Report