A clean jellyfin skin with joy of gray.
- Go to Settings -> Display ->
Theme: Dark
Server Dashboard theme: Dark
Backdrops: check
Details Banner: uncheck
- Add below line in
Custom CSS code
@import url('https://pratimes.github.io/jellygray/theme.css');
- 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
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'";
This css theme is based on HintOfGreenCSS by looi-wh and Ultrachromic by CTalvio.