• 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 (13): « Previous 1 … 9 10 11 12 13
     

     
    • 5 Vote(s) - 5 Average

    Finimalism [Updated for 10.11.X]

    Where minimalism goes to die
    Ted Hinklater
    Offline

    Member

    Posts: 178
    Threads: 8
    Joined: 2023 Nov
    Reputation: 25
    Country:United Kingdom
    #121
    2025-10-31, 01:15 PM (This post was last modified: 2025-11-02, 01:27 AM by Ted Hinklater. Edited 3 times in total.)
    (2025-10-31, 03:10 AM)Lasbrook Wrote: I updated everything and everything else looks great again but the spotlight iframe has some issues. A movie poster for whatever media is showing will slide in from the left and things are stretched horizontally so that the right arrow to advance the slide is barely on the screen nearly hidden behind the scroll bar. Also the controls for the youtube video are quite large.

    [Image: H3sWOUVh.png]

    Unfortunately I can't see/access imgur from the UK (stupid government), thanks for letting me know though, I think I know what it was.

    I just overhauled the dimensions for the Spotlight from px to em, it should be responsive now, and the animated poster is clickable, to take you to the movie.

    [Image: spotlight.gif]

    [ Latest Spotlight files ]
    LoLacCRO
    Offline

    Junior Member

    Posts: 2
    Threads: 0
    Joined: 2025 Jul
    Reputation: 0
    Country:Croatia
    #122
    2025-11-01, 06:37 AM (This post was last modified: 2025-11-01, 06:41 AM by LoLacCRO. Edited 3 times in total.)
    (2025-10-30, 06:32 PM)Ted Hinklater Wrote: My bad, the 4k rule covered 1440p, the update should come through on your end shortly, if you want it immediately use this
    Code:
    @import url("https://cdn.jsdelivr.net/gh/tedhinklater/finimalism@latest/finimalism10.11.css");
    /*1440p*/@media (min-width: 1950px) {.layout-desktop body, .layout-tv body {font-size: 166% !important;}}
    /*4k*/@media (min-width: 3000px) {.layout-desktop body, .layout-tv body {font-size: 200% !important;}}



    I would like to thank you it fixed it for me. But for me the sweat spot for 1440p seems to be at 140% .
    Ted Hinklater
    Offline

    Member

    Posts: 178
    Threads: 8
    Joined: 2023 Nov
    Reputation: 25
    Country:United Kingdom
    #123
    2025-11-01, 07:43 AM
    Ah I did it backwards sorry, you're right, it should be 133.333%

    I've updated it, it should come through shortly, here's the immediate fix:

    Code:
    @import url("https://cdn.jsdelivr.net/gh/tedhinklater/finimalism@latest/finimalism10.11.css");
    @media (min-width: 1950px) {.layout-desktop body, .layout-tv body {font-size: 133.333% !important;}}
    ultrabrutale
    Offline

    Junior Member

    Posts: 7
    Threads: 1
    Joined: 2023 Dec
    Reputation: 0
    Country:Germany
    #124
    2025-11-01, 09:15 AM (This post was last modified: 2025-11-01, 11:53 AM by ultrabrutale. Edited 1 time in total.)
    Thanks
    Blurryface
    Offline

    Junior Member

    Posts: 11
    Threads: 0
    Joined: 2025 Oct
    Reputation: 0
    Country:United States
    #125
    2025-11-02, 09:09 PM
    (2025-10-31, 01:15 PM)Ted Hinklater Wrote:
    (2025-10-31, 03:10 AM)Lasbrook Wrote: I updated everything and everything else looks great again but the spotlight iframe has some issues. A movie poster for whatever media is showing will slide in from the left and things are stretched horizontally so that the right arrow to advance the slide is barely on the screen nearly hidden behind the scroll bar. Also the controls for the youtube video are quite large.

    [Image: H3sWOUVh.png]

    Unfortunately I can't see/access imgur from the UK (stupid government), thanks for letting me know though, I think I know what it was.

    I just overhauled the dimensions for the Spotlight from px to em, it should be responsive now, and the animated poster is clickable, to take you to the movie.

    [Image: spotlight.gif]

    [ Latest Spotlight files ]

    Is this a plugin like the media bar I currently have? It looks better than what I have now.
    Ted Hinklater
    Offline

    Member

    Posts: 178
    Threads: 8
    Joined: 2023 Nov
    Reputation: 25
    Country:United Kingdom
    #126
    Yesterday, 12:35 AM (This post was last modified: Yesterday, 01:04 AM by Ted Hinklater. Edited 8 times in total.)
    It's not a plugin like MakD and IAmParadox's Jellyfin Media Bar, this one is Spotlight by JSethCreates (both are forks of BobHasNoSoul's original Featured Content Bar)

    To get it, follow the Spotlight install instructions then paste these 3 files over the ones you got from Seth to apply the styling

    While not as quick as a plugin, it's still pretty easy
    Blurryface
    Offline

    Junior Member

    Posts: 11
    Threads: 0
    Joined: 2025 Oct
    Reputation: 0
    Country:United States
    #127
    Today, 02:31 AM
    (Yesterday, 12:35 AM)Ted Hinklater Wrote: It's not a plugin like MakD and IAmParadox's Jellyfin Media Bar, this one is Spotlight by JSethCreates (both are forks of BobHasNoSoul's original Featured Content Bar)

    To get it, follow the Spotlight install instructions then paste these 3 files over the ones you got from Seth to apply the styling

    While not as quick as a plugin, it's still pretty easy

    For some random reason when I replace the files we create with yours it creates like a 2 Jellyfin layer setup somehow... I have tried multiple ways but it is just like 2 Jellyfin logons for some reason. Let me know if you know anything regarding that.


    Attached Files Thumbnail(s)
       
    Ted Hinklater
    Offline

    Member

    Posts: 178
    Threads: 8
    Joined: 2023 Nov
    Reputation: 25
    Country:United Kingdom
    #128
    Today, 03:03 AM (This post was last modified: Today, 03:30 AM by Ted Hinklater. Edited 1 time in total.)
    (Today, 02:31 AM)Blurryface Wrote: For some random reason when I replace the files we create with yours it creates like a 2 Jellyfin layer setup somehow... I have tried multiple ways but it is just like 2 Jellyfin logons for some reason. Let me know if you know anything regarding that.

    so your home-html.chunk.js (mine is called home-html.8ce38bc7d6dc073656d4.chunk.js) which is found in /jellyfin/web 

    it should contain this exact code

    and then clear your cache

    Brave/Chrome: Settings > Privacy and Security > Delete Browsing Data > All time > Cached Images and Files
    Firefox : Settings > Privacy & Security > Cookies & Site Data > Everything > Temporary cached files and pages
    Blurryface
    Offline

    Junior Member

    Posts: 11
    Threads: 0
    Joined: 2025 Oct
    Reputation: 0
    Country:United States
    #129
    Today, 03:48 AM
    (Today, 03:03 AM)Ted Hinklater Wrote:
    (Today, 02:31 AM)Blurryface Wrote: For some random reason when I replace the files we create with yours it creates like a 2 Jellyfin layer setup somehow... I have tried multiple ways but it is just like 2 Jellyfin logons for some reason. Let me know if you know anything regarding that.

    so your home-html.chunk.js (mine is called home-html.8ce38bc7d6dc073656d4.chunk.js) which is found in /jellyfin/web 

    it should contain this exact code

    and then clear your cache

    Brave/Chrome: Settings > Privacy and Security > Delete Browsing Data > All time > Cached Images and Files
    Firefox : Settings > Privacy & Security > Cookies & Site Data > Everything > Temporary cached files and pages

    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.
    Ted Hinklater
    Offline

    Member

    Posts: 178
    Threads: 8
    Joined: 2023 Nov
    Reputation: 25
    Country:United Kingdom
    #130
    9 hours ago
    (Today, 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
    Pages (13): « Previous 1 … 9 10 11 12 13
     

    « 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