Author: 📧 Travis Runyard
Website: 🔗 travisflix.com
jellyfin-stuff is a collection of shell scripts, CSS and Nginx configuration files that helps to customize the Jellyfin front-end and accomplish any other tasks not covered by the official plugins (ie. changing the site title for versions 10.8.x & 10.9.x).
Be aware scripts in this repo modify relevant Jellyfin front-end files (html, js, css, etc) directly as there is no other easy way to accomplish the objective without modifying source files and compiling the web interface, so use at your own risk (force enabling backdrops on by default which modifies main.jellyfin.bundle.js for example). I have done my best to add descriptive comments in the shell scripts explaining what is being done if it is not obvious.
📌 TIP: If you run an NGINX reverse proxy in front of Jellyfin, you can do image caching on tmpfs (/dev/shm) to increase the image loading speed. You can find the relevant config in website.conf using the
proxy_cache
directives.