Skip to content

Releases: ShokoAnime/Shokofin

Shokofin Dev 5.0.2.15

11 Feb 23:54
5a4e76e
Compare
Choose a tag to compare
Shokofin Dev 5.0.2.15 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:

repo: Update version matrix in read-me file.

Shokofin Dev 5.0.2.14

11 Feb 22:49
Compare
Choose a tag to compare
Shokofin Dev 5.0.2.14 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:

misc: Add more invalid episode titles.

Shokofin Dev 5.0.2.13

06 Feb 16:46
Compare
Choose a tag to compare
Shokofin Dev 5.0.2.13 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: Suppress people and committees from studio list.

feat: Add setting to only show animation studios.

Shokofin Dev 5.0.2.12

06 Feb 01:01
Compare
Choose a tag to compare
Shokofin Dev 5.0.2.12 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 all titles if they're invalid, not just some.

misc: Add roman letter fallback for movie series if no subtitle is available.

Shokofin Dev 5.0.2.11

06 Feb 00:43
Compare
Choose a tag to compare
Shokofin Dev 5.0.2.11 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: Ignore more episode names.

Shokofin Dev 5.0.2.10

05 Feb 18:24
Compare
Choose a tag to compare
Shokofin Dev 5.0.2.10 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: Provide fallback title in providers.

chore: Simplify special prefix logic.

Shokofin Dev 5.0.2.9

04 Feb 22:36
Compare
Choose a tag to compare
Shokofin Dev 5.0.2.9 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: Suppress ignored episode titles.

Shokofin Dev 5.0.2.8

04 Feb 21:43
Compare
Choose a tag to compare
Shokofin Dev 5.0.2.8 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: Add guard for shared side stories:

Added a guard to prevent accidentally duplicating a series across multiple merge groups because the series is a side story to multiple main stories (e.g. linked to two series which have a sequel/prequel relationship, etc.).

Shokofin Dev 5.0.2.7

04 Feb 20:03
Compare
Choose a tag to compare
Shokofin Dev 5.0.2.7 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: More systematic ordering of relations during merging.

Shokofin Dev 5.0.2.6

04 Feb 19:20
Compare
Choose a tag to compare
Shokofin Dev 5.0.2.6 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:

misc: Allow syncing vfs thread count to refresh thread count:

Allow synchronizing the number of threads to use during a VFS (re-)generation to the number of threads to use during a recursive refresh of a folder (any folder, by it the library itself, a series within, etc.) defined in the jellyfin core system settings by setting the VFS threads setting to -1. Setting it to 0 or anything below -1 will still set it to use the number of available CPU cores, but -1 is now reserved for following the system setting.