2024-11-18, 07:24 PM
(2024-11-18, 03:07 PM)herbs14 Wrote: the instruction for this one is only for windows, is there an instruction using Ubuntu?
1) Create the ui Directory
Code:
sudo mkdir -p /usr/share/jellyfin/web/ui2) Copy your chosen spotlight.html file (making sure you inserted your API key) to the new "ui" folder
Code:
sudo cp /path/to/spotlight.html /usr/share/jellyfin/web/ui/3) Add the relevant script to home-html.chunk.js
Code:
sudo nano /usr/share/jellyfin/web/home-html.chunk.js4) Ensure the ui folder & spotlight.html are readable by Jellyfin
Code:
sudo chown -R jellyfin:jellyfin /usr/share/jellyfin/web/ui
sudo chmod -R 755 /usr/share/jellyfin/web/ui5) Restart Jellyfin
Code:
sudo systemctl restart jellyfin6) Clear Browser Cache
Make sure to clear your browser cache to load the updated home-html.chunk.js & spotlight.html

