• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Themes & Styles Finimalism [Updated for 10.11.X]

    Pages (14): « Previous 1 … 10 11 12 13 14
     

     
    • 6 Vote(s) - 5 Average

    Finimalism [Updated for 10.11.X]

    Where minimalism goes to die
    Blurryface
    Offline

    Junior Member

    Posts: 13
    Threads: 0
    Joined: 2025 Oct
    Reputation: 0
    Country:United States
    #131
    2025-11-12, 02:39 PM
    (2025-11-04, 01:02 PM)Ted Hinklater Wrote:
    (2025-11-04, 03:48 AM)Blurryface Wrote: Funny enough that is exactly what I did, created the UI folder, copied the 2 into the folder. Replaced the home html with what you had and cleared the cache which then caused that like 2 login I displayed in the photo.

    Reminds me of this post, they had saved the files from github incorrectly

    What happened to the Finalism and the backgrounds? They no longer show as they did before. I do enjoy the new layout but the background is no longer accessible/visible when drilling down. I did enjoy that before.


    Attached Files Thumbnail(s)
       
    Ted Hinklater
    Offline

    Member

    Posts: 193
    Threads: 8
    Joined: 2023 Nov
    Reputation: 25
    Country:United Kingdom
    #132
    2025-11-12, 04:22 PM (This post was last modified: 2025-11-12, 04:48 PM by Ted Hinklater. Edited 2 times in total.)
    Do you have this box ticked?

    [Image: backdrops.png]

    Click your profile icon, click Display, scroll down to Libraries

    Edit: I've made this so it goes back to how it was before the animations 

    Code:
    @import url("https://cdn.jsdelivr.net/gh/tedhinklater/finimalism@latest/finimalism10.11.css");
    @import url("https://cdn.jsdelivr.net/gh/tedhinklater/finimalism@main/no-animation.css");
    Blurryface
    Offline

    Junior Member

    Posts: 13
    Threads: 0
    Joined: 2025 Oct
    Reputation: 0
    Country:United States
    #133
    2025-11-12, 06:55 PM
    (2025-11-12, 04:22 PM)Ted Hinklater Wrote: Do you have this box ticked?

    [Image: backdrops.png]

    Click your profile icon, click Display, scroll down to Libraries

    Edit: I've made this so it goes back to how it was before the animations 

    Code:
    @import url("https://cdn.jsdelivr.net/gh/tedhinklater/finimalism@latest/finimalism10.11.css");
    @import url("https://cdn.jsdelivr.net/gh/tedhinklater/finimalism@main/no-animation.css");

    The new edit with the no-animation fixed it back to how it was before. Thanks!
    2020
    Offline

    Junior Member

    Posts: 14
    Threads: 2
    Joined: 2025 Jun
    Reputation: 0
    #134
    Yesterday, 07:01 PM (This post was last modified: Yesterday, 07:39 PM by 2020. Edited 5 times in total.)
    Few things in the latest update, first
    https://github.com/lachlandcp/jellyfin-e...ice-plugin breaks splitting all the banners.
    [Image: Screenshot-2025-11-14-185045.png]

    2nd I cant seam to get spotlight to work but editors choice and media bar work fine.

    3rd when you add @import url("https://cdn.jsdelivr.net/gh/tedhinklater/finimalism@main/no-animation.css"); the poster covers part of the text.
    I have followed the instructions 
    1. Download spotlight.html and List.txt. Go to your jellyfin-web folder (C:\Program Files\Jellyfin\Server\jellyfin-web) and create a folder named ui and drop spotlight.html and List.txt in that folder. ui lower case.

    2. use Notepad++ for this In the jellyfin-web folder, open the file home-html.RANDOMSTRINGHERE.chunk.js. Replace everything with this code
    ("use strict";(self.webpackChunk=self.webpackChunk||[]).push([[8372], {
      5939: function(a, e, t) {
        t.r(e),
        e.default =
        <div id="indexPage" style="outline:0" data-role="page" data-dom-cache="true" class="page homePage libraryPage allLibraryPage backdropPage pageWithAbsoluteTabs withTabs" data-backdroptype="movie,series,book">
          <style>
            .featurediframe {width: 97.5vw; height: 23.5em; display: block; border: 0px solid #000; margin: 0 auto; margin-bottom: 0em; margin-top: 1em;}
        @media (max-width: 1000px) and (orientation: portrait) {.featurediframe {height: 25em; margin-bottom: -8em;} }
        @media (max-width: 1000px) and (orientation: landscape) {.featurediframe {height: 26em; margin-bottom: -6em;} }
        @media (max-width: 421px) and (orientation: portrait) {.featurediframe {height: 25em; margin-bottom: -3em;} }
        @media (max-height: 421px) and (orientation: landscape) {.featurediframe {height: 83vh; margin-top: -1em;} }
          </style>
          <div class="tabContent pageTabContent" id="homeTab" data-index="0"><iframe class="featurediframe" src="/web/ui/spotlight.html"></iframe><div class="sections"></div></div><div class="tabContent pageTabContent" id="favoritesTab" data-index="1"> <div class="sections"></div></div></div>
    ;}}]);
    document.addEventListener("DOMContentLoaded", () => {
      const homeTab = document.getElementById("homeTab");
      const spotlightIframe = homeTab.querySelector(".featurediframe");

      const observer = new MutationObserver(() => {
      const isHomeTabActive = homeTab.classList.contains("is-active");
        spotlightIframe.style.display = isHomeTabActive ? "block" : "none";
      });
      observer.observe(homeTab, { attributes: true, attributeFilter: ["class"] });
    })Winking-face

    3. Save the file. and  tested in private window.


    Attached Files Thumbnail(s)
           
    Ted Hinklater
    Offline

    Member

    Posts: 193
    Threads: 8
    Joined: 2023 Nov
    Reputation: 25
    Country:United Kingdom
    #135
    Today, 01:24 AM
    Hey 2020 hope you're well,

    Can I ask what version of Jellyfin you're on?

    Private window might still have a cache issue if you're using a reverse proxy?
    2020
    Offline

    Junior Member

    Posts: 14
    Threads: 2
    Joined: 2025 Jun
    Reputation: 0
    #136
    11 hours ago (This post was last modified: 11 hours ago by 2020. Edited 1 time in total.)
    (Today, 01:24 AM)Ted Hinklater Wrote: Hey 2020 hope you're well,

    Can I ask what version of Jellyfin you're on?

    Private window might still have a cache issue if you're using a reverse proxy?

    Thank you for the reply, I'm good how about yourself. 

    I'm on the latest 10.11
    I've done it in a new browser in private mode and after a 5mins it started working on the main browser. but I still have the issue with EditorsChoice

    is it possible to add the following features directly into your Jellyfin Featured Content Bar all that would be needed I assume would be the extra js file I assume https://github.com/CodeDevMLH/Jellyfin-F...'s-Version

    another question is it possible to make the bar bigger it looks a little small when you compare it to Disney+ and others unless it meant to look like that.
    1
    Ted Hinklater
    Offline

    Member

    Posts: 193
    Threads: 8
    Joined: 2023 Nov
    Reputation: 25
    Country:United Kingdom
    #137
    10 hours ago (This post was last modified: 6 hours ago by Ted Hinklater. Edited 2 times in total.)
    (11 hours ago)2020 Wrote:
    (Today, 01:24 AM)Ted Hinklater Wrote: Hey 2020 hope you're well,

    Can I ask what version of Jellyfin you're on?

    Private window might still have a cache issue if you're using a reverse proxy?

    Thank you for the reply, I'm good how about yourself. 

    I'm on the latest 10.11
    I've done it in a new browser in private mode and after a 5mins it started working on the main browser. but I still have the issue with EditorsChoice

    is it possible to add the following features directly into your Jellyfin Featured Content Bar all that would be needed I assume would be the extra js file I assume https://github.com/CodeDevMLH/Jellyfin-F...'s-Version

    another question is it possible to make the bar bigger it looks a little small when you compare it to Disney+ and others unless it meant to look like that.

    I'm good thanks, a variables file would be a good idea! I'll do that next. Currently the variables are down on line 102 in spotlight.html

    Here's a taller version https://github.com/tedhinklater/Jellyfin...light.html

    [Image: biggerspotlight.gif]

    You would also need to change line 7 of home-html.chunk.js to

            .featurediframe {width: 97.5vw; height: 50vh; display: block; border: 0px solid #000; margin: 0 auto; margin-bottom: 0em; margin-top: 1em; }
    Ruby
    Offline

    Junior Member

    Posts: 1
    Threads: 0
    Joined: 2025 Aug
    Reputation: 0
    Country:United States
    #138
    9 hours ago
    Stupid question I apologize, but are the steps any different if I am attempting this in docker on a ugreen nas? I created the ui folder and edited the files to my liking that was simple enough but how do I mount it or if that's the wrong term how do I get jellyfin to see it and use it? I just started messing around with this stuff a couple weeks ago and this theme looks beautiful.
    Ted Hinklater
    Offline

    Member

    Posts: 193
    Threads: 8
    Joined: 2023 Nov
    Reputation: 25
    Country:United Kingdom
    #139
    7 hours ago
    (9 hours ago)Ruby Wrote: Stupid question I apologize, but are the steps any different if I am attempting this in docker on a ugreen nas? I created the ui folder and edited the files to my liking that was simple enough but how do I mount it or if that's the wrong term how do I get jellyfin to see it and use it? I just started messing around with this stuff a couple weeks ago and this theme looks beautiful.

    I think you need to edit the jellyfin container's volume mounts to include

    Code:
    /localpathtojellyfin/jellyfin/appdata/ui:/usr/share/jellyfin/web/ui:ro

    (wherever you put the ui folder in the nas) : (ui folder inside the container) : (read only)

    change the first path to fit your filesystem
    Pages (14): « Previous 1 … 10 11 12 13 14
     

    « Next Oldest | Next Newest »

    Users browsing this thread: 3 Guest(s)


    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode