Skip to content

Releases: ShokoAnime/Shokofin

Shokofin Dev 4.1.1.28

04 Sep 18:45
Compare
Choose a tag to compare
Shokofin Dev 4.1.1.28 Pre-release
Pre-release

Update your plugin using the dev manifest or by downloading the release from GitHub Releases and installing it manually!

Changes since last build:

cleanup: Remove empty line. (Skip CI)

fix: Stop fetching remote images.

Shokofin Dev 4.1.1.27

24 Aug 02:47
Compare
Choose a tag to compare
Shokofin Dev 4.1.1.27 Pre-release
Pre-release

Update your plugin using the dev manifest or by downloading the release from GitHub Releases and installing it manually!

Changes since last build:

fix: Also fix it for events:

  • Same as previous commit, but for the the method that gets all available folders.

Shokofin Dev 4.1.1.26

24 Aug 02:33
Compare
Choose a tag to compare
Shokofin Dev 4.1.1.26 Pre-release
Pre-release

Update your plugin using the dev manifest or by downloading the release from GitHub Releases and installing it manually!

Changes since last build:

fix: Attach VFS children to first available media folder:

  • Attach VFS children to the first available media folder, instead of the first media folder in the list. If no media folders are available at all, then the VFS generation will be skipped (and Jellyfin will also internally skip the iteration of the children of the media folder if that were the case, so the shows/movies won't just disappear).

Shokofin Dev 4.1.1.25

22 Aug 18:49
Compare
Choose a tag to compare
Shokofin Dev 4.1.1.25 Pre-release
Pre-release

Update your plugin using the dev manifest or by downloading the release from GitHub Releases and installing it manually!

Changes since last build:

fix: Sanitize release groups in vfs file names:

  • Sanitized release groups (and resolution) before we use them.

  • Swapped release group so we first try the short name, then the full name.

Shokofin Dev 4.1.1.24

19 Aug 22:55
Compare
Choose a tag to compare
Shokofin Dev 4.1.1.24 Pre-release
Pre-release

Update your plugin using the dev manifest or by downloading the release from GitHub Releases and installing it manually!

Changes since last build:

fix: Remove image language code again:

  • Removed the language code for images, since it was interfering with the preferred image selection done by shoko. It seems Jellyfin has it's own image selection logic, and it doesn't just pick the first image available… it picks the first image available in the metadata language of the library… which defaults to "en" if not set… and that might not be preferred for our use case. We'll see if we can partially add it back later for some image types, e.g. logos, etc., but for now it's gone.

Shokofin Dev 4.1.1.23

19 Aug 21:52
Compare
Choose a tag to compare
Shokofin Dev 4.1.1.23 Pre-release
Pre-release

Update your plugin using the dev manifest or by downloading the release from GitHub Releases and installing it manually!

Changes since last build:

fix: Don't look up crew/cast images if it's not available locally in the server.

Shokofin Dev 4.1.1.22

19 Aug 21:46
Compare
Choose a tag to compare
Shokofin Dev 4.1.1.22 Pre-release
Pre-release

Update your plugin using the dev manifest or by downloading the release from GitHub Releases and installing it manually!

Changes since last build:

fix: Check if plugin is enabled for item before looking up id.

Shokofin Dev 4.1.1.21

19 Aug 16:14
b7ca959
Compare
Choose a tag to compare
Shokofin Dev 4.1.1.21 Pre-release
Pre-release

Update your plugin using the dev manifest or by downloading the release from GitHub Releases and installing it manually!

Changes since last build:

fix: Fix wrong variable check:

Closes #72

Shokofin Dev 4.1.1.20

19 Aug 03:03
Compare
Choose a tag to compare
Shokofin Dev 4.1.1.20 Pre-release
Pre-release

Update your plugin using the dev manifest or by downloading the release from GitHub Releases and installing it manually!

Changes since last build:

fix: Fix specials placement by air date:

  • Fixed specials that should had been placed within a season before all episodes.

  • Closes #66

Shokofin Dev 4.1.1.19

19 Aug 02:51
Compare
Choose a tag to compare
Shokofin Dev 4.1.1.19 Pre-release
Pre-release

Update your plugin using the dev manifest or by downloading the release from GitHub Releases and installing it manually!

Changes since last build:

fix: Sanitize collection overview:

  • Sanitize collection overview as if it were a description from AniDB, because 99% of the time it is.

  • Closes #71