Skip to content

Shokofin 4.2.0 Released

Compare
Choose a tag to compare
@revam revam released this 10 Oct 03:42
· 20 commits to stable since this release

Last release of the plugin before starting on adding the TMDB support (in code). Next major release after this minor release will be waiting for Shoko Server 5.0 and Jellyfin 10.10 to be released.

Not really much else to say, except maybe read on if you care what changed in this release, otherwise have a nice day. 🍃

Highlights

Here are some of the key features and improvements since the last stable release (4.1.1):

New Additions

Bug Fixes

  • Append base path to image URLs. (4890504, 359bfef, f7c361f, fddf8d0, b720a39)

  • Fix models for latest daily server and current stable server. (35bb6ca, 1d4705e, 3163fac, cf9c31d, 70bfe17, 56e30c4, 0d9503e)

  • Remove all unused tvdb fields. (3806a6f)

  • Expect the unexpected. (fb5fe4c)

  • Add missing query parameter in series file endpoint. (e481000)

  • Sanitize collection overviews. (e481000)

  • Add back and fix image is available check. (87ef8f5, ea69f41, e1f3757)

  • Fix specials placement by air date. (4b92e26, b7ca959)

  • Check if plugin is enabled for item before looking up id during watch data syncing. (6e4fe63, f11bef4)

  • Sanitize release groups in VFS file names. (6700b77)

  • Attach VFS children to first available media folder. (bd8fe03, ec0d30d)

  • Enable schedule tasks. (c9ebc96)

  • Only add extras for movies if the movie will exist. (18509fe)

  • Stop skipping cache for import folder. (922c5ab)

  • Properly generate VFS for movie libraries. (0a9de51, 6220224)

  • Attach import folder relative path during events. (47d0a41)

  • Better error handling during VFS generation. (7687480)

  • Fixed paths used in event dispatcher. (2e842b5)

  • Fix-up faulty config on start-up and save. (e700a3a)

  • Correct episode ordering before creating specials anchors. (76dc219)

  • Don't try to remove VFS root for media folders. (9153c73)

  • Start uglifying the year regex for season merging. (3369217)

Miscellaneous Changes

  • Add 'manners movie' as extras. (55c7ce3)

  • Merge paths for special and other type episodes. (ea04250)

  • Always split & merge entries. (dd54dfe)

  • Mark chronological season ordering as experimental (again) and advanced. (1b37ccc, 68886b8)

  • Promote auto merge version from the experimental section. (cad46bb)

  • Modernize scheduled tasks and hide some behind the new advanced mode. (dd56da0)

  • Tweaked log level of some tasks. (ee373fc)

  • Fixed error message. (453dc77)

  • Add path and/or other details when throwing. (5ea5cb1)

  • Overhaul the merge versions manager. (aadf950)

  • Generate all configurations first. (fa6b9e1, 5e10d54, 2290804, ca68c22, 8b9c5cb, 669503f, b575f8f, f57c547, 2c2ec46, 8239677)

  • Enable file events by default. (b500f26)

  • Log library id in import folder iteration step during VFS generation. (c9a6f75)

  • Pass country code to content rating utility and rename misleading method names. (7162969)

  • Remove *Override settings. (ecd1398, 6044d90)

  • Get movie images using episode id. (fac3ce6, fa261c5, 720e48c)

  • Allow VFS to auto-select thread count based on cpu if setting is set to 0. (4e5e6a5)

Repository Changes

For the full list of changes, please check out the complete changelog here on GitHub.