Skip to content

Releases: iwalton3/jellyfin-web

Jellyfin MPV Shim Web Client 1.7.0-5

27 Mar 23:32
Compare
Choose a tag to compare

Fix shuffle, play next, and play last buttons.

Jellyfin MPV Shim Web Client 1.7.0-4

25 Mar 16:58
Compare
Choose a tag to compare

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

24 Mar 23:30
Compare
Choose a tag to compare

This version restores casting and fixes all the issues with websocket forwarding.

Jellyfin MPV Shim Web Client 1.7.0-2

24 Mar 00:34
Compare
Choose a tag to compare

Playlist playback is fixed in this revision.

Jellyfin MPV Shim Web Client 1.7.0-1

23 Mar 23:54
Compare
Choose a tag to compare

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

18 Mar 05:22
Compare
Choose a tag to compare
  • 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

16 Aug 11:46
Compare
Choose a tag to compare

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

08 Aug 03:54
Compare
Choose a tag to compare

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

02 Aug 10:16
Compare
Choose a tag to compare

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

21 Jul 01:02
Compare
Choose a tag to compare

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.