jellyfin / jellyfin-server-windows

The Windows tray app and installer for Jellyfin Server on Windows.
https://jellyfin.org
MIT License
79 stars 26 forks source link

Tray app does not read in non-standard server port for "Open Jellyfin" #126

Closed solidsnake1298 closed 2 months ago

solidsnake1298 commented 2 months ago

The Windows tray app does not read in the http port number. It will always fail to default 8096.

https://github.com/jellyfin/jellyfin-server-windows/blob/master/Jellyfin.Windows.Tray/TrayApplicationContext.cs

The tray app attempts to read in HttpServerPortNumber but the variable is now called InternalHttpPort in network.xml for server version 10.9+.

Clicking "open jellyfin" will always open on port 8096. Even if a custom port is set.

shaneo88 commented 2 months ago

I am also having this issue.

I have 8097 set for my main pc and 8096 set for my laptop, because I'd like to access them both from outside of my local network

anthonylavado commented 2 months ago

I'll be fixing this for the next release, due very soon.