tedhinklater / Jellyfin-Featured-Content-Bar

Featured Bar now with Fullscreen Version
GNU General Public License v3.0
46 stars 10 forks source link

Spotlight doesnt appear #6

Open zasfan opened 3 weeks ago

zasfan commented 3 weeks ago

I made sure every step done correctly. yet this happens image ı use web client the theme used jellypane css

tedhinklater commented 3 weeks ago

It's definitely reading spotlight.html because it created space for the bar, so that part's working.

You can confirm you've replaced "YOURAPIKEYHERE" (line 90 of spotlight.html) with a jellyfin API key? Also can you confirm you have definitely cleared your cache? Like this

cache

zasfan commented 3 weeks ago

It's definitely reading spotlight.html because it created space for the bar, so that part's working.

You can confirm you've replaced "YOURAPIKEYHERE" (line 90 of spotlight.html) with a jellyfin API key? Also can you confirm you have definitely cleared your cache? Like this

cache

ı did clean the cache that way, but should i paste apı key like this "api" or api

tedhinklater commented 3 weeks ago

It'll look like this on line 90

let title = 'Spotlight', moviesSeriesBoth = 3, shuffleInterval = 15000, plotMaxLength = 550, token = '040866ba82054bca91c77c90d3b5373e', useTrailers = true;

Have you tested it on another browser/ on your mobile?

zasfan commented 3 weeks ago

It'll look like this on line 90

let title = 'Spotlight', moviesSeriesBoth = 3, shuffleInterval = 15000, plotMaxLength = 550, token = '040866ba82054bca91c77c90d3b5373e', useTrailers = true;

Have you tested it on another browser/ on your mobile?

ı did still not fixed

tedhinklater commented 3 weeks ago

On your Jellyfin homepage in a browser, can you press F12, then where it says Search HTML type slides-container and hit Enter.

If it shows like my picture, then we know it is definitely loading spotlight.html and something else is wrong

slides-container

zasfan commented 2 weeks ago

image ı use edge and ı dont see what you are saying

tedhinklater commented 1 day ago

did you go to the spotlight.html page and download the file? Or did you possibly right-click the link and do Save Link ?

Also, are you using a reverse proxy? We've added a section to the guide for that