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.19 - Nov 19th, 2024

Version 1.2.19
Nov 19th, 2024 | View Release Notes

Added

1 Entry
  • Added Short/Short Movie/Special/Movie to the list of allowed TMDB episode title overrides

Changed

1 Entry
  • Allow leading zeroes in the episode numbers for TMDB episode title overrides

Fixed

1 Entry
  • Fixed the "import" argument in rescan-recent.py on linux

Ver 1.2.18 - Oct 30th, 2024

Version 1.2.18
Oct 30th, 2024 | View Release Notes

Changed

1 Entry
  • Don't exclude multi episode files of differing types when a ThemeSong is involved

Added

2 Entries
  • Added logging for the state of the SingleSeasonOrdering option in the agent and scanner
  • Added logging for the episode types or season/episode numbers when the scanner skips an episode mapping

Fixed

1 Entry
  • Fixed missing image_add index in the agent and started it at 1 instead of 0

Ver 1.2.17 - Oct 25th, 2024

Version 1.2.17
Oct 25th, 2024 | View Release Notes

Added

1 Entry
  • Added an argument to the watched-sync.py script to allow automation of the import command

Ver 1.2.16 - Oct 23rd, 2024

Version 1.2.16
Oct 23rd, 2024 | View Release Notes

Added

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

1 Entry
  • Removed separators in the scanner logs for grouped episodes

Ver 1.2.15 - Oct 22nd, 2024

Version 1.2.15
Oct 22nd, 2024 | View Release Notes

Added

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

Changed

1 Entry
  • Improved scanning speed for large series by omitting repeated API calls

Ver 1.2.14 - Oct 20th, 2024

Version 1.2.14
Oct 20th, 2024 | View Release Notes

Added

2 Entries
  • Added attribution images and links to the agent
  • Added details on alternate episode ordering to the readme

Changed

1 Entry
  • Minor formatting changes for script output and agent options

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