1080p ✔️ 1440p ✔️ 4k (150%) ✔️ Mobile ✔️ TV Mode 🔜
Jellyfin Theme CSS (Finishing up TV mode, just waiting for logo support)
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");Make sure you enable backdrops and under Display settings use the Dark theme
Featured Content Bar by BobHasNoSoul and SethBacon
-
Download slideshow.html
-
Enter your
UserIdinto 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) -
Enter your
API keyinto line 12 of slideshow.html (Go to Dashboard, API Keys tab, click the + and create a key for FeaturedSlideshow) -
Go to your
jellyfin-webfolder (C:\Program Files\Jellyfin\Server\jellyfin-web) and create a folder namedavatarsand dropslideshow.htmlin that folder -
(Important: Open Notepad with Administrator rights, or use Notepad++ for this) In the jellyfin-web folder, open the file
home-html.RANDOMSTRINGHERE.chunk.js -
Ctrl+F and search for
data-backdroptype="movie,series,book"> -
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>-
Save the file.
-
Add this to your Custom CSS box in the Dashboard
@import url("https://cdn.jsdelivr.net/gh/tedhinklater/finality@main/slideshow.css");- 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.
/*Use your own header logo*/
.pageTitleWithDefaultLogo {
background-image: url(YOURURLHERE);
}
