Skip to content

Tags: ShokoAnime/Shokofin

Tags

v5.0.2-dev.15

Toggle v5.0.2-dev.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
repo: update version matrix in read-me file

v5.0.2-dev.14

Toggle v5.0.2-dev.14's commit message
misc: add more invalid episode titles

v5.0.2-dev.13

Toggle v5.0.2-dev.13's commit message
feat: add setting to only show animation studios

v5.0.2-dev.12

Toggle v5.0.2-dev.12's commit message
misc: add roman letter fallback for movie series if no subtitle is av…

…ailable

v5.0.2-dev.11

Toggle v5.0.2-dev.11's commit message
fix: ignore more episode names

v5.0.2-dev.10

Toggle v5.0.2-dev.10's commit message
chore: simplify special prefix logic

v5.0.2-dev.9

Toggle v5.0.2-dev.9's commit message
fix: suppress ignored episode titles

v5.0.2-dev.8

Toggle v5.0.2-dev.8's commit message
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.).

v5.0.2-dev.7

Toggle v5.0.2-dev.7's commit message
fix: more systematic ordering of relations during merging

v5.0.2-dev.6

Toggle v5.0.2-dev.6's commit message
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.