Skip to content

Releases: natyusha/ShokoRelay.bundle

v1.2.16 - Refine TMDB Episode Group Support

Choose a tag to compare

@natyusha natyusha released this 24 Oct 03:06
  • Skip multi episode files when mapping to a duplicate TMDB season/episode
  • Added logging for when an episode mapping is skipped
  • Minor summary sanitizer tweak
  • Removed separators in the scanner logs for grouped episodes

v1.2.15 - TMDB Episode Group Support / Scanning Speed Improvements

Choose a tag to compare

@natyusha natyusha released this 22 Oct 16:11
  • Added TMDB episode group support
  • Added an option to prefer TMDB episode titles and summaries for grouped episodes
  • Added logging for multi episode files and TMDB episode groups
  • Improved scanning speed for large series by omitting repeated API calls

v1.2.14 - Add Missing Attribution Image

Choose a tag to compare

@natyusha natyusha released this 22 Oct 16:10
  • Added attribution images and links to the agent
  • Added details on alternate episode ordering to the readme
  • Minor formatting changes for script output and agent options

v1.2.13 - Shoko Server v5.0.0 Release

Choose a tag to compare

@natyusha natyusha released this 30 Sep 21:25
  • Fixed a preferred episode title override and episode title fallback variable assignment
  • Changed the final episode title fallback behaviour to be less redundant and compressed the series_titles dict creation

Full Changelog Since Previous Stable Release: v1.1.16...v1.2.13

v1.2.12 - Add All Posters and Backdrops Change (RC3)

Choose a tag to compare

@natyusha natyusha released this 30 Sep 15:46

⚠️ This release requires a daily build of Shoko Server

  • Changed "Add all posters and backdrops" behaviour to account for another API v3 change

v1.2.11 - Add All Posters and Backdrops Fix (RC2)

Choose a tag to compare

@natyusha natyusha released this 29 Sep 16:34

⚠️ This release requires a daily build of Shoko Server

  • Fixed the agent's "Add all posters and backdrops" option not functioning

v.1.2.10 - Initial Release for Shoko Server v5 (RC1)

Choose a tag to compare

@natyusha natyusha released this 26 Sep 07:13

⚠️ This release requires a daily build of Shoko Server

  • Several minor refactors and readme fixes
  • Added several summary sanitizer additions
  • Added an agent setting for TMDB season posters
  • Added logging for episodes which have TMDB grouping and the type of added images
  • Added expanded TMDB Match documentation (mainly for alternate episode ordering)
  • Added a check for redundant movie descriptors during ambiguous episode title replacement
  • Fixed some TMDB fallback behaviours being disabled when using SingleSeasonOrdering

v.1.2.9 - Minor Refactors / Crew Images

Pre-release

Choose a tag to compare

@natyusha natyusha released this 16 Sep 19:24

⚠️ This release requires a daily build of Shoko Server

  • Minor refactors and readme fixes

Note

If no bugs are reported, the next version of this bundle will likely be marked as "latest" and intended for use alongside the next stable release of Shoko Server.

v1.2.8 - Account for Seiyuu on AniDB with no Character Attached

Choose a tag to compare

@natyusha natyusha released this 07 Sep 23:01

⚠️ This release requires a daily build of Shoko Server

  • Added a fallback name for cases where a seiyuu on AniDB has no character attached to it
  • Added further refinements to the summary sanitizer

v1.2.7 - Support for Multliple AniDB Episodes Using the Same TMDB Link

Choose a tag to compare

@natyusha natyusha released this 06 Sep 19:39

⚠️ This release requires a daily build of Shoko Server

  • Added a fallback to AniDB episode numbering when multiple AniDB episode entries are linked to a single TMDB episode
  • Fixed the TMDB title check which wasn't fully implemented after switching from TheTVDB
  • Fixed rescan-recent.py not fully functioning after some recent APIv3 changes
  • Added logging for the TMDB type along with the ID
  • Added a note on combining episodes to the readme