Skip to content

pratimes/jellygray

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jellygray

A clean jellyfin skin with joy of gray.

Installation

  1. Go to Settings -> Display ->
  • Theme: Dark
  • Server Dashboard theme: Dark
  • Backdrops: check
  • Details Banner: uncheck
  1. Add below line in Custom CSS code
@import url('https://pratimes.github.io/jellygray/theme.css');

To enable fanart/logo

  • Install the Fanart plugin first
  • Go to Dashboard > Library
  • For each library you have, go to Manage Library
  • Enable Fanart for image fetcher
  • Then go to Fetcher Settings and select "Logo"
  • Manually scan media library
  • Refresh the page once done

Nginx

If you are using nginx as a reverse proxy for Jellyfin, replace the "add_header Content-Security-Policy" in your nginx config with this line below

add_header Content-Security-Policy "default-src https: data: blob: http://image.tmdb.org; style-src 'self' 'unsafe-inline' https://pratimes.github.io ; script-src 'self' 'unsafe-inline' https://www.gstatic.com/cv/js/sender/v1/cast_sender.js https://www.youtube.com blob:; worker-src 'self' blob:; connect-src 'self'; object-src 'none'; frame-ancestors 'self'";

Images

Login

login

Homepage

homepage

Movie List Page

moviepage

Some Movie Pages

movie

movie_item

movie_item2

TV Show Page

tv-show

TV Season Page

tv-season

TV Episode

tv-episode

Web Player

player

Menu

menu

Dashboard

dashboard

Plugin

plugin

Actor Page

actor-page

Thanks

This css theme is based on HintOfGreenCSS by looi-wh and Ultrachromic by CTalvio.