Featured Content Bar - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: General Questions (https://forum.jellyfin.org/f-general-questions) +--- Thread: Featured Content Bar (/t-featured-content-bar) |
RE: Featured Content Bar - Ted Hinklater - 2024-09-07 (2024-09-06, 01:23 PM)M0RPH3US Wrote: What regarding genres? Fetching from api? Thank you -.-" I am not enjoying javascript so far haha RE: Featured Content Bar - xiNe - 2024-09-08 Here is an alternative repo which also shows banner at homepage; https://github.com/newday-life/jellyfin-crx/tree/master?tab=readme-ov-file Just click in the first link of the introduction section to see the preview RE: Featured Content Bar - Joshua26 - 2024-09-09 I know you're happy about the project! To integrate'slideshow.html' with Jellyfin, make sure the HTML file is properly built. Next, follow these steps: 1) Find the file 'home-html.chunk' in the Jellyfin site directory. 2) Back up the original file. 3) Change it to include your'slideshow.html' content. Please let me know if you require more advice. (2023-11-09, 02:59 AM)Milko Wrote: This is so cool! I'm comfortable with scripting and html but having trouble understanding the installation instructions on GitHub for Windows. The make shell file builds our slideshow.html file from movielist texts, but how do we hook that into jellyfin? GitHub says modify the home-html.chunk in the jellyfin web directory directly, but it I'm confused about what to do to it. Could you list step by step? I would love this RE: Featured Content Bar - sheakspeer - 2024-09-13 (2024-09-08, 09:14 PM)xiNe Wrote: Here is an alternative repo which also shows banner at homepage; Hello, I installed jellyfin-crx and it is working fine, excepted the ability to connect other users, only my admin user is working. Is there any javascript conflicts? I am on ubuntu 22.04 server. Thanks for your answer, RE: Featured Content Bar - TheDreadPirate - 2024-09-13 (2024-09-13, 01:31 PM)sheakspeer Wrote:(2024-09-08, 09:14 PM)xiNe Wrote: Here is an alternative repo which also shows banner at homepage; Please start a separate thread in troubleshooting. This thread is for the featured content bar. RE: Featured Content Bar - A Silly Goose - 2024-09-15 Hi all, Not sure what mistake I've made along the way, however I have a thin black line outlining the Featured Bar. I am currently creating a custom CSS theme however, with or without it activated the bar remains. Anyone have any ideas? Any help appreciated. RE: Featured Content Bar - Ted Hinklater - 2024-09-15 You know that snippet you inserted into home-html.chunk.js ? Where it says "border: 1px solid #000" change it to 0px I've also made a fullscreen version! RE: Featured Content Bar - A Silly Goose - 2024-09-16 (2024-09-15, 03:55 PM)Ted Hinklater Wrote: You know that snippet you inserted into home-html.chunk.js ? Where it says "border: 1px solid #000" change it to 0px Appreciate the help! RE: Featured Content Bar - SethBacon - 2024-09-17 Lol, cant a guy go on vacation? We really need to nominate one git as the keeper of the flame here, Bob and I have diverged a bit and its left poor Ted trying to cobble together versions between divorced parents. I have fixed the navigation back to homepage issue. I've added list reading back in and am just trying to do Local trailers, and then will throw another git on the pile. In the interim, I begrudgingly support not showing Teds kids the trailer to Irreversible, but i just feel like there must be a more elegant solution than the credential injection in index. Surely the API can return currentuser somehow and we can go off of that to reference a library to build our slides.. EDIT- Confirmed. Instead of bobs index edit we can poll sessions.find(session => session.UserId); and then just build slides the user is entitled to. No more traumatizing children. Coming soon! RE: Featured Content Bar - vbxlive - 2024-09-17 (2024-09-15, 03:55 PM)Ted Hinklater Wrote: You know that snippet you inserted into home-html.chunk.js ? Where it says "border: 1px solid #000" change it to 0px How to show custom movies,series list as we want (movie content id) |