-
-
Notifications
You must be signed in to change notification settings - Fork 127
Closed
Labels
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
lscr.io Jellyfin image does not show search url query parameters ( i.e. /search.html?query=Inception)
In the official release it was implemented a few versions ago for the URL to update with the user inputted search query. This allowed easy integration for third party plugins to extract the user query. ex: https://github.com/n00bcodr/Jellyfin-Enhanced
For some reason this the URL doesn't update on LinuxServer's image. It remains at /search.html and doesn't update.
Expected Behavior
The URL should update to reflect the user search query.
Steps To Reproduce
Run the latest version of LinuxServer Jellyfin (currently Jellyfin 10.10.7) and attempt a search.
Environment
- OS: Ubuntu Server 24.04
- How docker service was installed: Docker-Compose stackCPU architecture
x86-64
Docker creation
services:
jellyfin:
image: lscr.io/linuxserver/jellyfin
container_name: Jellyfin
# user: 1000:999 #uid:gid
deploy:
resources:
limits:
memory: 4g
environment:
- PUID=1000
- PGID=999
- TZ=America/New_York
- JELLYFIN_PublishedServerUrl=172.16.24.250 #optional
volumes:
- ./config:/config
- ./cache:/cache
- /home/user/helios-video/TV-Shows:/data/tvshows
- /home/user/helios-video/Movies:/data/movies
- /home/user/docker/jellyfin/media:/data/stream
networks_mode: host
ports:
- 8096:8096
- 8920:8920 #optional
- 7359:7359/udp #optional
- 1900:1900/udp #optional
restart: unless-stoppedContainer logs
No logs applicable that I know of.Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done