Jellyfin Forum
Finimalism [Updated for 10.10.X] - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Themes & Styles (https://forum.jellyfin.org/f-themes-styles)
+--- Thread: Finimalism [Updated for 10.10.X] (/t-finimalism-updated-for-10-10-x)

Pages: 1 2 3 4 5 6


RE: Finimalism [Updated for 10.10.X] - Ted Hinklater - 2024-11-14

(2024-11-14, 05:49 PM)nanouk76 Wrote: Hi,
very very nice theme. But I was wondering if it would be at all possible to have instructions on how to install your equally amazing Featured Content Bar on a Ubuntu server. I tried to tinker a bit but got nowhere. I managed to do all the editing but I guess the path to the files are somewhat different, especially after injecting the iframe bit of code. The frame just does not load. I admit to my total noobiness in the matter. I can copy-paste bits of code Ok but I am way in over my head here.
TIA

this is the BobHasNoSoul (original creator) method for Linux installation https://github.com/bobhasnosoul/jellyfin-featured?tab=readme-ov-file#linux
Bear in mind, we switched the folder name "avatars" to "ui" plus a lot of updates to the code itself, so it's quite different and won't be a word-for-word installation method, you will at least have to edit the file autoInstall.sh from his repo before using it


RE: Finimalism [Updated for 10.10.X] - nanouk76 - 2024-11-14

Thank you for the pointers. Will give it a go.


RE: Finimalism [Updated for 10.10.X] - Drake97 - 2024-11-15

(2024-11-14, 11:14 AM)Ted Hinklater Wrote:
(2024-11-14, 05:33 AM)Drake97 Wrote: I wanted to ask you if there is any modification I can do where in addition to the name of the show/movie in its original language, you can keep the translation in, my case, Spanish, in the case of movies and shows, I say this because not all the pictures are translated and even some Indian, Chinese or Turkish movies are kept in their original language.

Oof, huge mistake from me, I removed the title because I thought "who needs it when the logo is right there" but, like you said, it's part of the navigation. It's been restored and should update shortly! Thanks for the info Smiling-face

[Image: pz94y2M.png]

you're a beast, thx!

(2024-11-14, 09:35 PM)nanouk76 Wrote: Thank you for the pointers. Will give it a go.

let me know how it goes, I also use ubuntu and I never managed to make the featured content bar work, maybe it's a permissions issue but even following everything to the letter, it didn't work for me, so I'll be waiting for your progress haha

Regards.


RE: Finimalism [Updated for 10.10.X] - DJCounter - 2024-11-16

Love the theme! Beginner's question, but how do I emulate your minimalist greyscale media library buttons?
My next job (when I get a minute) is to implement the 'Featured content Bar" which looks amazing.

Great job

I'm looking to install a web browser on Porteus Kiosk Linux and point it at the Jellyfin library so that I can run JF in a maximised window and take advantage of your theme on the big screen...


RE: Finimalism [Updated for 10.10.X] - Ted Hinklater - 2024-11-16

(2024-11-16, 09:58 PM)DJCounter Wrote: how do I emulate your minimalist greyscale media library buttons?

Open the Jellyfin homepage, click your profile picture/icon, go to Home. Change "My Media" to "My Media (small)"


RE: Finimalism [Updated for 10.10.X] - DJCounter - 2024-11-17

Thank you!


RE: Finimalism [Updated for 10.10.X] - DJCounter - 2024-11-20

Is there a way in which locally stored trailers can be played in the Jellyfin window rather than accessing a YouTube video, opening another window and playing it there? Also, what code needs to be altered in order to default to sound on in the trailer rather than having it muted?


RE: Finimalism [Updated for 10.10.X] - Ted Hinklater - 2024-11-20

(2024-11-20, 04:10 PM)DJCounter Wrote: Is there a way in which locally stored trailers can be played in the Jellyfin window rather than accessing a YouTube video, opening another window and playing it there? Also, what code needs to be altered in order to default to sound on in the trailer rather than having it muted?

The current version of spotlight.html has audio restored (and lowered to 40% by default). Seth's working on local trailer support, update should come soonish.


RE: Finimalism [Updated for 10.10.X] - wenzelja - 2024-11-24

   
@Ted-Hinklater

I'm having an issue with installing your Spotlight bar.  I tried to install it as you directed, but when I CTRL+F5 The bar is there, but it only shows the Github page and an error that says something like 'unable to commit".  I tried to edit the spotlight.html file that I saved in the location where you said to put it, but opening the HTML in notepad there are no line numbers so I could not locate where to insert the API key.  If I just double-click to open the soptlight.html it brings up the github page with blank page (see attached). So I tried to uninstall everything, and I deleted the code from the home.html.[random string].chunk.js, revoked the API key, removed the spotlight.html file, removed the UI folder I created, etc. I even restarted the server after doing this.

Now I have a blank box at the top of the main page in the Web UI (and JMP) where the spotlight bar was supposed to load, and I cannot figure out how to remove it. This is visible for all users.


RE: Finimalism [Updated for 10.10.X] - Ted Hinklater - 2024-11-24

Did you download spotlight.HTML or did you download the github page? Make sure you download spotlight.html as a file, don't just right-click the link and Save As... as it will just download the github blob page

I've updated the instructions to make it a bit clearer

Basically, "spotlight.HTML" goes in jellyfin/web/ui

Search for YOURAPIKEYHERE in the file and replace it with your api key

It's on this line

let title = 'Spotlight', moviesSeriesBoth = 3, shuffleInterval = 15000, plotMaxLength = 550, token = 'YOURAPIKEYHERE', useTrailers = true;