Skip to content

Shoko Relay Changelog

Below is the changelog for Shoko Relay.

When available, you can click on Release Notes to be redirected to the corresponding blog post, which provides detailed information about the key changes in that version. Please note that this list is not exhaustive and only includes the most recent 15 releases.

Ver 1.2.13 - Sep 30th, 2024

Version 1.2.13
Sep 30th, 2024 | View Release Notes

Fixed

1 Entry
  • Fixed a preferred episode title override and episode title fallback variable assignment

Changed

1 Entry
  • Changed the final episode title fallback behaviour to be less redundant and compressed the series_titles dict creation

Ver 1.2.12 - Sep 30th, 2024

Version 1.2.12
Sep 30th, 2024 | View Release Notes

Changed

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

Ver 1.2.11 - Sep 29th, 2024

Version 1.2.11
Sep 29th, 2024 | View Release Notes

Fixed

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

Ver 1.2.10 - Sep 26th, 2024

Version 1.2.10
Sep 26th, 2024 | View Release Notes

Changed

1 Entry
  • Several minor refactors and readme fixes

Added

5 Entries
  • 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

1 Entry
  • Fixed some TMDB fallback behaviours being disabled when using SingleSeasonOrdering

Ver 1.2.9 - Sep 16th, 2024

Version 1.2.9
Sep 16th, 2024 | View Release Notes

Changed

1 Entry
  • Minor refactors and readme fixes

Ver 1.2.8 - Sep 7th, 2024

Version 1.2.8
Sep 7th, 2024 | View Release Notes

Added

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

Ver 1.2.7 - Sep 5th, 2024

Version 1.2.7
Sep 5th, 2024 | View Release Notes

Added

3 Entries
  • Added a fallback to AniDB episode numbering when multiple AniDB episode entries are linked to a single TMDB episode
  • Added logging for the TMDB type along with the ID
  • Added a note on combining episodes to the readme

Fixed

2 Entries
  • 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

Ver 1.2.6 - Sep 2nd, 2024

Version 1.2.6
Sep 2nd, 2024 | View Release Notes

Added

2 Entries
  • Added a fallback to TMDB when the AniDB description is rendered empty by the sanitizer
  • Added logging if there was a fallback attempt for the description

Changed

2 Entries
  • Changed the AniDB link detection to catch more URL formats
  • Changed the two optional line sanitizers to be more robust

Ver 1.2.5 - Aug 30th, 2024

Version 1.2.5
Aug 30th, 2024 | View Release Notes

Added

2 Entries
  • Added BBCode [i] tag removal to the summary sanitizer
  • Added double space removal to the summary sanitizer

Removed

1 Entry
  • Removed season poster main series fallback due to priority issues

Ver 1.2.4 - Aug 30th, 2024

Version 1.2.4
Aug 30th, 2024 | View Release Notes

Added

3 Entries
  • Added support for TMDB season posters
  • Added "written by" lines to the summary sanitizer "Misc. Lines" option
  • Added readme additions pertaining to Plex plugin deprecation and Shoko creator images

Fixed

1 Entry
  • Fixed summary sanitizer empty line removal not being the last step

Ver 1.2.3 - Aug 28th, 2024

Version 1.2.3
Aug 28th, 2024 | View Release Notes

Added

1 Entry
  • Added the agent option to add all posters and backdrops from Shoko instead of just the preferred one

Changed

1 Entry
  • Changed the agent options formatting for readability as well as modifying some setting names

Ver 1.2.2 - Aug 25th, 2024

Version 1.2.2
Aug 25th, 2024 | View Release Notes

Fixed

1 Entry
  • Fixed an error in the agent when attempting to download theme music without a TMDB match

Changed

1 Entry
  • Changed the summary options in the agent so that they are all in a single dropdown

Ver 1.2.1 - Aug 23rd, 2024

Version 1.2.1
Aug 23rd, 2024 | View Release Notes

Fixed

1 Entry
  • Account for "Poster ID" recently being changed from string to int in APIv3

Ver 1.2.0 - Aug 17th, 2024

Version 1.2.0
Aug 17th, 2024 | View Release Notes

Changed

2 Entries
  • Changed all TvDB references/usage in the bundle to new TMDB alternatives
  • Changed episode thumbnail links to use the default selection

Added

3 Entries
  • Added TMDB descriptions for series and episodes if configured in Shoko
  • Added several logging improvements (mainly cast & crew image logs)
  • Added several readme additions including recommended settings for Shoko

Fixed

1 Entry
  • Account for "Fanarts" recently being renamed to "Backdrops" in APIv3

Removed

1 Entry
  • Removed support for banner images as they are unsupported by TMDB and almost completely deprecated in Plex

Ver 1.1.18 - Jul 8th, 2024

Version 1.1.18
Jul 8th, 2024 | View Release Notes

Fixed

1 Entry
  • Fixed failed_list initialization placement in force-metadata.py (thanks dasco144)

Added

1 Entry
  • Added the minimum required version of Shoko Server to the readme