Releases: iwalton3/jellyfin-web
Jellyfin MPV Shim Web Client 1.7.0-5
Jellyfin MPV Shim Web Client 1.7.0-4
This fixes the player sending the subtitle, audio, and offset values as strings which crashes the player backend.
Jellyfin MPV Shim Web Client 1.7.0-3
This version restores casting and fixes all the issues with websocket forwarding.
Jellyfin MPV Shim Web Client 1.7.0-2
Playlist playback is fixed in this revision.
Jellyfin MPV Shim Web Client 1.7.0-1
This significantly improves the desktop client's stability by eliminating the shared credential mechanism and requirement to open two sessions. Communication between the desktop mode web client now happens directly over http using a single session. The webclient does not open the websocket session anymore, instead using a channel back to the player backend to communicate.
Please note that this effectively disables casting and renders the webclient inoperable for any other purpose. Note that this will be improved in the future.
Jellyfin MPV Shim Web Client 1.7.0
- Upgrade the web client.
- Fix SyncPlay data passing.
- Fail login for MPV Shim at the dialog too.
Jellyfin MPV Shim Web Client 1.6.2-1
This explicitly breaks non-MPV playback with a clear error message so that there is less confusion when things are horribly broken.
Jellyfin MPV Shim Web Client 1.6.2
This updates the web client and adds a syncplay bypass to allow direct group joining through MPV Shim.
Jellyfin MPV Shim Web Client 1.6.1
Update due to significant issues in 1.6.0 web UI, such as stuck dialogs and not showing subtitle selection options.
Jellyfin MPV Shim Web Client 1.6.0
Update the web client to the current stable version and change the injected callbacks to MPV shim due to restructuring of the web client.
The changes from upstream are here: https://github.com/iwalton3/jellyfin-web/blob/master/src/bundle.js#L159 (The goal here is to keep the changes as self-contained as possible, as the web client is in a major state of flux right now.)
The only other change is I don't bundle the webassembly subtitle renderer.