Skip to content

Releases: lmaonator/jellyfin-plugin-runscripts

v3.0.0.0

13 May 10:41
e605967
Compare
Choose a tag to compare

Changelog

  • feat: support jellyfin 10.9

Full Changelog: v2.0.0.0...v3.0.0.0

v2.0.0.0

19 Aug 19:18
a50c115
Compare
Choose a tag to compare

Breaking Change

Instead of serializing the entire event arguments, only a subset of attributes will be serialized.
This fixes the argument list too long exception with large play queues (e.g. shuffling the entire music library).
A consequence of this is that some fields might be unavailable now.

Available attributes are listed in the README.md.

if you would like other fields please file an issue.

Changelog

v1.1.0.0

18 Jul 23:10
1e626fd
Compare
Choose a tag to compare
  • Ignore null values when serializing

1.0.0.1

11 Jun 16:43
dc22990
Compare
Choose a tag to compare

Update for Jellyfin 10.8.0.0

1.0.0.0

30 Apr 14:35
6807db0
Compare
Choose a tag to compare

Initial Release