2024-09-07, 11:19 AM
Poll: does anyone want a featured content bar? You do not have permission to vote in this poll. |
|||
Yes | 28 | 82.35% | |
No | 3 | 8.82% | |
Don't care | 3 | 8.82% | |
Total | 34 vote(s) | 100% |
* You voted for this item. | [Show Results] |
2024-09-08, 09:14 PM
Here is an alternative repo which also shows banner at homepage;
https://github.com/newday-life/jellyfin-...me-ov-file Just click in the first link of the introduction section to see the preview
2024-09-09, 08:55 AM
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
2024-09-13, 01:31 PM
(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,
2024-09-13, 01:44 PM
(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.
2024-09-15, 03:48 PM
2024-09-15, 03:55 PM
(This post was last modified: 2024-09-21, 12:34 PM by Ted Hinklater. Edited 5 times in total.)
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!
2024-09-16, 12:59 AM
(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!
2024-09-17, 04:02 AM
(This post was last modified: 2024-09-17, 06:40 AM by SethBacon. Edited 3 times in total.)
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!
2024-09-17, 05:58 AM
(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) |
|
|