diff --git a/README.md b/README.md index 04e96bb..4b646fd 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # SpotlightTrailer - Featured Content Bar Thanks to [SethBacon](https://forum.jellyfin.org/u-sethbacon) & [BobHasNoSoul](https://github.com/BobHasNoSoul) & [MakD](https://github.com/MakD) & [tedhinklater](https://github.com/tedhinklater) for their talents and work -# Main Diffrences in this fork +# Main Differences in this fork - activate random selection of movie from txt list - show the featured bar only at the main page, hide it in favorites/requests tab - back button added @@ -10,7 +10,7 @@ Thanks to [SethBacon](https://forum.jellyfin.org/u-sethbacon) & [BobHasNoSoul](h # Currently working on - show a title above the spotlight banner, e.g. 'Popular at Jellyfin' -- if local trailer avaible, play it instead of youtube trailer +- if local trailer available, play it instead of youtube trailer @@ -22,7 +22,7 @@ Thanks to [SethBacon](https://forum.jellyfin.org/u-sethbacon) & [BobHasNoSoul](h 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 lenght, 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 ```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. 4. ```Important: Use Notepad++ for this``` In the jellyfin-web folder, open the file ```home-html.RANDOMSTRINGHERE.chunk.js```