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 - SethBacon - 2024-09-17 (2024-09-17, 05:58 AM)vbxlive Wrote:(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 Soon!, the old version a few pages back has the list functionality, or wait till we can all get our messy injecting slightly differently coded ducks in a row here. RE: Featured Content Bar - vbxlive - 2024-09-17 (2024-09-17, 06:39 AM)SethBacon Wrote:(2024-09-17, 05:58 AM)vbxlive Wrote:(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 When it's open firsttime slider content not load , after refresh webpage it loads,how to solve this issue RE: Featured Content Bar - SethBacon - 2024-09-17 Ive sent an update for Ted to release cause we're the Jack Sprat and wife of Css and Java RE: Featured Content Bar - Ted Hinklater - 2024-09-18 (2024-09-17, 08:17 AM)vbxlive Wrote: When it's open firsttime slider content not load , after refresh webpage it loads,how to solve this issue Updated version is up, Seth has fixed that issue RE: Featured Content Bar - SethBacon - 2024-09-18 Now we need M0RPH3US on the mobile style RE: Featured Content Bar - vbxlive - 2024-09-18 (2024-09-18, 12:40 AM)Ted Hinklater Wrote:(2024-09-17, 08:17 AM)vbxlive Wrote: When it's open firsttime slider content not load , after refresh webpage it loads,how to solve this issue Great work,now only list function is remaining 👍🙏 RE: Featured Content Bar - SethBacon - 2024-09-18 List function should work. If you dont want it to pull items at random* place a list.txt file beside slideshow.html. Heres a sample list.txt: List Title! 04e1a7e938ce814f28a6121cdf67da61 <- Movie or series IDs 484c4a8ecfbc997288771ec1576c115d Scream be5c8108abf0676d641becd0410b022e Halloween 64b02e31272b26bf75d047ff518724d1 You can put text here to remind yourself whats what 9af97402d03411636f3b7281275af7f2 All this text beside ID's is ignored *You can set the variable moviesSeriesBoth = 1 will pull movies, 2 series, 3 both, I dont actually know if this overrides the items on list RE: Featured Content Bar - Ted Hinklater - 2024-09-18 (2024-09-18, 02:11 AM)vbxlive Wrote: now only list function is remaining 👍🙏 How to feature content in the bar Latest update: RE: Featured Content Bar - EduardoUK - 2024-09-28 Sorry to hijack this thread somewhat, but I am after a little help setting this up to work with Jellyfin running within docker compose, specifically how can I access the jellfin-web folder so I can copy / edit the correct files? I could'nt fine much information on setting up with a containerised version of Jellyfin but looks like I may need to expose this somehow but not sure how at this point. Would anyone be kind enough to point me in the right direction please, happy to add any further info? This feature looks amazing and is just what I have been after for a while so would be great to get things up and running. Hats off to all those helping to develop it. Thanks, RE: Featured Content Bar - Ted Hinklater - 2024-09-28 I believe you'd have to edit your docker-compose.yml and add a volume to expose the jellyfin-web folder so you can edit home-html.chunk.js The steps on Windows are to go to jellyfin\server\jellyfin-web and edit home.html-chunk.js and also to create a folder called ui in jellyfin-web and drop spotlight.html in there. If anyone has experience with Docker and can bridge the gap it'd be appreciated! |