Releases: ShokoAnime/Shokofin
Shokofin Dev 5.0.0.7
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 logging when moving:
Added debug logging when moving subtitle files and trickplay files from the VFS to the underlying library.
Shokofin Dev 5.0.0.6
Update your plugin using the dev manifest or by downloading the release from GitHub Releases and installing it manually!
Changes since last build:
feat
: Automagically move trickplay files:
Automagically move trickplay files between the VFS and the underlying library/libraries.
Shokofin Dev 5.0.0.5
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 subtitle file is a symbolic link:
When attempting to move a subtitle file, check if it's a symbolic link and abort if the link target doesn't exist, or create a copy to use if it exists but is pointing to the wrong place.
Shokofin Dev 5.0.0.4
Update your plugin using the dev manifest or by downloading the release from GitHub Releases and installing it manually!
Changes since last build:
fix
: Split library check in two:
Split the library exists check and library id is valid check into two, because the library id may be null if the virtual folder is in a bad state in core Jellyfin, but the library may still exist in the UI.
Shokofin 5.0.0 Released
So apparently Jellyfin 10.10 was released. Didn't notice because there hasn't been an announcement in their discord server yet, but here we are.
Edit: The missing TMDB support I promised will arrive in a feature update.
Highlights
Here are some of the key features and improvements since the last stable release (4.2.2):
Breaking Changes
-
Removed TvDB usage throughout the plugin, except for the TvDB IDs. (1083a0c)
-
Dropped support for Shoko Server below version 5.0.0 (13fc638)
-
Enabled 'Attach VFS to Libraries' (an advanced setting) by default for new installs. (dfdb115)
-
Removed the episode namespace migration scheduled task since the method we used to get all user data for a user is removed in 10.10. Let this be your warning to migrate your user data before updating to 10.10 if needed. (a51d760)
Bug Fixes
-
Fixed the usage of user data for Jellyfin 10.10. (0361e83)
-
Fixed the usage of
SetProviderId
for Jellyfin 10.10. (23c7575) -
Simplify multi resolver code now that Jellyfin 10.10 is out. (80d2758)
Repository Changes
- Update to Jellyfin 10.10. (3dff389)
For the full list of changes, please check out the complete changelog here on GitHub.
Shokofin Dev 5.0.0.3
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 README.md for JF 10.10 UI changes (#77).
Shokofin Dev 5.0.0.2
Update your plugin using the dev manifest or by downloading the release from GitHub Releases and installing it manually!
Changes since last build:
fix
: Better media folder mapping logic:
Check all ≥101 (up from ≥100) locations for a match before deciding on a mapping between the media folder and import folder, instead of picking the first found match. This will help in cases where some files have multiple locations with the same file name but different relative paths.
Fixes #68
Shokofin Dev 5.0.0.1
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 assume item id and library options are available:
Don't assume the ItemId
and LibraryOptions
are always available on VirtualFolderInfo
. They can both be null if the library failed to be parsed.
Shokofin 4.2.2 Released
Last round of bug fixes for 10.9.
Highlights
Here are some of the key features and improvements since the last stable release (4.2.1):
Bug Fixes
-
Don't skip valid metadata update events. (d06fbe8)
-
Don't attempt to iterate directories in the VFS if it doesn't exist. (5b6da6e)
For the full list of changes, please check out the complete changelog here on GitHub.
Shokofin Dev 4.2.1.2
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 attempt to iterate directories in the VFS if it doesn't exist:
Fixes #76