Shokofin Unstable 3.0.1.132
Pre-releaseUpdate your plugin using the unstable manifest or by downloading the release from GitHub Releases and installing it manually!
Changes since last build:
fix: fix import order for items in the VFS
- Fix the "recently added" section of the dashboard by monkey-patching
the creation date for each item type.
fix: fix adding missing metadata
- Fixed up the code for adding/removing "missing" metadata as needed. It
will now work even better than it ever did, since we're now handling
more edge cases. 👍
refactor: add fast paths for link generation
-
Added back the fast path to skip link generation of all shows/movies
if we've already created all possible links for the entire VFS for a
media folder, until the cache expires or is cleared. -
Added a new fast path to skip link generation for all children of
already generated paths, until the cache expires or is cleared. -
Removed the per-file-slash-series-slash-path caching, since we now
cache per folder and file location instead. -
Fixed up link generation result logging so it will be consistent
again. -
Some misc. internal restructor of the resolver manager.
misc: smarter path set and episode ids generation
Merge pull request #53 from fearnlj01/webhook-back-to-embed
Misc: Change update webhook [skip ci]
Misc: Change update webhook [skip ci]
What's Changed
- Fix: Sets url used in manifest-unstable.json correctly by @fearnlj01 in #45
- Add issue template by @Orski174 in #49
- Add sortable checkboxes for description source by @fearnlj01 in #42
- Prevent error being logged in the console on plugin settings page by @fearnlj01 in #50
- Chore: Cleanup js in settings page by @fearnlj01 in #51
- Misc: Change update webhook [skip ci] by @fearnlj01 in #53
New Contributors
Full Changelog: 3.0.1...3.0.1.132