![]() |
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) |
RE: Finimalism [Updated for 10.10.X] - DJCounter - 2024-11-28 Love Finimalism, but the featured content bar is playing up on Linux. Works faultlessly on Windows, but refuses to play any trailers on Linux. The iframe works fine, scrolling and panning the backdrop artwork, but no sign of any trailer. I've followed the instructions to the letter as far as I can see, and gone over them three times with no luck. Any ideas? Thanks! RE: Finimalism [Updated for 10.10.X] - Ted Hinklater - 2024-11-28 Just double check you have List.txt (capital L) in the ui folder Also, there's an update out now with new features & fixes ![]() RE: Finimalism [Updated for 10.10.X] - DJCounter - 2024-11-29 I'm caught between being mad at myself that it was such a a straightforward fix and grateful that you pointed it out so quickly! I guess that's what you get for ignoring case-sensitivity. Everything's working fine now. I really appreciate your help and all your hard work. RE: Finimalism [Updated for 10.10.X] - wenzelja - 2024-11-29 This still doesn't seem to work for me. I followed everything, and in List.txt I removed the "Paddington..." example to just get random, but nothing is showing. On the API Key, do you include the single quotes around it, i.e. token = 'XXXXXXXXXXXX', or without token = XXXXXXXXXXXX RE: Finimalism [Updated for 10.10.X] - wenzelja - 2024-11-29 Okay, so I got it running with the full screen option, but the "Continue Watching" is covering a portion of the featured section now. See screenshot below. UPDATE: Only the admin account is messed up with the "Continue Watching" other users don't have it, but they also have not been used yet so there would be nothing for them to continue watching. (2nd screenshot). RE: Finimalism [Updated for 10.10.X] - Ted Hinklater - 2024-11-29 Make sure you've emptied your browser cache (it looks like that before it's refreshed home-html.chunk.js) Just to be sure it's correct, this should be home-html.chunk.js (for the fullscreen) 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: 99.5vw; height: 100vh; display: block; border: 0px solid #000; margin: 0 auto; margin-bottom: 40px} @media (max-width:1000px) and (orientation:portrait) {.featurediframe {height: 46vh; width: 95vw;}} @media (max-width:1000px) and (orientation:landscape) {.featurediframe {height: 98vh; width: 95vw;}} @media (min-width: 2000px) { .featurediframe {height:102vh;}}</style><iframe class="featurediframe" src="/web/ui/spotlight.html"></iframe> <div class="tabContent pageTabContent" id="homeTab" data-index="0"> <div class="sections"></div> </div> <div class="tabContent pageTabContent" id="favoritesTab" data-index="1"> <div class="sections"></div> </div> </div> '}}]); RE: Finimalism [Updated for 10.10.X] - man0000 - 2024-12-01 Hi, Since yesterday dynamic adjust of the number of elements is no more?. When I change page zoom in the browser images keep their size and only changes space between. Number of elements shown is fixed instead of changing dynamically like before?. THANKS... RE: Finimalism [Updated for 10.10.X] - Ted Hinklater - 2024-12-01 My bad, it's fixed now (should update shortly) RE: Finimalism [Updated for 10.10.X] - MarcusMcBride - 2024-12-03 Hi. Love the theme! Thank you so much for all your work. Since I updated to 10.10.3 everything on the main page seems to be so much bigger than it was before. All the blocks are about twice the size they were before. Did something change? Or am i possibly missing a setting? I am also trying to get the featured content bar to work, but i am running jellyfin through unraid. Anybody here that knows where to find the jellyfin-web folder? RE: Finimalism [Updated for 10.10.X] - Iskelderon - 2024-12-06 I had to add a snippet in my server custom CSS block, since a recent change cut off the height of the sections on the main page. You probably just wanted to style the height for detail pages, but the scrollers are also used on the index page. Code: #indexPage .emby-scroller-container { Probably only happens for people like me who have nuked the scroll behavior there with the traditional snippet: Code: /* Disable scrolling of home cards */ |