Skip to content

Releases: ShokoAnime/Shokofin

Shokofin Dev 5.0.0.34

17 Nov 21:55
a794815
Compare
Choose a tag to compare
Shokofin Dev 5.0.0.34 Pre-release
Pre-release

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

Changes since last build:

fix: Removed erroneous "$" in TMDB API Request (#79):

The pains of working in C# and JS. 😔

Shokofin Dev 5.0.0.33

17 Nov 18:48
Compare
Choose a tag to compare
Shokofin Dev 5.0.0.33 Pre-release
Pre-release

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

Changes since last build:

refactor: Add season id to episode info.

Shokofin Dev 5.0.0.32

17 Nov 17:58
Compare
Choose a tag to compare
Shokofin Dev 5.0.0.32 Pre-release
Pre-release

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

Changes since last build:

refactor: Drop ordering information for now:

Don't request the ordering information for now. We'll request it later if we need it for any future features.

Shokofin Dev 5.0.0.31

17 Nov 17:12
Compare
Choose a tag to compare
Shokofin Dev 5.0.0.31 Pre-release
Pre-release

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

Changes since last build:

refactor: Add tmdb episode data and constructor for episode info.

fix: More through refresh dispatching logic:

Made the refresh dispatching logic in the event dispatcher service more through, by distincting the input lists we get from the core, and also tracking which entities has been updated and their parents, and only firing the event if the entity or it's parents haven't been updated since the last usage stalled event or if the clear plugin cache task is ran.

Shokofin Dev 5.0.0.30

15 Nov 02:52
Compare
Choose a tag to compare
Shokofin Dev 5.0.0.30 Pre-release
Pre-release

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

Changes since last build:

refactor: Reconstruct the episode info:

Remove the directly exposed anidb and shoko objects on the episode info, and instead place the needed properties directly on the episode info object to make it easier to add episode info for tmdb episodes in the future.

fix: Only mark specials and not normal episodes.

Shokofin Dev 5.0.0.29

15 Nov 01:18
Compare
Choose a tag to compare
Shokofin Dev 5.0.0.29 Pre-release
Pre-release

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

Changes since last build:

fix: Fix episode type masking:

Fix the episode type masking i just broke in the last commit.

Shokofin Dev 5.0.0.28

15 Nov 01:04
Compare
Choose a tag to compare
Shokofin Dev 5.0.0.28 Pre-release
Pre-release

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

Changes since last build:

feat: Add series configuration + more:

  • Added new per-series configuration, stored on the server as custom tags.

  • Added a new selector to chose between anidb structure, shoko structure, and tmdb structure to use by default for all libraries, and together with the new per-series configuration we allow it to be overridden on a per-series basis, though no UI to do it yet.

  • Added a new per-series setting to display specials as normal episodes after the normal episodes.

Shokofin Dev 5.0.0.27

14 Nov 18:13
Compare
Choose a tag to compare
Shokofin Dev 5.0.0.27 Pre-release
Pre-release

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

Changes since last build:

fix: Use backdrops as thumbnails for "movie" episodes:

Use backdrops tied to the episode as thumbnails for "movie" episodes inside a shows type (or mixed type) library when a movie type series is showing up as a show.

Shokofin Dev 5.0.0.26

14 Nov 01:12
951e40a
Compare
Choose a tag to compare
Shokofin Dev 5.0.0.26 Pre-release
Pre-release

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

Changes since last build:

feat: Make multiple version order configurable (#78):

The order in the multiple versions drop-down on the episode/movie pages for libraries managed by the plugin is now configurable through the plugin settings, and by default will use the imported at date, but you can change the ordering as an advanced setting if you feel like it.

Thanks to @GlawenC (Discord: <@707281950355881994>) for doing the research needed to implement this feature and for providing the basic implementation that was built upon in this commit.

Closes #46

Co-authored-by: Mikal Stordal [email protected]

Shokofin Dev 5.0.0.25

13 Nov 21:10
Compare
Choose a tag to compare
Shokofin Dev 5.0.0.25 Pre-release
Pre-release

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

Changes since last build:

fix: Skip visited videos regardless of depth.