Releases: ShokoAnime/Shokofin
Shokofin Dev 5.0.2.15
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
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
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
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
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
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
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
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
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
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.