5 hours ago
(2024-11-18, 07:24 PM)Ted Hinklater Wrote:(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/ui
2) 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.js
4) 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/ui
5) Restart Jellyfin
Code:sudo systemctl restart jellyfin
6) Clear Browser Cache
Make sure to clear your browser cache to load the updated home-html.chunk.js & spotlight.html
Hi,
after editing the relevant files to the letter as per the instructions on Github and checking the above instructions for linux, still no dice.
On Chrome the frame does not even appear:
On Firefox I get this :
I am stumped and need some help.
TIA
Jellyfin 10.10.1
Ubuntu Server 22.04.4 LTS
Nvidia P400
Ubuntu Server 22.04.4 LTS
Nvidia P400