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

Add Port and Running Check fixes #129

Closed anthonylavado closed 2 months ago

anthonylavado commented 2 months ago

Corrects the open function of the tray app to use the new name for local HTTP port from network.xml when opening the browser.

Moves the "Jellyfin is running" check to inside the basic mode upgrade prep, as it would:

  1. Only be running if Jellyfin is actually installed
  2. We automatically stop the service anyway, so only basic mode needs a reminder

Fixes #126 Fixes #123 Maybe #118

mattish91 commented 2 months ago

Is this fix included in 10.9.4 release or next release? No mention in fixes?

Might skip 10.9.4 if not implemented yet.

anthonylavado commented 2 months ago

@mattish91 It is in 10.9.4. The Windows wrapper has its own changelog: https://github.com/jellyfin/jellyfin-server-windows/releases/tag/10.9.4

mattish91 commented 2 months ago

This is still not fixed in 10.9.4, please see #123