Skip to content

TrueBankai416/Jellyfin-Themes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

581 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

finality

1080p ✔️ 1440p ✔️ 4k (150%) ✔️ Mobile ✔️ TV Mode 🔜

mockup

Jellyfin Theme CSS (Finishing up TV mode, just waiting for logo support)

bw1

For the black & white version, paste this into your Custom CSS Box

@import url("https://cdn.jsdelivr.net/gh/tedhinklater/finality@main/finality.css");

or, import the colour version with

@import url("https://cdn.jsdelivr.net/gh/tedhinklater/finality@main/Finality-Coloured.css");

unknown_2024 07 04-14 29_1

Player

14

Mobile

mobile

Make sure you enable backdrops and under Display settings use the Dark theme Backdrops

Featured Content Bar by BobHasNoSoul and SethBacon

  1. Download slideshow.html

  2. Enter your UserId into line 11 of slideshow.html (Get your UserID by going to the Jellyfin Dashboard, go to the Users tab, click your username. Your UserId is the last string in the address bar after the = sign)

  3. Enter your API key into line 12 of slideshow.html (Go to Dashboard, API Keys tab, click the + and create a key for FeaturedSlideshow)

  4. Go to your jellyfin-web folder (C:\Program Files\Jellyfin\Server\jellyfin-web) and create a folder named avatars and drop slideshow.html in that folder

  5. (Important: Open Notepad with Administrator rights, or use Notepad++ for this) In the jellyfin-web folder, open the file home-html.RANDOMSTRINGHERE.chunk.js

  6. Ctrl+F and search for data-backdroptype="movie,series,book">

  7. Paste this after the >

<style>.featurediframe { width: 89vw; height: 300px; display: block; border: 1px solid #000; margin: 0 auto}</style> <iframe class="featurediframe" src="/web/avatars/slideshow.html"></iframe>
  1. Save the file.

  2. Add this to your Custom CSS box in the Dashboard

@import url("https://cdn.jsdelivr.net/gh/tedhinklater/finality@main/slideshow.css");
  1. Empty your browser's cached web content (Ctrl+F5 or empty it from your browser's Cookies and Site Data settings section)

That's it.

Customization

/*Use your own header logo*/
.pageTitleWithDefaultLogo {
  background-image: url(YOURURLHERE);
}

About

Jellyfin Theme CSS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors