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.
Version 1.2.21
Fixed
1 Entry- Fixed custom user tags causing the agent to fail by excluding them from tag operations
Changed
1 Entry- Minor log formatting changes
Version 1.2.20
Added
1 Entry- Added a check in the scanner for episodes/relations marked as hidden
Version 1.2.19
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
Version 1.2.18
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
Version 1.2.17
Added
1 Entry- Added an argument to the watched-sync.py script to allow automation of the import command
Version 1.2.16
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
Version 1.2.15
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
Version 1.2.14
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
Version 1.2.13
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
Version 1.2.12
Changed
1 Entry- Changed "Add all posters and backdrops" behaviour to account for another API v3 change
Version 1.2.11
Fixed
1 Entry- Fixed the agent's "Add all posters and backdrops" option not functioning
Version 1.2.10
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
Version 1.2.9
Changed
1 Entry- Minor refactors and readme fixes
Version 1.2.8
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
Version 1.2.7
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