readme and pictures
This commit is contained in:
15
README.md
15
README.md
@ -15,17 +15,17 @@ Thanks to [SethBacon](https://forum.jellyfin.org/u-sethbacon) & [BobHasNoSoul](h
|
||||
|
||||
Testet on Jellyfin 10.10.0
|
||||
|
||||

|
||||
---
|
||||
|
||||

|
||||
|
||||
|
||||
## How to install
|
||||
1. Download [spotlight.html]
|
||||
1. Download [spotlight.html](/spotlight.html), [script.js](/script.js) and [styles.css](/styles.css)
|
||||
|
||||
2. 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. In your Jellyfin Dashboard, under ```API Keys``` create an API key for Spotlight, copy the key, and insert it as the value for ```token``` in ```script.js```. You can also set the corresponding values for list name, random selection, show it only on main page, show title, plot length, etc.
|
||||
3. In your Jellyfin Dashboard, under ```API Keys``` create an API key for Spotlight, copy the key, and insert it as the value for the ```token``` variable in ```script.js```. You can also set the corresponding values for list name, random selection, show it only on main page, plot length, etc.
|
||||
|
||||
4. ```Important: Use Notepad++ for this``` In the jellyfin-web folder, open the file ```home-html.RANDOMSTRINGHERE.chunk.js```
|
||||
|
||||
@ -42,10 +42,13 @@ Testet on Jellyfin 10.10.0
|
||||
|
||||
9. That's it.
|
||||
|
||||

|
||||

|
||||
|
||||
# Web View (Movie and series)
|
||||

|
||||
|
||||
# Mobile View (Landscape / Portrait)
|
||||

|
||||

|
||||
|
||||
# How to feature specific content in the bar
|
||||
|
||||
@ -61,7 +64,7 @@ Simply delete Step 5's snippet added to ```home-html.chunk.js``` then refresh yo
|
||||
|
||||
No changes here from my side...
|
||||
|
||||

|
||||

|
||||
|
||||
Same as above except use [this version of spotlight.html](https://github.com/tedhinklater/Jellyfin-Featured-Content-Bar/blob/main/fullscreen/spotlight.html)
|
||||
|
||||
|
Reference in New Issue
Block a user