From 018f78a6df2964c3ccd076518cc8b5040300dbb6 Mon Sep 17 00:00:00 2001 From: CodeDevMLH <145071728+CodeDevMLH@users.noreply.github.com> Date: Fri, 26 Sep 2025 01:09:06 +0200 Subject: [PATCH] .. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 748d636..71792c0 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ By adjusting these parameters, you can fine-tune the slideshow's behavior and ap 2. Modify `script.js` like [explained above](#configuration-parameters) if necessary. -3. Go to your ```jellyfin-web``` folder and create a folder named ```ui``` and drop ```spotlight.html, script.js and styles.css``` in that folder +3. Go to your ```jellyfin-web``` folder and create a folder named ```featured``` and drop ```spotlight.html, script.js and styles.css``` in that folder 4. ```Important: Use Notepad++ for this```\ In the jellyfin-web folder, open the file ```home-html.RANDOMSTRINGHERE.chunk.js``` @@ -110,7 +110,7 @@ By adjusting these parameters, you can fine-tune the slideshow's behavior and ap 6. Paste this after the > ```js - + ``` 7. Save the file. @@ -121,13 +121,13 @@ By adjusting these parameters, you can fine-tune the slideshow's behavior and ap ## Uninstall -Simply delete Step 7's snippet added to ```home-html.chunk.js``` then refresh your browser's cache. You can, but not have to delete the ui folder. +Simply delete Step 7's snippet added to ```home-html.chunk.js``` then refresh your browser's cache. You can, but not have to delete the featured folder. ## How to feature specific content in the bar By default, the bar will feature content at random as long as it is available to the current user and no `list.txt` is available or if it is empty `below` line 1. -To preselect content, place a [list.txt](/list.txt) in the ```ui``` folder and paste the ID of each piece of content to be featured (IDs can be found in the address bar). +To preselect content, place a [list.txt](/list.txt) in the ```featured``` folder and paste the ID of each piece of content to be featured (IDs can be found in the address bar). `IMPORTANT` If you use List.txt to preselect content and a User has an Age Rating limit on their account (U, PG etc) make sure you add content for them to see too, or it will just be blank (content above their Age Limit is hidden to them)