Skip to content

Shokofin Dev 4.1.1.35

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 22 Sep 01:02
· 3 commits to dev since this release

Update your plugin using the dev manifest or by downloading the release from GitHub Releases and installing it manually!

Changes since last build:

cleanup: Remove unneeded setting.

misc: Disable any title by default.

fix: Enable schedule tasks:

  • Enable the schedule tasks so they are allowed to be ran on a schedule.

chore: Modernize array/list syntax usage.

chore: Update settings page:

  • Updated some settings to better align with the new docs. Still need work though, but it's a start.

fix: Don't append list values to existing list:

  • Don't append list values to the existing list, but instead replace the entire list with a new list, making sure the default option is also included.

chore: Update settings page (take 2):

  • Readjusted defaults for 3rd party provider IDs.

  • Added shoko as a description source you can toggle.

feat: Add expert mode toggle.

refactor: Modernize scheduled tasks + more:

  • Modernized the scheduled tasks by updating to more modern syntax.

  • Added expert mode toggles to some scheduled tasks, since not all tasks are equal, and some require extra care when running and/or shouldn't be ran on a whim. 😔

chore: Make usage tracker injectable.

feat: Allow VFS to live in cache dir:

  • Add a new EXPERIMENTAL option to place the VFS root directory in the cache directory instead of the config directory. Untested. Also haven't investigated if Jellyfin will auto-clear it yet or if it will leave it be.

misc: Tweak log level of some tasks.

fix: Don't show 'settings saved' message:

  • Don't show the 'Settings Saved' message when we sign-in and when we toggle expert mode.

fix: Add connected/reset messages:

  • Added a alert/toast for establishing and resetting the connection to Shoko.

fix: Only add extras for movies if the movie will exist.

feat: Add EXPERIMENTAL physical roots for VFS:

  • Added a new EXPERIMENTAL feature to attach a physical VFS root as a media folder to each of your libraries, allowing us to mount the VFS to the new root and to re-use media folders across libraries without resorting to other workarounds.

misc: Fix up error message.

misc: Also mark season ordering as expert.