2024-08-13, 01:36 PM
(2024-08-13, 01:00 PM)Ted Hinklater Wrote:(2024-08-13, 12:32 PM)Sash Wrote: Hi, first of all thank you for this.
I'm good at following instructions but the guide has been so confusing. Btw, I'm on windows and I have basic knowledge of HTML, and coding.
You can do it like this on Windows
- Download slideshow.html
- 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)
- Enter your API key into line 12 of slideshow.html (Go to Dashboard, API Keys tab, click the + and create a key for FeaturedSlideshow)
- 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
- (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 >
Code:<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.
- Empty your browser's cached web content (Ctrl+F5 or empty it from your browser's Cookies and Site Data settings section)
Hey thanks! I have already read your guide on this from over here: https://github.com/tedhinklater/finality
Nice theme btw, I'm using it.
I've did everything that was mentioned but the featured bar is still blank most of the times. I have about 40 movies in my library, and I want to know if it picks random movies or I have to make a text file for it or something.
Thanks again.